public sealed class DeleteArtifactRequest : IMessage<DeleteArtifactRequest>, IEquatable<DeleteArtifactRequest>, IDeepCloneable<DeleteArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class DeleteArtifactRequest.
Request message for
[MetadataService.DeleteArtifact][google.cloud.aiplatform.v1beta1.MetadataService.DeleteArtifact].
Optional. The etag of the Artifact to delete.
If this is provided, it must match the server's etag. Otherwise, the
request will fail with a FAILED_PRECONDITION.
Required. The resource name of the Artifact to delete.
Format:
projects/{project}/locations/{location}/metadataStores/{metadatastore}/artifacts/{artifact}
[[["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-08-14 UTC."],[[["\u003cp\u003eThis documentation details the \u003ccode\u003eDeleteArtifactRequest\u003c/code\u003e class within the Google Cloud AI Platform V1Beta1 API, specifically for managing artifact deletion.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eDeleteArtifactRequest\u003c/code\u003e is used as a request message for \u003ccode\u003eMetadataService.DeleteArtifact\u003c/code\u003e and inherits from \u003ccode\u003eobject\u003c/code\u003e while implementing several interfaces, including \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe class has two constructors: a default constructor and one that takes another \u003ccode\u003eDeleteArtifactRequest\u003c/code\u003e object as a parameter for creating a copy.\u003c/p\u003e\n"],["\u003cp\u003eKey properties include \u003ccode\u003eArtifactName\u003c/code\u003e (typed view over the name), \u003ccode\u003eEtag\u003c/code\u003e (optional etag for server-side matching), and \u003ccode\u003eName\u003c/code\u003e (required resource name of the artifact to delete).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDeleteArtifactRequest\u003c/code\u003e is part of the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1\u003c/code\u003e namespace and is found in the \u003ccode\u003eGoogle.Cloud.AIPlatform.V1Beta1.dll\u003c/code\u003e assembly.\u003c/p\u003e\n"]]],[],null,[]]