Some steps of your machine learning pipeline might be more resource-intensive and require special hardware to execute. In such cases, you can specify the required resources for steps as follows:Documentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
- Functional API
- Class-based API
If you’re using an orchestrator which does not support this feature or its
underlying infrastructure doesn’t cover your requirements, you can also take a
look at step operators which allow you to
execute individual steps of your pipeline in environments independent of your
orchestrator.