public static interface PipelineJob.RuntimeConfig.InputArtifactOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;PipelineJob.RuntimeConfig.InputArtifact.KindCase getKindCase()
Copyright © 2024 Google LLC. All rights reserved.