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

553 B

ApiListJobsResponse

Properties

Name Type Description Notes
jobs **list[ApiJob]** A list of jobs returned. [optional]
total_size int The total number of jobs for the given query. [optional]
next_page_token str The token to list the next page of jobs. [optional]

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