parameterValues property
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.1.0, such as pipelines built
using Kubeflow Pipelines SDK 1.9 or higher and the v2 DSL.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.Object?>? parameterValues;