runai training tensorflow describe
describe a tf training workload
runai training 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 100Options
Options inherited from parent commands
SEE ALSO
runai training tensorflow - tensorflow management
Last updated