1.1 KiB
1.1 KiB
ApiPipelineVersion
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | Output. Unique version ID. Generated by API server. | [optional] |
| name | str | Optional input field. Version name provided by user. | [optional] |
| created_at | datetime | Output. The time this pipeline version is created. | [optional] |
| parameters | **list[ApiParameter]** | Output. The input parameters for this pipeline. | [optional] |
| code_source_url | str | Input. Optional. Pipeline version code source. | [optional] |
| package_url | ApiUrl | [optional] | |
| resource_references | **list[ApiResourceReference]** | Input. Required. E.g., specify which pipeline this pipeline version belongs to. | [optional] |
| description | str | Input. Optional. Description for the pipeline version. | [optional] |