979 B
979 B
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]** | [optional] | |
| runtime_config | PipelineSpecRuntimeConfig | [optional] |