public sealed class ExportModelOperationMetadata : IMessage<ExportModelOperationMetadata>, IEquatable<ExportModelOperationMetadata>, IDeepCloneable<ExportModelOperationMetadata>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The content describes `ExportModelOperationMetadata`, which is a class that provides details about the export model operation in the Google Cloud AutoML V1 library."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which are from the Google.Protobuf namespace."],["The `ExportModelOperationMetadata` class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["It is part of the `Google.Cloud.AutoML.V1` namespace and is defined in the `Google.Cloud.AutoML.V1.dll` assembly, with available versions ranging from 2.2.0 to the latest 3.4.0."],["The class offers two constructors and a `OutputInfo` property that is read only, detailing the model export output."]]],[]]