training
training checkpoints
List checkpoints generated by a training job
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List checkpoints generated by a training job
flexai training checkpoints <training_or_fine_tuning_job_name> [flags]
| Argument | Type | Required | Description |
|---|---|---|---|
training_or_fine_tuning_job_name | string | Yes | The name of the Training or Fine-tuning Job to list checkpoints for. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--json | -j | boolean | Outputs checkpoint list in JSON format instead of the default ASCII table. |
--verbose | -v | boolean | Provides more detailed output when listing checkpoints. |
Was this page helpful?