public sealed class PurgeArtifactsMetadata : IMessage<PurgeArtifactsMetadata>, IEquatable<PurgeArtifactsMetadata>, IDeepCloneable<PurgeArtifactsMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PurgeArtifactsMetadata.
Details of operations that perform
[MetadataService.PurgeArtifacts][google.cloud.aiplatform.v1beta1.MetadataService.PurgeArtifacts].
[[["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 page provides reference documentation for the `PurgeArtifactsMetadata` class within the Google Cloud AI Platform v1beta1 API, detailing its role in managing operations related to purging artifacts."],["`PurgeArtifactsMetadata` is a sealed class that implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality within the API structure."],["The class inherits from `object` and includes inherited members like `GetHashCode()`, `GetType()`, and `ToString()`, ensuring standard object-oriented behavior."],["It includes two constructors: a default constructor, `PurgeArtifactsMetadata()`, and a copy constructor, `PurgeArtifactsMetadata(PurgeArtifactsMetadata other)`, which allows creating a new object by copying the properties of an existing one."],["The `GenericMetadata` property, of type `GenericOperationMetadata`, is used to store operation metadata related to the purging of artifacts."]]],[]]