You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jobs are called Flows inside of Prefect. Now, we can automate and monitor managed workflows. Building on top of this, Deployments also enable remote flow run execution. We trigger ad-hoc parametrized flow runs, to train our ML models, via the UI or an API call. You could also schedule automatic flow runs that run anywhere you can run a Prefect agent, including on remote infrastructure
This is done using:
Prefect orchestration engine, either Prefect Cloud or a local Prefect server.
Jobs are called Flows inside of Prefect. Now, we can automate and monitor managed workflows. Building on top of this, Deployments also enable remote flow run execution. We trigger ad-hoc parametrized flow runs, to train our ML models, via the UI or an API call. You could also schedule automatic flow runs that run anywhere you can run a Prefect agent, including on remote infrastructure
This is done using:
Example code found in this repository.
More background found here
The text was updated successfully, but these errors were encountered: