public sealed class GetArtifactRequest : IMessage<GetArtifactRequest>, IEquatable<GetArtifactRequest>, IDeepCloneable<GetArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI v1beta1 API class GetArtifactRequest.
Request message for
[MetadataService.GetArtifact][google.cloud.aiplatform.v1beta1.MetadataService.GetArtifact].
Required. The resource name of the Artifact to retrieve.
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\u003eGetArtifactRequest\u003c/code\u003e class within the Google Cloud Vertex AI v1beta1 API, specifically for .NET development.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGetArtifactRequest\u003c/code\u003e class is used to form request messages for the \u003ccode\u003eMetadataService.GetArtifact\u003c/code\u003e method, enabling the retrieval of an artifact.\u003c/p\u003e\n"],["\u003cp\u003eIt includes two versions, with version \u003ccode\u003e1.0.0-beta21\u003c/code\u003e being the latest, both of which implement several interfaces, such as \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 \u003ccode\u003eGetArtifactRequest()\u003c/code\u003e and a copy constructor \u003ccode\u003eGetArtifactRequest(GetArtifactRequest other)\u003c/code\u003e, allowing for instance creation and cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe class includes two main properties, \u003ccode\u003eArtifactName\u003c/code\u003e which is a typed view over the resource name, and \u003ccode\u003eName\u003c/code\u003e which is a string representing the required resource name of the artifact to be retrieved.\u003c/p\u003e\n"]]],[],null,[]]