public sealed class InputArtifact : IMessage<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IEquatable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IDeepCloneable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Cloud AI Platform v1 API class PipelineJob.Types.RuntimeConfig.Types.InputArtifact.
The type of an input artifact.
Implements
IMessage<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IEquatable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IDeepCloneable<PipelineJob.Types.RuntimeConfig.Types.InputArtifact>, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Assembly
Google.Cloud.AIPlatform.V1.dll
Constructors
InputArtifact()
public InputArtifact()InputArtifact(PipelineJob.Types.RuntimeConfig.Types.InputArtifact)
public InputArtifact(PipelineJob.Types.RuntimeConfig.Types.InputArtifact other)| Parameter | |
|---|---|
| Name | Description |
other |
PipelineJob.Types.RuntimeConfig.Types.InputArtifact |
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 |
|
KindCase
public PipelineJob.Types.RuntimeConfig.Types.InputArtifact.KindOneofCase KindCase { get; }| Property Value | |
|---|---|
| Type | Description |
PipelineJob.Types.RuntimeConfig.Types.InputArtifact.KindOneofCase |
|