public interface PipelineTaskDetailOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
containsInputs(String key)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
containsOutputs(String key)
public abstract 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];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
boolean |
|
getCreateTime()
public abstract 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. |
getCreateTimeOrBuilder()
public abstract TimestampOrBuilder getCreateTimeOrBuilder()Output only. Task create time.
.google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getEndTime()
public abstract Timestamp getEndTime()Output only. Task end time.
.google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
com.google.rpc.StatusOrBuilder |
|
getExecution()
public abstract Execution getExecution()Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
Execution |
The execution. |
getExecutionOrBuilder()
public abstract ExecutionOrBuilder getExecutionOrBuilder()Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
ExecutionOrBuilder |
|
getExecutorDetail()
public abstract PipelineTaskExecutorDetail getExecutorDetail()Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PipelineTaskExecutorDetail |
The executorDetail. |
getExecutorDetailOrBuilder()
public abstract PipelineTaskExecutorDetailOrBuilder getExecutorDetailOrBuilder()Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PipelineTaskExecutorDetailOrBuilder |
|
getInputs() (deprecated)
public abstract Map<String,PipelineTaskDetail.ArtifactList> getInputs()Use #getInputsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ArtifactList> |
|
getInputsCount()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getInputsMap()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
PipelineTaskDetail.ArtifactList |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
PipelineTaskDetail.ArtifactList |
|
getOutputs() (deprecated)
public abstract Map<String,PipelineTaskDetail.ArtifactList> getOutputs()Use #getOutputsMap() instead.
| Returns | |
|---|---|
| Type | Description |
Map<String,ArtifactList> |
|
getOutputsCount()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
int |
|
getOutputsMap()
public abstract 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];
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameters | |
|---|---|
| Name | Description |
key |
String |
defaultValue |
PipelineTaskDetail.ArtifactList |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
key |
String |
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Parameter | |
|---|---|
| Name | Description |
index |
int |
| Returns | |
|---|---|
| Type | Description |
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.v1beta1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
List<? extends com.google.cloud.aiplatform.v1beta1.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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
TimestampOrBuilder |
|
getState()
public abstract PipelineTaskDetail.State getState()Output only. State of the task.
.google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
PipelineTaskDetail.State |
The state. |
getStateValue()
public abstract int getStateValue()Output only. State of the task.
.google.cloud.aiplatform.v1beta1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the error field is set. |
hasExecution()
public abstract boolean hasExecution()Output only. The execution metadata of the task.
.google.cloud.aiplatform.v1beta1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the execution field is set. |
hasExecutorDetail()
public abstract boolean hasExecutorDetail()Output only. The detailed execution info.
.google.cloud.aiplatform.v1beta1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the startTime field is set. |