public interface PipelineTaskDetailOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsInputs(String key)
Output only.
|
boolean |
containsOutputs(String key)
Output only.
|
com.google.protobuf.Timestamp |
getCreateTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getCreateTimeOrBuilder()
Output only.
|
com.google.protobuf.Timestamp |
getEndTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getEndTimeOrBuilder()
Output only.
|
com.google.rpc.Status |
getError()
Output only.
|
com.google.rpc.StatusOrBuilder |
getErrorOrBuilder()
Output only.
|
Execution |
getExecution()
Output only.
|
ExecutionOrBuilder |
getExecutionOrBuilder()
Output only.
|
PipelineTaskExecutorDetail |
getExecutorDetail()
Output only.
|
PipelineTaskExecutorDetailOrBuilder |
getExecutorDetailOrBuilder()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getInputs()
Deprecated.
|
int |
getInputsCount()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getInputsMap()
Output only.
|
PipelineTaskDetail.ArtifactList |
getInputsOrDefault(String key,
PipelineTaskDetail.ArtifactList defaultValue)
Output only.
|
PipelineTaskDetail.ArtifactList |
getInputsOrThrow(String key)
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getOutputs()
Deprecated.
|
int |
getOutputsCount()
Output only.
|
Map<String,PipelineTaskDetail.ArtifactList> |
getOutputsMap()
Output only.
|
PipelineTaskDetail.ArtifactList |
getOutputsOrDefault(String key,
PipelineTaskDetail.ArtifactList defaultValue)
Output only.
|
PipelineTaskDetail.ArtifactList |
getOutputsOrThrow(String key)
Output only.
|
long |
getParentTaskId()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
PipelineTaskDetail.State |
getState()
Output only.
|
int |
getStateValue()
Output only.
|
long |
getTaskId()
Output only.
|
String |
getTaskName()
Output only.
|
com.google.protobuf.ByteString |
getTaskNameBytes()
Output only.
|
boolean |
hasCreateTime()
Output only.
|
boolean |
hasEndTime()
Output only.
|
boolean |
hasError()
Output only.
|
boolean |
hasExecution()
Output only.
|
boolean |
hasExecutorDetail()
Output only.
|
boolean |
hasStartTime()
Output only.
|
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 [PipelineJob.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 [PipelineJob.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];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 © 2021 Google LLC. All rights reserved.