runai training pytorch describe

describe a pytorch training workload

runai training pytorch describe [WORKLOAD_NAME] [flags]

Examples

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

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

# Describe a workload by UUID
runai training pytorch describe --uuid=<pytorch_uuid>

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

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

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

Options

Options inherited from parent commands

SEE ALSO

Last updated