更新时间:2023-05-05 GMT+08:00
分享

查询ModelArts训练作业事件

执行ma-cli ma-job get-event命令查看ModelArts训练作业事件。

$ ma-cli ma-job get-event -h
Usage: ma-cli ma-job get-event [OPTIONS]

  Get job running event.

  Example:

  # Get training job running event
  ma-cli ma-job get-event --job-id ${job_id}

Options:
  -i, --job-id TEXT       Get training job event by job id.  [required]
  -C, --config-file TEXT  Configure file path for authorization.
  -D, --debug             Debug Mode. Shows full stack trace when error occurs.
  -P, --profile TEXT      CLI connection profile to use. The default profile is "DEFAULT".
  -H, -h, --help          Show this message and exit.

参数名

参数类型

是否必选

参数说明

-i / --job-id

String

查询指定训练任务ID的事件。

示例

查看指定ID的训练作业的事件详情等。

ma-cli ma-job get-event --job-id b63e90baxxx

分享:

    相关文档

    相关产品