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

1.8 KiB

ApiJob

Properties

Name Type Description Notes
id str Output. Unique run ID. Generated by API server. [optional]
name str Required input field. Job name provided by user. Not unique. [optional]
description str [optional]
pipeline_spec ApiPipelineSpec [optional]
resource_references **list[ApiResourceReference]** Optional input field. Specify which resource this job belongs to. [optional]
service_account str Optional input field. Specify which Kubernetes service account this job uses. [optional]
max_concurrency str [optional]
trigger ApiTrigger [optional]
mode JobMode [optional]
created_at datetime Output. The time this job is created. [optional]
updated_at datetime Output. The last time this job is updated. [optional]
status str [optional]
error str In case any error happens retrieving a job field, only job 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]
enabled bool Input. Whether the job is enabled or not. [optional]
no_catchup bool Optional input field. Whether the job should catch up if behind schedule. If true, the job will only schedule the latest interval if behind schedule. If false, the job will catch up on each past interval. [optional]

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