runai xgboost describe

describe xgboost training

runai xgboost describe [WORKLOAD_NAME] [flags]

Examples

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

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

# Describe a xgboost training workload by UUID
runai training xgboost describe --uuid=<xgboost_uuid>

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

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

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

Options

Options inherited from parent commands

SEE ALSO

Last updated