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
@Generated
public interface PipelineJobDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionOutput only.Output only.Output only.Output only.getTaskDetails(int index) Output only.intOutput only.Output only.getTaskDetailsOrBuilder(int index) Output only.List<? extends PipelineTaskDetailOrBuilder>Output only.booleanOutput only.booleanOutput 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
-
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
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
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];
-