Interface PipelineJobDetailOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PipelineJobDetail, PipelineJobDetail.Builder

@Generated public interface PipelineJobDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasPipelineContext

      boolean hasPipelineContext()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the pipelineContext field is set.
    • getPipelineContext

      Context getPipelineContext()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The pipelineContext.
    • getPipelineContextOrBuilder

      ContextOrBuilder getPipelineContextOrBuilder()
       Output only. The context of the pipeline.
       
      .google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • hasPipelineRunContext

      boolean hasPipelineRunContext()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      Whether the pipelineRunContext field is set.
    • getPipelineRunContext

      Context getPipelineRunContext()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
      Returns:
      The pipelineRunContext.
    • getPipelineRunContextOrBuilder

      ContextOrBuilder getPipelineRunContextOrBuilder()
       Output only. The context of the current pipeline run.
       
      .google.cloud.aiplatform.v1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsList

      List<PipelineTaskDetail> getTaskDetailsList()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetails

      PipelineTaskDetail getTaskDetails(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsCount

      int getTaskDetailsCount()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsOrBuilderList

      List<? extends PipelineTaskDetailOrBuilder> getTaskDetailsOrBuilderList()
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
    • getTaskDetailsOrBuilder

      PipelineTaskDetailOrBuilder getTaskDetailsOrBuilder(int index)
       Output only. The runtime details of the tasks under the pipeline.
       
      repeated .google.cloud.aiplatform.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];