archive-job

Description

Archive training jobs.

Note: Training.yaml must already be created.

Synopsis

$ abeja training archive-job [--help]
Usage: abeja training archive-job [OPTIONS]

  Archive training job

Options:
  --job-id, --job_id TEXT  Training Job identifier  [required]
  --help                   Show this message and exit.

Options

--job-id, --job_id

Specify the job ID.

Example

Archive training jobs.

Command:

$ abeja training archive-job --job-id 1234567890123

Output:

{
    "message": "job_name:1234567890123 archived"
}