training_start
Starts a cloud training job from a YOLO checkpoint or model. Confirm cost to proceed.
Instructions
Start a cloud training job from an existing model or official YOLO base checkpoint (state-changing, may cost credits). Requires confirm_cost=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| batch | No | ||
| imgsz | No | ||
| model | Yes | Existing model ref, or official YOLO base checkpoint such as yolo11n.pt or yolo11n-seg.pt. Checkpoint mode auto-creates a project model. | |
| epochs | No | ||
| dataset | Yes | Dataset ref used as training data for the job. | |
| project | Yes | Project ref that owns the training job and resolved model. | |
| gpu_type | Yes | Cloud GPU type to allocate for training. | |
| train_args | No | ||
| confirm_cost | No | Must be true to allow a credit-costing training run. |