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 details the `ExportModelOperationMetadata` class within the `Google.Cloud.AutoML.V1` namespace, specifically for version 2.5.0."],["The `ExportModelOperationMetadata` class provides details about the export model operation and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class inherits from `Object` and includes inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default constructor and a copy constructor that takes another `ExportModelOperationMetadata` object as a parameter."],["The class includes an `OutputInfo` property of type `ExportModelOperationMetadata.Types.ExportModelOutputInfo` that provides further details about the model export output."]]],[]]