public sealed class CreatePersistentResourceOperationMetadata : IMessage<CreatePersistentResourceOperationMetadata>, IEquatable<CreatePersistentResourceOperationMetadata>, IDeepCloneable<CreatePersistentResourceOperationMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class CreatePersistentResourceOperationMetadata.
Details of operations that perform create PersistentResource.
[[["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."],[[["The `CreatePersistentResourceOperationMetadata` class, found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, provides details about operations that create persistent resources within the Vertex AI v1beta1 API."],["This class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to handle message-related operations, comparisons, deep cloning, and buffered message handling."],["The class includes two constructors: a default constructor and a copy constructor that takes another `CreatePersistentResourceOperationMetadata` object as a parameter."],["The `CreatePersistentResourceOperationMetadata` class has two key properties, namely `GenericMetadata` and `ProgressMessage`, which respectively carry operation metadata for persistent resources and a progress message for the create operation."],["The document shows examples of two different versions of the class.1.0.0-beta21 is the latest, and 1.0.0-beta20 is previous."]]],[]]