Interface PipelineTaskDetail.ArtifactListOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineTaskDetail.ArtifactList,PipelineTaskDetail.ArtifactList.Builder
- Enclosing class:
- PipelineTaskDetail
public static interface PipelineTaskDetail.ArtifactListOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ArtifactgetArtifacts(int index)Output only.intgetArtifactsCount()Output only.List<Artifact>getArtifactsList()Output only.ArtifactOrBuildergetArtifactsOrBuilder(int index)Output only.List<? extends ArtifactOrBuilder>getArtifactsOrBuilderList()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getArtifactsList
List<Artifact> getArtifactsList()
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getArtifacts
Artifact getArtifacts(int index)
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getArtifactsCount
int getArtifactsCount()
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getArtifactsOrBuilderList
List<? extends ArtifactOrBuilder> getArtifactsOrBuilderList()
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
getArtifactsOrBuilder
ArtifactOrBuilder getArtifactsOrBuilder(int index)
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1beta1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-
-