Interface PipelineTaskRerunConfig.ArtifactListOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineTaskRerunConfig.ArtifactList,PipelineTaskRerunConfig.ArtifactList.Builder
- Enclosing class:
- PipelineTaskRerunConfig
public static interface PipelineTaskRerunConfig.ArtifactListOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetArtifacts(int index) Optional.intOptional.Optional.getArtifactsOrBuilder(int index) Optional.List<? extends RuntimeArtifactOrBuilder>Optional.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
-
getArtifactsList
List<RuntimeArtifact> getArtifactsList()Optional. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.RuntimeArtifact artifacts = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getArtifacts
Optional. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.RuntimeArtifact artifacts = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getArtifactsCount
int getArtifactsCount()Optional. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.RuntimeArtifact artifacts = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getArtifactsOrBuilderList
List<? extends RuntimeArtifactOrBuilder> getArtifactsOrBuilderList()Optional. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.RuntimeArtifact artifacts = 1 [(.google.api.field_behavior) = OPTIONAL]; -
getArtifactsOrBuilder
Optional. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.RuntimeArtifact artifacts = 1 [(.google.api.field_behavior) = OPTIONAL];
-