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 Type
    Method
    Description
    getArtifacts(int index)
    Output only.
    int
    Output only.
    Output only.
    Output only.
    Output only.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getArtifactsList

      List<Artifact> getArtifactsList()
       Output only. A list of artifact metadata.
       
      repeated .google.cloud.aiplatform.v1.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.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

      ArtifactOrBuilder getArtifactsOrBuilder(int index)
       Output only. A list of artifact metadata.
       
      repeated .google.cloud.aiplatform.v1.Artifact artifacts = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];