Workflows Concepts Private Preview

Workflows automate machine learning tasks, combining GPU instances with an expressive syntax to generate production-ready machine learning pipelines with a few lines of code.


Environment variables are one way to pass information to and from Workflows, and between the jobs within them.
The steps in a Gradient Workflow can communicate with other steps using inputs and outputs, which can be datasets, volumes, or strings.
Examples of YAML syntax used in Gradient Workflows.
In this article...