parameters property
- @Deprecated('Not supported. Member documentation may have more information.')
getter/setter pair
Use RuntimeConfig.parameter_values instead.
The runtime parameters of the PipelineJob. The parameters will be passed
into PipelineJob.pipeline_spec to replace the placeholders at runtime.
This field is used by pipelines built using
PipelineJob.pipeline_spec.schema_version
2.0.0 or lower, such as
pipelines built using Kubeflow Pipelines SDK 1.8 or lower.
Deprecated.
Implementation
@core.Deprecated(
'Not supported. Member documentation may have more information.',
)
core.Map<core.String, GoogleCloudAiplatformV1Value>? parameters;