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."],[[["This webpage documents the `ExportModelOperationMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically version 2.3.0 of the library."],["`ExportModelOperationMetadata` provides details about the export model operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`, inherited from the parent `Object` class."],["The class has two constructors: a parameterless constructor and one that takes another `ExportModelOperationMetadata` instance as a parameter for cloning, allowing to create a copy of an existing instance."],["The class contains the `OutputInfo` property, which is of the type `ExportModelOperationMetadata.Types.ExportModelOutputInfo` and which provides information that further describes the output of a model export."]]],[]]