public interface PipelineJobDetailOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getPipelineContext()
public abstract Context getPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
Context |
The pipelineContext. |
getPipelineContextOrBuilder()
public abstract ContextOrBuilder getPipelineContextOrBuilder()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
ContextOrBuilder |
getPipelineRunContext()
public abstract 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 | |
---|---|
Type | Description |
Context |
The pipelineRunContext. |
getPipelineRunContextOrBuilder()
public abstract 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];
Returns | |
---|---|
Type | Description |
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.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PipelineTaskDetail |
getTaskDetailsCount()
public abstract 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];
Returns | |
---|---|
Type | Description |
int |
getTaskDetailsList()
public abstract 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];
Returns | |
---|---|
Type | Description |
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.v1.PipelineTaskDetail task_details = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
PipelineTaskDetailOrBuilder |
getTaskDetailsOrBuilderList()
public abstract 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];
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.PipelineTaskDetailOrBuilder> |
hasPipelineContext()
public abstract boolean hasPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns | |
---|---|
Type | Description |
boolean |
Whether the pipelineContext field is set. |
hasPipelineRunContext()
public abstract 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 | |
---|---|
Type | Description |
boolean |
Whether the pipelineRunContext field is set. |