GoogleCloudAiplatformV1PipelineTaskDetail class

The runtime detail of a task execution.

Properties

createTime String?
Task create time.
getter/setter pair
endTime String?
Task end time.
getter/setter pair
error GoogleRpcStatus?
The error that occurred during task execution.
getter/setter pair
execution GoogleCloudAiplatformV1Execution?
The execution metadata of the task.
getter/setter pair
executorDetail GoogleCloudAiplatformV1PipelineTaskExecutorDetail?
The detailed execution info.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inputs Map<String, GoogleCloudAiplatformV1PipelineTaskDetailArtifactList>?
The runtime input artifacts of the task.
getter/setter pair
outputs Map<String, GoogleCloudAiplatformV1PipelineTaskDetailArtifactList>?
The runtime output artifacts of the task.
getter/setter pair
parentTaskId String?
The id of the parent task if the task is within a component scope.
getter/setter pair
pipelineTaskStatus List<GoogleCloudAiplatformV1PipelineTaskDetailPipelineTaskStatus>?
A list of task status.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startTime String?
Task start time.
getter/setter pair
state String?
State of the task.
getter/setter pair
taskId String?
The system generated ID of the task.
getter/setter pair
taskName String?
The user specified name of the task that is defined in pipeline_spec.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited