Interface PipelineTaskDetailOrBuilder (3.42.0)

public interface PipelineTaskDetailOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

containsInputs(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
boolean

containsOutputs(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
boolean

getCreateTime()

public abstract Timestamp getCreateTime()

Output only. Task create time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The createTime.

getCreateTimeOrBuilder()

public abstract TimestampOrBuilder getCreateTimeOrBuilder()

Output only. Task create time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getEndTime()

public abstract Timestamp getEndTime()

Output only. Task end time.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The endTime.

getEndTimeOrBuilder()

public abstract TimestampOrBuilder getEndTimeOrBuilder()

Output only. Task end time.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getError()

public abstract 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];

Returns
TypeDescription
com.google.rpc.Status

The error.

getErrorOrBuilder()

public abstract 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
TypeDescription
com.google.rpc.StatusOrBuilder

getExecution()

public abstract Execution getExecution()

Output only. The execution metadata of the task.

.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Execution

The execution.

getExecutionOrBuilder()

public abstract ExecutionOrBuilder getExecutionOrBuilder()

Output only. The execution metadata of the task.

.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ExecutionOrBuilder

getExecutorDetail()

public abstract PipelineTaskExecutorDetail getExecutorDetail()

Output only. The detailed execution info.

.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PipelineTaskExecutorDetail

The executorDetail.

getExecutorDetailOrBuilder()

public abstract PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()

Output only. The detailed execution info.

.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PipelineTaskExecutorDetailOrBuilder

getInputs() (deprecated)

public abstract Map<String,PipelineTaskDetail.ArtifactList> getInputs()

Use #getInputsMap() instead.

Returns
TypeDescription
Map<String,ArtifactList>

getInputsCount()

public abstract 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
TypeDescription
int

getInputsMap()

public abstract 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
TypeDescription
Map<String,ArtifactList>

getInputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)

public abstract 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
NameDescription
keyString
defaultValuePipelineTaskDetail.ArtifactList
Returns
TypeDescription
PipelineTaskDetail.ArtifactList

getInputsOrThrow(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
PipelineTaskDetail.ArtifactList

getOutputs() (deprecated)

public abstract Map<String,PipelineTaskDetail.ArtifactList> getOutputs()

Use #getOutputsMap() instead.

Returns
TypeDescription
Map<String,ArtifactList>

getOutputsCount()

public abstract 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
TypeDescription
int

getOutputsMap()

public abstract 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
TypeDescription
Map<String,ArtifactList>

getOutputsOrDefault(String key, PipelineTaskDetail.ArtifactList defaultValue)

public abstract 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
NameDescription
keyString
defaultValuePipelineTaskDetail.ArtifactList
Returns
TypeDescription
PipelineTaskDetail.ArtifactList

getOutputsOrThrow(String key)

public abstract 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
NameDescription
keyString
Returns
TypeDescription
PipelineTaskDetail.ArtifactList

getParentTaskId()

public abstract 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
TypeDescription
long

The parentTaskId.

getPipelineTaskStatus(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
PipelineTaskDetail.PipelineTaskStatus

getPipelineTaskStatusCount()

public abstract 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
TypeDescription
int

getPipelineTaskStatusList()

public abstract 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
TypeDescription
List<PipelineTaskStatus>

getPipelineTaskStatusOrBuilder(int index)

public abstract 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
NameDescription
indexint
Returns
TypeDescription
PipelineTaskDetail.PipelineTaskStatusOrBuilder

getPipelineTaskStatusOrBuilderList()

public abstract 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
TypeDescription
List<? extends com.google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatusOrBuilder>

getStartTime()

public abstract Timestamp getStartTime()

Output only. Task start time.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
Timestamp

The startTime.

getStartTimeOrBuilder()

public abstract TimestampOrBuilder getStartTimeOrBuilder()

Output only. Task start time.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
TimestampOrBuilder

getState()

public abstract PipelineTaskDetail.State getState()

Output only. State of the task.

.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
PipelineTaskDetail.State

The state.

getStateValue()

public abstract int getStateValue()

Output only. State of the task.

.google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for state.

getTaskId()

public abstract long getTaskId()

Output only. The system generated ID of the task.

int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
long

The taskId.

getTaskName()

public abstract 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
TypeDescription
String

The taskName.

getTaskNameBytes()

public abstract 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
TypeDescription
ByteString

The bytes for taskName.

hasCreateTime()

public abstract boolean hasCreateTime()

Output only. Task create time.

.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the createTime field is set.

hasEndTime()

public abstract boolean hasEndTime()

Output only. Task end time.

.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the endTime field is set.

hasError()

public abstract 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
TypeDescription
boolean

Whether the error field is set.

hasExecution()

public abstract boolean hasExecution()

Output only. The execution metadata of the task.

.google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the execution field is set.

hasExecutorDetail()

public abstract boolean hasExecutorDetail()

Output only. The detailed execution info.

.google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the executorDetail field is set.

hasStartTime()

public abstract boolean hasStartTime()

Output only. Task start time.

.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the startTime field is set.