Updated on 2023-11-21 GMT+08:00

Obtaining ModelArts Training Job Events

Run the ma-cli ma-job get-event command to view ModelArts training job events.

$ 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.

Parameter

Type

Mandatory

Description

-i / --job-id

String

Yes

Obtain events of a training job with a specified job ID.

Examples

Obtain events of a training job with a specified job ID.

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