> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flex.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# 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.

## Usage

```bash theme={null}
flexai training inspect <training_or_fine_tuning_job_name> [flags]
```

## Arguments

| Argument                           | Type   | Required | Description                                             |
| ---------------------------------- | ------ | -------- | ------------------------------------------------------- |
| `training_or_fine_tuning_job_name` | string | Yes      | The name of the Training or Fine-tuning Job to inspect. |

## Flags

| 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. |
