public static interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for artifactId. |
getKindCase()
public abstract PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the artifactId field is set. |