prefect.infrastructure.provisioners
get_infrastructure_provisioner_for_work_pool_type
get_infrastructure_provisioner_for_work_pool_type(work_pool_type: str) -> Type[Provisioner]
work_pool_type
ValueError
Provisioner
console
console(self) -> rich.console.Console
console(self, value: rich.console.Console) -> None
provision
provision(self, work_pool_name: str, base_job_template: Dict[str, Any], client: Optional['PrefectClient'] = None) -> Dict[str, Any]
Was this page helpful?