- 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
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__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
↳ create_time
↳ start_time
↳ 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< PipelineTaskDetail\PipelineTaskStatus
>
Output only. A list of task status. This field keeps a record of task status evolving over time.
↳ inputs
↳ outputs
getTaskId
Output only. The system generated ID of the task.
int|string
setTaskId
Output only. The system generated ID of the task.
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.
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.
var
int|string
$this
getTaskName
Output only. The user specified name of the task that is defined in pipeline_spec .
string
setTaskName
Output only. The user specified name of the task that is defined in pipeline_spec .
var
string
$this
getCreateTime
Output only. Task create time.
hasCreateTime
clearCreateTime
setCreateTime
Output only. Task create time.
$this
getStartTime
Output only. Task start time.
hasStartTime
clearStartTime
setStartTime
Output only. Task start time.
$this
getEndTime
Output only. Task end time.
hasEndTime
clearEndTime
setEndTime
Output only. Task end time.
$this
getExecutorDetail
Output only. The detailed execution info.
hasExecutorDetail
clearExecutorDetail
setExecutorDetail
Output only. The detailed execution info.
$this
getState
Output only. State of the task.
int
setState
Output only. State of the task.
var
int
$this
getExecution
Output only. The execution metadata of the task.
hasExecution
clearExecution
setExecution
Output only. The execution metadata of the task.
$this
getError
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
hasError
clearError
setError
Output only. The error that occurred during task execution.
Only populated when the task's state is FAILED or CANCELLED.
$this
getPipelineTaskStatus
Output only. A list of task status. This field keeps a record of task status evolving over time.
setPipelineTaskStatus
Output only. A list of task status. This field keeps a record of task status evolving over time.
$this
getInputs
Output only. The runtime input artifacts of the task.
setInputs
Output only. The runtime input artifacts of the task.
$this
getOutputs
Output only. The runtime output artifacts of the task.
setOutputs
Output only. The runtime output artifacts of the task.
$this