Package com.google.cloud.aiplatform.v1
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
Modifier and TypeMethodDescriptiongetArtifacts(int index) Output only.intOutput only.Output only.getArtifactsOrBuilder(int index) Output only.List<? extends ArtifactOrBuilder>Output only.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
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getArtifacts
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getArtifactsCount
int getArtifactsCount()Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.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.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY]; -
getArtifactsOrBuilder
Output only. A list of artifact metadata.
repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
-