public sealed class ExportModelOperationMetadata : IMessage<ExportModelOperationMetadata>, IEquatable<ExportModelOperationMetadata>, IDeepCloneable<ExportModelOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class ExportModelOperationMetadata.
Details of
[ModelService.ExportModel][google.cloud.aiplatform.v1beta1.ModelService.ExportModel]
operation.
[[["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-04-09 UTC."],[[["This documentation details the `ExportModelOperationMetadata` class within the Google Cloud AI Platform v1beta1 API, specifically for version 1.0.0-beta02."],["`ExportModelOperationMetadata` is used to provide details about the `ModelService.ExportModel` operation, providing information about the output and the common operation metadata."],["The class inherits from the `object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, ensuring compatibility with related functionalities."],["The class offers two constructors: a default constructor `ExportModelOperationMetadata()` and a copy constructor `ExportModelOperationMetadata(ExportModelOperationMetadata other)`, for creating new instances."],["The `ExportModelOperationMetadata` class contains two properties `GenericMetadata` and `OutputInfo`, which can be used to obtain the common operation metadata, and information regarding the output of the model export respectively."]]],[]]