public sealed class CopyModelOperationMetadata : IMessage<CopyModelOperationMetadata>, IEquatable<CopyModelOperationMetadata>, IDeepCloneable<CopyModelOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CopyModelOperationMetadata.
Details of
[ModelService.CopyModel][google.cloud.aiplatform.v1beta1.ModelService.CopyModel]
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-03-25 UTC."],[[["This documentation covers the `CopyModelOperationMetadata` class within the Google Cloud Vertex AI v1beta1 API, specifically for .NET."],["The `CopyModelOperationMetadata` class provides details about the `ModelService.CopyModel` operation."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, offering functionality for message handling, equality comparison, deep cloning, and buffered messages."],["It inherits from the base `object` class and includes constructors for creating instances, either empty or by copying another `CopyModelOperationMetadata` object."],["It contains a `GenericMetadata` property of the type `GenericOperationMetadata`, for the common part of the operation metadata."]]],[]]