runai training pytorch describe

describe pytorch training

runai training pytorch describe [WORKLOAD_NAME] [flags]

Examples

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

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

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

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

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

# Describe a pytorch training 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