public interface PipelineJobDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Context |
getPipelineContext()
Output only.
|
ContextOrBuilder |
getPipelineContextOrBuilder()
Output only.
|
Context |
getPipelineRunContext()
Output only.
|
ContextOrBuilder |
getPipelineRunContextOrBuilder()
Output only.
|
PipelineTaskDetail |
getTaskDetails(int index)
Output only.
|
int |
getTaskDetailsCount()
Output only.
|
List<PipelineTaskDetail> |
getTaskDetailsList()
Output only.
|
PipelineTaskDetailOrBuilder |
getTaskDetailsOrBuilder(int index)
Output only.
|
List<? extends PipelineTaskDetailOrBuilder> |
getTaskDetailsOrBuilderList()
Output only.
|
boolean |
hasPipelineContext()
Output only.
|
boolean |
hasPipelineRunContext()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Context getPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
ContextOrBuilder getPipelineContextOrBuilder()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasPipelineRunContext()
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Context getPipelineRunContext()
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
ContextOrBuilder getPipelineRunContextOrBuilder()
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<PipelineTaskDetail> getTaskDetailsList()
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail getTaskDetails(int index)
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getTaskDetailsCount()
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
List<? extends PipelineTaskDetailOrBuilder> getTaskDetailsOrBuilderList()
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetailOrBuilder getTaskDetailsOrBuilder(int index)
Output only. The runtime details of the tasks under the pipeline.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2022 Google LLC. All rights reserved.