prefect.server.schemas.actions
Reduced schemas for accepting API actions.
Functions
validate_base_job_template
Classes
ActionBaseModel
Methods:
model_validate_list
reset_fields
_reset_fields
set.
Returns:
- A new instance of the model with the reset fields.
FlowCreate
Data used by the Prefect REST API to create a flow.
FlowUpdate
Data used by the Prefect REST API to update a flow.
DeploymentScheduleCreate
Methods:
validate_max_scheduled_runs
DeploymentScheduleUpdate
Methods:
validate_max_scheduled_runs
DeploymentCreate
Data used by the Prefect REST API to create a deployment.
Methods:
check_valid_configuration
validate_job_variables_for_deployment
function from prefect_cloud.orion.api.validation
.
remove_old_fields
DeploymentUpdate
Data used by the Prefect REST API to update a deployment.
Methods:
check_valid_configuration
validate_job_variables_for_deployment
function from prefect_cloud.orion.api.validation
.