Package com.google.cloud.aiplatform.v1
Interface PipelineJobDetailOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
PipelineJobDetail,PipelineJobDetail.Builder
public interface PipelineJobDetailOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetPipelineContext()Output only.ContextOrBuildergetPipelineContextOrBuilder()Output only.ContextgetPipelineRunContext()Output only.ContextOrBuildergetPipelineRunContextOrBuilder()Output only.PipelineTaskDetailgetTaskDetails(int index)Output only.intgetTaskDetailsCount()Output only.List<PipelineTaskDetail>getTaskDetailsList()Output only.PipelineTaskDetailOrBuildergetTaskDetailsOrBuilder(int index)Output only.List<? extends PipelineTaskDetailOrBuilder>getTaskDetailsOrBuilderList()Output only.booleanhasPipelineContext()Output only.booleanhasPipelineRunContext()Output only.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
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];
-
-