Cloud AI Platform v1 API - Class PipelineJob.Types.RuntimeConfig.Types.InputArtifact (2.27.0)

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 v1 API class PipelineJob.Types.RuntimeConfig.Types.InputArtifact.

The type of an input artifact.

Inheritance

object > PipelineJob.Types.RuntimeConfig.Types.InputArtifact

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

InputArtifact()

public InputArtifact()

InputArtifact(InputArtifact)

public InputArtifact(PipelineJob.Types.RuntimeConfig.Types.InputArtifact other)
Parameter
NameDescription
otherPipelineJobTypesRuntimeConfigTypesInputArtifact

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
TypeDescription
string

HasArtifactId

public bool HasArtifactId { get; }

Gets whether the "artifact_id" field is set

Property Value
TypeDescription
bool

KindCase

public PipelineJob.Types.RuntimeConfig.Types.InputArtifact.KindOneofCase KindCase { get; }
Property Value
TypeDescription
PipelineJobTypesRuntimeConfigTypesInputArtifactKindOneofCase