training
training inspect
View detailed information about a specific training job
Displays detailed information about a Training Job, including its name, ID, creator, owner, configuration, status, and execution details.
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.
View detailed information about a specific training job
flexai training inspect <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 inspect. |
| Flag | Short | Type | Description |
|---|---|---|---|
--help | -h | boolean | Displays this help page. |
--json | -j | boolean | Displays training information in JSON format. |
--verbose | -v | boolean | Provides more detailed output when inspecting a Training Job. |
Was this page helpful?