public static final class PipelineJobDetail.Builder extends GeneratedMessageV3.Builder<PipelineJobDetail.Builder> implements PipelineJobDetailOrBuilder
The runtime detail of PipelineJob.
Protobuf type google.cloud.aiplatform.v1beta1.PipelineJobDetail
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
public static final Descriptors.Descriptor getDescriptor()
Returns
Methods
public PipelineJobDetail.Builder addAllTaskDetails(Iterable<? extends PipelineTaskDetail> values)
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
Name | Description |
values | Iterable<? extends com.google.cloud.aiplatform.v1beta1.PipelineTaskDetail>
|
Returns
public PipelineJobDetail.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
public PipelineJobDetail.Builder addTaskDetails(PipelineTaskDetail value)
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
Returns
public PipelineJobDetail.Builder addTaskDetails(PipelineTaskDetail.Builder builderForValue)
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
Returns
public PipelineJobDetail.Builder addTaskDetails(int index, PipelineTaskDetail value)
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];
Parameters
Returns
public PipelineJobDetail.Builder addTaskDetails(int index, PipelineTaskDetail.Builder builderForValue)
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];
Parameters
Returns
public PipelineTaskDetail.Builder addTaskDetailsBuilder()
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
public PipelineTaskDetail.Builder addTaskDetailsBuilder(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
Returns
public PipelineJobDetail build()
Returns
public PipelineJobDetail buildPartial()
Returns
public PipelineJobDetail.Builder clear()
Returns
Overrides
public PipelineJobDetail.Builder clearField(Descriptors.FieldDescriptor field)
Parameter
Returns
Overrides
public PipelineJobDetail.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Parameter
Returns
Overrides
clearPipelineContext()
public PipelineJobDetail.Builder clearPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
clearPipelineRunContext()
public PipelineJobDetail.Builder clearPipelineRunContext()
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
public PipelineJobDetail.Builder clearTaskDetails()
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
public PipelineJobDetail.Builder clone()
Returns
Overrides
public PipelineJobDetail getDefaultInstanceForType()
Returns
public Descriptors.Descriptor getDescriptorForType()
Returns
Overrides
getPipelineContext()
public Context getPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
Context | The pipelineContext.
|
getPipelineContextBuilder()
public Context.Builder getPipelineContextBuilder()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getPipelineContextOrBuilder()
public ContextOrBuilder getPipelineContextOrBuilder()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
getPipelineRunContext()
public 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
Type | Description |
Context | The pipelineRunContext.
|
getPipelineRunContextBuilder()
public Context.Builder getPipelineRunContextBuilder()
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
getPipelineRunContextOrBuilder()
public 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
public 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
Returns
public PipelineTaskDetail.Builder getTaskDetailsBuilder(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
Returns
public List<PipelineTaskDetail.Builder> getTaskDetailsBuilderList()
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
public 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
public 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
public 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
Returns
public 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
Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.PipelineTaskDetailOrBuilder> | |
hasPipelineContext()
public boolean hasPipelineContext()
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the pipelineContext field is set.
|
hasPipelineRunContext()
public 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
Type | Description |
boolean | Whether the pipelineRunContext field is set.
|
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PipelineJobDetail.Builder mergeFrom(PipelineJobDetail other)
Parameter
Returns
public PipelineJobDetail.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Overrides
Exceptions
public PipelineJobDetail.Builder mergeFrom(Message other)
Parameter
Returns
Overrides
mergePipelineContext(Context value)
public PipelineJobDetail.Builder mergePipelineContext(Context value)
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
mergePipelineRunContext(Context value)
public PipelineJobDetail.Builder mergePipelineRunContext(Context value)
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public final PipelineJobDetail.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides
public PipelineJobDetail.Builder removeTaskDetails(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
Returns
public PipelineJobDetail.Builder setField(Descriptors.FieldDescriptor field, Object value)
Parameters
Returns
Overrides
setPipelineContext(Context value)
public PipelineJobDetail.Builder setPipelineContext(Context value)
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setPipelineContext(Context.Builder builderForValue)
public PipelineJobDetail.Builder setPipelineContext(Context.Builder builderForValue)
Output only. The context of the pipeline.
.google.cloud.aiplatform.v1beta1.Context pipeline_context = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setPipelineRunContext(Context value)
public PipelineJobDetail.Builder setPipelineRunContext(Context value)
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
setPipelineRunContext(Context.Builder builderForValue)
public PipelineJobDetail.Builder setPipelineRunContext(Context.Builder builderForValue)
Output only. The context of the current pipeline run.
.google.cloud.aiplatform.v1beta1.Context pipeline_run_context = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public PipelineJobDetail.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Parameters
Returns
Overrides
public PipelineJobDetail.Builder setTaskDetails(int index, PipelineTaskDetail value)
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];
Parameters
Returns
public PipelineJobDetail.Builder setTaskDetails(int index, PipelineTaskDetail.Builder builderForValue)
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];
Parameters
Returns
public final PipelineJobDetail.Builder setUnknownFields(UnknownFieldSet unknownFields)
Parameter
Returns
Overrides