skypilot_optimize
Analyzes clouds, regions, and instances to find the optimal execution plan for a task, minimizing cost or time as specified.
Instructions
Find the best execution plan for a task. Analyzes available clouds, regions, and instance types to find the optimal placement. Set minimize to 'COST' (default) or 'TIME'. Returns the optimized DAG with the best resources selected.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minimize | No | COST | |
| task_yaml | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |