GoogleCloudAiplatformV1PipelineTaskDetail
import type { GoogleCloudAiplatformV1PipelineTaskDetail } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";
The runtime detail of a task execution.
§Properties
Output only. The error that occurred during task execution. Only populated when the task's state is FAILED or CANCELLED.
Output only. The execution metadata of the task.
Output only. The detailed execution info.
Output only. The runtime input artifacts of the task.
Output only. The runtime output artifacts of the task.
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.
Output only. A list of task status. This field keeps a record of task status evolving over time.
Output only. State of the task.
Output only. The user specified name of the task that is defined in pipeline_spec.
Output only. The unique name of a task. This field is used by rerun pipeline job. Console UI and Vertex AI SDK will support triggering pipeline job reruns. The name is constructed by concatenating all the parent tasks name with the task name. For example, if a task named "child_task" has a parent task named "parent_task_1" and parent task 1 has a parent task named "parent_task_2", the task unique name will be "parent_task_2.parent_task_1.child_task".