GoogleCloudAiplatformV1PipelineJobDetail class
The runtime detail of PipelineJob.
Constructors
-
GoogleCloudAiplatformV1PipelineJobDetail({GoogleCloudAiplatformV1Context? pipelineContext, GoogleCloudAiplatformV1Context? pipelineRunContext, List<
GoogleCloudAiplatformV1PipelineTaskDetail> ? taskDetails}) - GoogleCloudAiplatformV1PipelineJobDetail.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- pipelineContext ↔ GoogleCloudAiplatformV1Context?
-
The context of the pipeline.
getter/setter pair
- pipelineRunContext ↔ GoogleCloudAiplatformV1Context?
-
The context of the current pipeline run.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
taskDetails
↔ List<
GoogleCloudAiplatformV1PipelineTaskDetail> ? -
The runtime details of the tasks under the pipeline.
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