public interface PipelineTaskDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneoflong getTaskId()
Output only. The system generated ID of the task.
int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];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];String getTaskName()
Output only. The user specified name of the task that is defined in [pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getTaskNameBytes()
Output only. The user specified name of the task that is defined in [pipeline_spec][google.cloud.aiplatform.v1beta1.PipelineJob.pipeline_spec].
string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getCreateTime()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getCreateTimeOrBuilder()
Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getStartTime()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Task start time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getEndTime()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getEndTimeOrBuilder()
Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskExecutorDetail getExecutorDetail()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()
Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getStateValue()
Output only. State of the task.
.google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail.State getState()
Output only. State of the task.
.google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean hasExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
Execution getExecution()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
ExecutionOrBuilder getExecutionOrBuilder()
Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
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];com.google.rpc.Status getError()
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];com.google.rpc.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];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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getPipelineTaskStatusCount()
Output only. A list of task status. This field keeps a record of task status evolving over time.
repeated .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getInputsCount()
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsInputs(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,PipelineTaskDetail.ArtifactList> getInputs()
getInputsMap() instead.Map<String,PipelineTaskDetail.ArtifactList> getInputsMap()
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail.ArtifactList getInputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail.ArtifactList getInputsOrThrow(String key)
Output only. The runtime input artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
int getOutputsCount()
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
boolean containsOutputs(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
@Deprecated Map<String,PipelineTaskDetail.ArtifactList> getOutputs()
getOutputsMap() instead.Map<String,PipelineTaskDetail.ArtifactList> getOutputsMap()
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail.ArtifactList getOutputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
PipelineTaskDetail.ArtifactList getOutputsOrThrow(String key)
Output only. The runtime output artifacts of the task.
map<string, .google.cloud.aiplatform.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2025 Google LLC. All rights reserved.