Runs
Run a pipeline from a template.
Args: template_id: The ID of the template. config: Configuration for the pipeline run. auth_context: Authentication context.
Raises: ValueError: If the template can not be run.
Returns: The created pipeline run.
Class for pipeline run configurations.
The name of the pipeline run.
Whether to enable cache for all steps of the pipeline run.
Whether to enable metadata for the output artifacts of all steps of the pipeline run.
Whether to enable visualizations for the output artifacts of all steps of the pipeline run.
Whether to enable logs for all steps of the pipeline run.
Whether to enable pipeline logs for the pipeline run.
Whether to enable heartbeat for all steps of the pipeline run
The build to use for the pipeline run.
The execution mode for the pipeline run.
Successful Response
Response model for pipeline runs.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Too Many Requests
Last updated
Was this helpful?