pipelineSpec property
A compiled definition of a pipeline, represented as a JSON object.
Defines the structure of the pipeline, including its components, tasks,
and parameters. This specification is generated by compiling a pipeline
function defined in Python using the Kubeflow Pipelines SDK.
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?>? pipelineSpec;