1.0 KiB
1.0 KiB
ApiPipelineSpec
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| pipeline_id | str | Optional input field. The ID of the pipeline user uploaded before. | [optional] |
| pipeline_name | str | Optional output field. The name of the pipeline. Not empty if the pipeline id is not empty. | [optional] |
| workflow_manifest | str | Optional input field. The marshalled raw argo JSON workflow. This will be deprecated when pipeline_manifest is in use. | [optional] |
| pipeline_manifest | str | Optional input field. The raw pipeline JSON spec. | [optional] |
| parameters | **list[ApiParameter]** | The parameter user provide to inject to the pipeline JSON. If a default value of a parameter exist in the JSON, the value user provided here will replace. | [optional] |