public sealed class GetArtifactRequest : IMessage<GetArtifactRequest>, IEquatable<GetArtifactRequest>, IDeepCloneable<GetArtifactRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform 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-03-25 UTC."],[[["The `GetArtifactRequest` class is part of the Google Cloud AI Platform v1beta1 API and is used to request a specific artifact from the Metadata Service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer-based operations."],["The `GetArtifactRequest` class has two constructors, a parameterless one and another that takes an existing `GetArtifactRequest` object for initialization."],["The `GetArtifactRequest` class contains two properties, `ArtifactName` which is a typed view of the `Name` resource, and `Name`, a string that specifies the resource name of the artifact to retrieve, with a defined format."]]],[]]