runai xgboost resume

resume xgboost training

runai xgboost resume [WORKLOAD_NAME] [flags]

Examples

# Resume a xgboost training workload
runai training xgboost resume <xgboost-name>

# Resume a xgboost training workload in a specific project
runai training xgboost resume <xgboost-name> -p <project_name>

# Resume a xgboost training workload by UUID
runai training xgboost resume --uuid=<xgboost_uuid>

Options

  -h, --help             help for resume
  -p, --project string   Specify the project to which the command applies. By default, commands apply to the default project. To change the default project use ‘runai config project <project name>’
  -u, --uuid string      The UUID of the workload

Options inherited from parent commands

SEE ALSO

Last updated