- 1.35.0 (latest)
- 1.34.0
- 1.33.0
- 1.32.1
- 1.31.0
- 1.30.0
- 1.26.0
- 1.23.0
- 1.22.0
- 1.21.0
- 1.20.0
- 1.19.0
- 1.18.0
- 1.17.0
- 1.16.0
- 1.15.0
- 1.14.0
- 1.13.1
- 1.12.0
- 1.11.0
- 1.10.0
- 1.9.0
- 1.8.0
- 1.7.0
- 1.6.0
- 1.5.0
- 1.4.0
- 1.3.0
- 1.2.0
- 1.1.0
- 1.0.0
- 0.39.0
- 0.38.0
- 0.37.1
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.2
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.13.0
- 0.12.0
- 0.11.1
- 0.10.0
Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class PipelineTaskDetail.
The runtime detail of a task execution.
Generated from protobuf message google.cloud.aiplatform.v1.PipelineTaskDetail
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ task_id
int|string
Output only. The system generated ID of the task.
↳ parent_task_id
int|string
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.
↳ task_name
string
Output only. The user specified name of the task that is defined in PipelineJob.spec .
↳ create_time
Google\Protobuf\Timestamp
Output only. Task create time.
↳ start_time
Google\Protobuf\Timestamp
Output only. Task start time.
↳ end_time
Google\Protobuf\Timestamp
Output only. Task end time.
↳ executor_detail
↳ state
int
Output only. State of the task.
↳ execution
↳ error
Google\Rpc\Status
Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
↳ pipeline_task_status
array< Google\Cloud\AIPlatform\V1\PipelineTaskDetail\PipelineTaskStatus
>
Output only. A list of task status. This field keeps a record of task status evolving over time.
↳ inputs
array|Google\Protobuf\Internal\MapField
Output only. The runtime input artifacts of the task.
↳ outputs
array|Google\Protobuf\Internal\MapField
Output only. The runtime output artifacts of the task.
getTaskId
Output only. The system generated ID of the task.
Generated from protobuf field int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
int|string
setTaskId
Output only. The system generated ID of the task.
Generated from protobuf field int64 task_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int|string
$this
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.
Generated from protobuf field int64 parent_task_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
int|string
setParentTaskId
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.
Generated from protobuf field int64 parent_task_id = 12 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int|string
$this
getTaskName
Output only. The user specified name of the task that is defined in PipelineJob.spec .
Generated from protobuf field string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
string
setTaskName
Output only. The user specified name of the task that is defined in PipelineJob.spec .
Generated from protobuf field string task_name = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
string
$this
getCreateTime
Output only. Task create time.
Generated from protobuf field .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Timestamp|null
hasCreateTime
clearCreateTime
setCreateTime
Output only. Task create time.
Generated from protobuf field .google.protobuf.Timestamp create_time = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
Google\Protobuf\Timestamp
$this
getStartTime
Output only. Task start time.
Generated from protobuf field .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Timestamp|null
hasStartTime
clearStartTime
setStartTime
Output only. Task start time.
Generated from protobuf field .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
Google\Protobuf\Timestamp
$this
getEndTime
Output only. Task end time.
Generated from protobuf field .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Timestamp|null
hasEndTime
clearEndTime
setEndTime
Output only. Task end time.
Generated from protobuf field .google.protobuf.Timestamp end_time = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
Google\Protobuf\Timestamp
$this
getExecutorDetail
Output only. The detailed execution info.
Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExecutorDetail
clearExecutorDetail
setExecutorDetail
Output only. The detailed execution info.
Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskExecutorDetail executor_detail = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getState
Output only. State of the task.
Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
int
setState
Output only. State of the task.
Generated from protobuf field .google.cloud.aiplatform.v1.PipelineTaskDetail.State state = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
int
$this
getExecution
Output only. The execution metadata of the task.
Generated from protobuf field .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasExecution
clearExecution
setExecution
Output only. The execution metadata of the task.
Generated from protobuf field .google.cloud.aiplatform.v1.Execution execution = 8 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getError
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
Generated from protobuf field .google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
hasError
clearError
setError
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
Generated from protobuf field .google.rpc.Status error = 9 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getPipelineTaskStatus
Output only. A list of task status. This field keeps a record of task status evolving over time.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\RepeatedField
setPipelineTaskStatus
Output only. A list of task status. This field keeps a record of task status evolving over time.
Generated from protobuf field repeated .google.cloud.aiplatform.v1.PipelineTaskDetail.PipelineTaskStatus pipeline_task_status = 13 [(.google.api.field_behavior) = OUTPUT_ONLY];
$this
getInputs
Output only. The runtime input artifacts of the task.
Generated from protobuf field map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\MapField
setInputs
Output only. The runtime input artifacts of the task.
Generated from protobuf field map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> inputs = 10 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
array|Google\Protobuf\Internal\MapField
$this
getOutputs
Output only. The runtime output artifacts of the task.
Generated from protobuf field map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\MapField
setOutputs
Output only. The runtime output artifacts of the task.
Generated from protobuf field map<string, .google.cloud.aiplatform.v1.PipelineTaskDetail.ArtifactList> outputs = 11 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
array|Google\Protobuf\Internal\MapField
$this