# runai tensorflow describe

describe a tf training workload

```
runai tensorflow describe [WORKLOAD_NAME] [flags]
```

## Examples

```
# Describe a workload with a default project
runai training tf describe <tf-name>

# Describe a workload in a specific project
runai training tf describe <tf-name> -p <project_name>

# Describe a workload by UUID
runai training tf describe --uuid=<tf_uuid>

# Describe a workload with specific output format
runai training tf describe <tf-name> -o json

# Describe a workload with specific sections
runai training tf describe <tf-name> --general --compute --pods --events --networks

# Describe a workload with container details and custom limits
runai training tf describe <tf-name> --containers --pod-limit 20 --event-limit 100
```

## Options

```
      --compute             Show compute resources information (CPU, GPU, memory, etc.). (default true)
      --containers          Include container-level details in pod information.
      --event-limit int32   Limit the number of events displayed. Use -1 for no limit. (default 50)
      --events              Show recent events for the resource. (default true)
      --general             Show general resource information. (default true)
  -h, --help                help for describe
      --networks            Show network-related information. (default true)
  -o, --output string       Output format: table, json, or yaml. Default is table. (default "table")
      --pod-limit int32     Limit the number of pods displayed. Use -1 for no limit. (default 10)
      --pods                Show information about pods associated with the resource. (default true)
  -p, --project string      Specify the project for the command to use. Defaults to the project set in the context, if any. Use 'runai project set <project>' to set the default.
      --sortEvents string   Sort events in ascending or descending order. Valid values: asc, desc. (default "asc")
```

## Options inherited from parent commands

```
      --config-file string   config file name; can be set by environment variable RUNAI_CLI_CONFIG_FILE (default "config.json")
      --config-path string   config path; can be set by environment variable RUNAI_CLI_CONFIG_PATH
  -d, --debug                enable debug mode
  -q, --quiet                enable quiet mode, suppress all output except error messages
      --verbose              enable verbose mode
```

## SEE ALSO

* [runai tensorflow](/self-hosted/2.22/reference/cli/runai/runai_tensorflow.md) - alias for tensorflow management


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://run-ai-docs.nvidia.com/self-hosted/2.22/reference/cli/runai/runai_tensorflow_describe.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
