kfp-tekton/backend/api/python_http_client/docs/ApiPipeline.md

1.3 KiB

ApiPipeline

Properties

Name Type Description Notes
id str Output. Unique pipeline ID. Generated by API server. [optional]
created_at datetime Output. The time this pipeline is created. [optional]
name str Optional input field. Pipeline name provided by user. If not specified, file name is used as pipeline name. [optional]
description str Optional input field. Describing the purpose of the job. [optional]
parameters **list[ApiParameter]** Output. The input parameters for this pipeline. TODO(jingzhang36): replace this parameters field with the parameters field inside PipelineVersion when all usage of the former has been changed to use the latter. [optional]
url ApiUrl [optional]
error str In case any error happens retrieving a pipeline field, only pipeline ID and the error message is returned. Client has the flexibility of choosing how to handle error. This is especially useful during listing call. [optional]
default_version ApiPipelineVersion [optional]

[Back to Model list] [Back to API list] [Back to README]