Interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder (3.42.0)

public static interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getArtifactId()

public abstract String getArtifactId()

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.

string artifact_id = 1;

Returns
TypeDescription
String

The artifactId.

getArtifactIdBytes()

public abstract ByteString getArtifactIdBytes()

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.

string artifact_id = 1;

Returns
TypeDescription
ByteString

The bytes for artifactId.

getKindCase()

public abstract PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()
Returns
TypeDescription
PipelineJob.RuntimeConfig.InputArtifact.KindCase

hasArtifactId()

public abstract boolean hasArtifactId()

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.

string artifact_id = 1;

Returns
TypeDescription
boolean

Whether the artifactId field is set.