submit_job
Submit a workload to Jungle Grid for execution on managed compute infrastructure, supporting inference, training, fine-tuning, and batch jobs with configurable image, command, and GPU resources.
Instructions
Submit a Jungle Grid workload for execution. This may start managed compute infrastructure and incur usage charges.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| env | No | ||
| args | No | ||
| name | Yes | ||
| image | Yes | ||
| command | No | ||
| metadata | No | ||
| template | No | ||
| model_size | No | Optional model size in GB used to select GPU capacity. | |
| input_files | No | Uploaded input references to mount under /workspace/inputs/<filename>. | |
| routing_mode | No | ||
| script_files | No | Uploaded script references to mount under /workspace/scripts/<filename>. | |
| workload_type | Yes | ||
| expected_artifacts | No | Expected output files under /workspace/artifacts. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes |