public sealed class PipelineJob.Types.RuntimeConfig.Types.InputArtifact : IMessage<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IEquatable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IDeepCloneable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class PipelineJob.Types.RuntimeConfig.Types.InputArtifact.
The type of an input artifact.
Implements
IMessagePipelineJobTypesRuntimeConfigTypesInputArtifact, IEquatablePipelineJobTypesRuntimeConfigTypesInputArtifact, IDeepCloneablePipelineJobTypesRuntimeConfigTypesInputArtifact, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
InputArtifact()
public InputArtifact()
InputArtifact(InputArtifact)
public InputArtifact(PipelineJob.Types.RuntimeConfig.Types.InputArtifact other)
Parameter | |
---|---|
Name | Description |
other |
PipelineJobTypesRuntimeConfigTypesInputArtifact |
Properties
ArtifactId
public string ArtifactId { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
HasArtifactId
public bool HasArtifactId { get; }
Gets whether the "artifact_id" field is set
Property Value | |
---|---|
Type | Description |
bool |
KindCase
public PipelineJob.Types.RuntimeConfig.Types.InputArtifact.KindOneofCase KindCase { get; }
Property Value | |
---|---|
Type | Description |
PipelineJobTypesRuntimeConfigTypesInputArtifactKindOneofCase |