Interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineJob.RuntimeConfig.InputArtifact
,PipelineJob.RuntimeConfig.InputArtifact.Builder
- Enclosing class:
- PipelineJob.RuntimeConfig
public static interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getArtifactId()
Artifact resource id from MLMD.com.google.protobuf.ByteString
getArtifactIdBytes()
Artifact resource id from MLMD.PipelineJob.RuntimeConfig.InputArtifact.KindCase
getKindCase()
boolean
hasArtifactId()
Artifact resource id from MLMD.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasArtifactId
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:
- Whether the artifactId field is set.
-
getArtifactId
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:
- The artifactId.
-
getArtifactIdBytes
com.google.protobuf.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:
- The bytes for artifactId.
-
getKindCase
PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()
-
-