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 |
---|
Type | Description |
int | |
public static final int END_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int ERROR_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EXECUTION_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int EXECUTOR_DETAIL_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int INPUTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int OUTPUTS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PARENT_TASK_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int PIPELINE_TASK_STATUS_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int START_TIME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int STATE_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TASK_ID_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
public static final int TASK_NAME_FIELD_NUMBER
Field Value |
---|
Type | Description |
int | |
Static Methods
public static PipelineTaskDetail getDefaultInstance()
public static final Descriptors.Descriptor getDescriptor()
public static PipelineTaskDetail.Builder newBuilder()
public static PipelineTaskDetail.Builder newBuilder(PipelineTaskDetail prototype)
public static PipelineTaskDetail parseDelimitedFrom(InputStream input)
public static PipelineTaskDetail parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PipelineTaskDetail parseFrom(byte[] data)
Parameter |
---|
Name | Description |
data | byte[]
|
public static PipelineTaskDetail parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static PipelineTaskDetail parseFrom(ByteString data)
public static PipelineTaskDetail parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static PipelineTaskDetail parseFrom(CodedInputStream input)
public static PipelineTaskDetail parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public static PipelineTaskDetail parseFrom(InputStream input)
public static PipelineTaskDetail parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
public static PipelineTaskDetail parseFrom(ByteBuffer data)
public static PipelineTaskDetail parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static Parser<PipelineTaskDetail> parser()
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 |
---|
Name | Description |
key | String
|
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 |
---|
Name | Description |
key | String
|
public boolean equals(Object obj)
Parameter |
---|
Name | Description |
obj | Object
|
Overrides
public Timestamp getCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The createTime.
|
public TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PipelineTaskDetail getDefaultInstanceForType()
public Timestamp getEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
public TimestampOrBuilder getEndTimeOrBuilder()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
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 |
---|
Type | Description |
Execution | The execution.
|
public ExecutionOrBuilder getExecutionOrBuilder()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PipelineTaskExecutorDetail getExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
public Map<String,PipelineTaskDetail.ArtifactList> getInputs()
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 |
---|
Type | Description |
int | |
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];
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];
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 |
---|
Name | Description |
key | String
|
public Map<String,PipelineTaskDetail.ArtifactList> getOutputs()
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 |
---|
Type | Description |
int | |
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];
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];
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 |
---|
Name | Description |
key | String
|
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()
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
int | |
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];
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 |
---|
Name | Description |
index | int
|
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 |
---|
Type | Description |
int | |
Overrides
public Timestamp getStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
Timestamp | The startTime.
|
public TimestampOrBuilder getStartTimeOrBuilder()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
public PipelineTaskDetail.State getState()
Output only. State of the task.
.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
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
pipeline_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
pipeline_spec.
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
Returns |
---|
Type | Description |
ByteString | The bytes for taskName.
|
public final UnknownFieldSet getUnknownFields()
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 |
---|
Type | Description |
int | |
Overrides
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
protected MapField internalGetMapField(int number)
Parameter |
---|
Name | Description |
number | int
|
Overrides
public final boolean isInitialized()
Overrides
public PipelineTaskDetail.Builder newBuilderForType()
protected PipelineTaskDetail.Builder newBuilderForType(GeneratedMessageV3.BuilderParent parent)
Overrides
protected Object newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
Overrides
public PipelineTaskDetail.Builder toBuilder()
public void writeTo(CodedOutputStream output)
Overrides