public final class PipelineTaskDetail extends GeneratedMessageV3 implements PipelineTaskDetailOrBuilder
The runtime detail of a task execution.
Protobuf type google.cloud.aiplatform.v1.PipelineTaskDetail
Static Fields
public static final int CREATE_TIME_FIELD_NUMBER
Field Value
public static final int END_TIME_FIELD_NUMBER
Field Value
public static final int ERROR_FIELD_NUMBER
Field Value
public static final int EXECUTION_FIELD_NUMBER
Field Value
public static final int EXECUTOR_DETAIL_FIELD_NUMBER
Field Value
public static final int INPUTS_FIELD_NUMBER
Field Value
public static final int OUTPUTS_FIELD_NUMBER
Field Value
public static final int PARENT_TASK_ID_FIELD_NUMBER
Field Value
public static final int PIPELINE_TASK_STATUS_FIELD_NUMBER
Field Value
public static final int START_TIME_FIELD_NUMBER
Field Value
public static final int STATE_FIELD_NUMBER
Field Value
public static final int TASK_ID_FIELD_NUMBER
Field Value
public static final int TASK_NAME_FIELD_NUMBER
Field Value
Static Methods
public static PipelineTaskDetail getDefaultInstance()
Returns
public static final Descriptors.Descriptor getDescriptor()
Returns
public static PipelineTaskDetail.Builder newBuilder()
Returns
public static PipelineTaskDetail.Builder newBuilder(PipelineTaskDetail prototype)
Parameter
Returns
public static PipelineTaskDetail parseDelimitedFrom(InputStream input)
Parameter
Returns
Exceptions
public static PipelineTaskDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PipelineTaskDetail parseFrom(byte[] data)
Parameter
Name | Description |
data | byte[]
|
Returns
Exceptions
public static PipelineTaskDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PipelineTaskDetail parseFrom(ByteString data)
Parameter
Returns
Exceptions
public static PipelineTaskDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PipelineTaskDetail parseFrom(CodedInputStream input)
Parameter
Returns
Exceptions
public static PipelineTaskDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PipelineTaskDetail parseFrom(InputStream input)
Parameter
Returns
Exceptions
public static PipelineTaskDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static PipelineTaskDetail parseFrom(ByteBuffer data)
Parameter
Returns
Exceptions
public static PipelineTaskDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
Parameters
Returns
Exceptions
public static Parser<PipelineTaskDetail> parser()
Returns
Methods
public boolean containsInputs(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public boolean containsOutputs(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public boolean equals(Object obj)
Parameter
Returns
Overrides
public Timestamp getCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskDetail getDefaultInstanceForType()
Returns
public Timestamp getEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public TimestampOrBuilder getEndTimeOrBuilder()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
com.google.rpc.Status | The error.
|
public StatusOrBuilder getErrorOrBuilder()
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
com.google.rpc.StatusOrBuilder | |
public Execution getExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public ExecutionOrBuilder getExecutionOrBuilder()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskExecutorDetail getExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public Map<String,PipelineTaskDetail.ArtifactList> getInputs()
Returns
public int getInputsCount()
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public Map<String,PipelineTaskDetail.ArtifactList> getInputsMap()
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskDetail.ArtifactList getInputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Returns
public PipelineTaskDetail.ArtifactList getInputsOrThrow(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public Map<String,PipelineTaskDetail.ArtifactList> getOutputs()
Returns
public int getOutputsCount()
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public Map<String,PipelineTaskDetail.ArtifactList> getOutputsMap()
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskDetail.ArtifactList getOutputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameters
Returns
public PipelineTaskDetail.ArtifactList getOutputsOrThrow(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public long getParentTaskId()
Output only. The id of the parent task if the task is within a component
scope. Empty if the task is at the root level.
int64 parent_task_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
long | The parentTaskId.
|
public Parser<PipelineTaskDetail> getParserForType()
Returns
Overrides
public PipelineTaskDetail.PipelineTaskStatus getPipelineTaskStatus(int index)
Output only. A list of task status. This field keeps a record of task
status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public int getPipelineTaskStatusCount()
Output only. A list of task status. This field keeps a record of task
status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public List<PipelineTaskDetail.PipelineTaskStatus> getPipelineTaskStatusList()
Output only. A list of task status. This field keeps a record of task
status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskDetail.PipelineTaskStatusOrBuilder getPipelineTaskStatusOrBuilder(int index)
Output only. A list of task status. This field keeps a record of task
status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Parameter
Returns
public List<? extends PipelineTaskDetail.PipelineTaskStatusOrBuilder> getPipelineTaskStatusOrBuilderList()
Output only. A list of task status. This field keeps a record of task
status evolving over time.
repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
List<? extends com.google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatusOrBuilder> | |
public int getSerializedSize()
Returns
Overrides
public Timestamp getStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public TimestampOrBuilder getStartTimeOrBuilder()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public PipelineTaskDetail.State getState()
Output only. State of the task.
.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public int getStateValue()
Output only. State of the task.
.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
int | The enum numeric value on the wire for state.
|
Output only. The system generated ID of the task.
int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
long | The taskId.
|
public String getTaskName()
Output only. The user specified name of the task that is defined in
[PipelineJob.spec][].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
String | The taskName.
|
public ByteString getTaskNameBytes()
Output only. The user specified name of the task that is defined in
[PipelineJob.spec][].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
public final UnknownFieldSet getUnknownFields()
Returns
Overrides
public boolean hasCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the createTime field is set.
|
public boolean hasEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the endTime field is set.
|
public boolean hasError()
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
.google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the error field is set.
|
public boolean hasExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the execution field is set.
|
public boolean hasExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the executorDetail field is set.
|
public boolean hasStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns
Type | Description |
boolean | Whether the startTime field is set.
|
Returns
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Overrides
protected MapField internalGetMapField(int number)
Parameter
Returns
Overrides
public final boolean isInitialized()
Returns
Overrides
public PipelineTaskDetail.Builder newBuilderForType()
Returns
protected PipelineTaskDetail.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Parameter
Returns
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Parameter
Returns
Overrides
public PipelineTaskDetail.Builder toBuilder()
Returns
public void writeTo(CodedOutputStream output)
Parameter
Overrides
Exceptions