Interface PipelineJobDetailOrBuilder (3.42.0)

public interface PipelineJobDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPipelineContext()

public abstract Context getPipelineContext()

Output only. The context of the pipeline.

.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Context

The pipelineContext.

getPipelineContextOrBuilder()

public abstract ContextOrBuilder getPipelineContextOrBuilder()

Output only. The context of the pipeline.

.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ContextOrBuilder

getPipelineRunContext()

public abstract 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];

Returns
TypeDescription
Context

The pipelineRunContext.

getPipelineRunContextOrBuilder()

public abstract 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];

Returns
TypeDescription
ContextOrBuilder

getTaskDetails(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
PipelineTaskDetail

getTaskDetailsCount()

public abstract 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];

Returns
TypeDescription
int

getTaskDetailsList()

public abstract 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];

Returns
TypeDescription
List<PipelineTaskDetail>

getTaskDetailsOrBuilder(int index)

public abstract 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];

Parameter
NameDescription
indexint
Returns
TypeDescription
PipelineTaskDetailOrBuilder

getTaskDetailsOrBuilderList()

public abstract 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];

Returns
TypeDescription
List<? extends com.google.cloud.aiplatform.v1beta1.PipelineTaskDetailOrBuilder>

hasPipelineContext()

public abstract boolean hasPipelineContext()

Output only. The context of the pipeline.

.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the pipelineContext field is set.

hasPipelineRunContext()

public abstract 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];

Returns
TypeDescription
boolean

Whether the pipelineRunContext field is set.