Steps
Get run steps according to query filters.
Args: step_run_filter_model: Filter model used for pagination, sorting, filtering. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response. auth_context: Authentication context.
Returns: The run steps according to query filters.
falsecreatedLogical Ops to use to combine filters on list methods.
andPossible values: 120Successful Response
Unauthorized
Forbidden
Not Found
Unprocessable Entity
Create a run step.
Args: step: The run step to create.
Returns: The created run step.
Request model for step runs.
Enum that represents the execution status of a step or pipeline run.
Successful Response
Response model for step runs.
falseUnauthorized
Forbidden
Conflict
Unprocessable Entity
Get one specific step.
Args: step_id: ID of the step to get. hydrate: Flag deciding whether to hydrate the output model(s) by including metadata fields in the response.
Returns: The step.
trueSuccessful Response
Response model for step runs.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Updates a step.
Args: step_id: ID of the step. step_model: Step model to use for the update.
Returns: The updated step model.
Update model for step runs.
Enum that represents the execution status of a step or pipeline run.
Successful Response
Response model for step runs.
falseUnauthorized
Forbidden
Not Found
Unprocessable Entity
Last updated
Was this helpful?