GoogleCloudAiplatformV1PipelineTaskExecutorDetailContainerDetail class
The detail of a container execution.
It contains the job names of the lifecycle of a container execution.
Constructors
-
GoogleCloudAiplatformV1PipelineTaskExecutorDetailContainerDetail({List<
String> ? failedMainJobs, List<String> ? failedPreCachingCheckJobs, String? mainJob, String? preCachingCheckJob}) - GoogleCloudAiplatformV1PipelineTaskExecutorDetailContainerDetail.fromJson(Map json_)
Properties
-
failedMainJobs
↔ List<
String> ? -
The names of the previously failed CustomJob for the main container
executions.
getter/setter pair
-
failedPreCachingCheckJobs
↔ List<
String> ? -
The names of the previously failed CustomJob for the pre-caching-check
container executions.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- mainJob ↔ String?
-
The name of the CustomJob for the main container execution.
getter/setter pair
- preCachingCheckJob ↔ String?
-
The name of the CustomJob for the pre-caching-check container execution.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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