Class GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact
The type of an input artifact.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact : IDirectResponseSchema
Properties
ArtifactId
Artifact resource id from MLMD. Which is the last portion of an artifact resource name:
projects/{project}/locations/{location}/metadataStores/default/artifacts/{artifact_id}
. The artifact must
stay within the same project, location and default metadatastore as the pipeline.
Declaration
[JsonProperty("artifactId")]
public virtual string ArtifactId { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |