文档首页/
AI开发平台ModelArts/
开发环境(即将下线)/
ModelArts CLI命令参考/
使用ma-cli ma-job命令提交ModelArts训练作业/
使用ma-cli ma-job get-event命令查询ModelArts训练作业事件
更新时间:2024-08-14 GMT+08:00
使用ma-cli ma-job get-event命令查询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