Run templates
Get a page of run templates.
Args: filter_model: Filter model used for pagination, sorting, filtering. project_name_or_id: Optional name or ID of the project. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: Page of run templates.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Get a run template.
Args: template_id: ID of the run template to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The run template.
trueSuccessful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Update a run template.
Args: template_id: ID of the run template to get. update: The updates to apply.
Returns: The updated run template.
Run template update model.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Delete a run template.
Args: template_id: ID of the run template to delete.
Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
No content
Last updated
Was this helpful?