Package com.google.cloud.aiplatform.v1
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
Modifier and TypeMethodDescriptionArtifact resource id from MLMD.com.google.protobuf.ByteStringArtifact resource id from MLMD.booleanArtifact resource id from MLMD.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
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()
-