GoogleCloudAiplatformV1PipelineJobRuntimeConfig class
The runtime config of a PipelineJob.
Constructors
-
GoogleCloudAiplatformV1PipelineJobRuntimeConfig({String? failurePolicy, String? gcsOutputDirectory, Map<
String, GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact> ? inputArtifacts, Map<String, Object?> ? parameterValues, Map<String, GoogleCloudAiplatformV1Value> ? parameters}) - GoogleCloudAiplatformV1PipelineJobRuntimeConfig.fromJson(Map json_)
Properties
- failurePolicy ↔ String?
-
Represents the failure policy of a pipeline.
getter/setter pair
- gcsOutputDirectory ↔ String?
-
A path in a Cloud Storage bucket, which will be treated as the root output
directory of the pipeline.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
inputArtifacts
↔ Map<
String, GoogleCloudAiplatformV1PipelineJobRuntimeConfigInputArtifact> ? -
The runtime artifacts of the PipelineJob.
getter/setter pair
-
parameters
↔ Map<
String, GoogleCloudAiplatformV1Value> ? -
Use RuntimeConfig.parameter_values instead.
getter/setter pair
-
parameterValues
↔ Map<
String, Object?> ? -
The runtime parameters of the PipelineJob.
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