prefect.deployments.schedules

Functions

create_deployment_schedule_create

create_deployment_schedule_create(schedule: Union['SCHEDULE_TYPES', 'Schedule'], active: Optional[bool] = True) -> DeploymentScheduleCreate

Create a DeploymentScheduleCreate object from common schedule parameters.

normalize_to_deployment_schedule_create

normalize_to_deployment_schedule_create(schedules: Optional['FlexibleScheduleList']) -> List[DeploymentScheduleCreate]