describe-job-definitions

説明

トレーニング定義の情報を取得します。 トレーニング定義名を明示的に指定するとそのトレーニング定義の情報のみが取得できます。

概要

$ abeja training describe-job-definitions --help
Usage: abeja training describe-job-definitions [OPTIONS]

  Gets information of job definition. Lists definitions if job-definition-
  name is not give

Options:
  -j, --job_definition_name, --job-definition-name TEXT
                                  Training job definition name
  -l, --limit INTEGER             Number of pagings
  -o, --offset INTEGER            Paging start index
  --include-archived              Includes archived job definitions.
  --help                          Show this message and exit.

オプション

-j, --job_definition_name, --job-definition-name

情報を取得したいトレーニング定義名を指定します。

--include-archived

リストを取得する際、アーカイブされているトレーニング定義を含めます。指定しない場合、アーカイブ済みのトレーニング定義は除外されます。

-l, --limit

ページングの件数を指定します。

-o, --offset

トレーニング定義の情報を取得

この例でトレーニング定義の情報を取得します

コマンド:

$ abeja training describe-job-definitions

出力:

{
  "entries": [
    {
      "organization_id": 1200123565071,
      "job_definition_id": 1417943358413,
      "name": "test_job_definition",
      "version_count": 1,
      "created_at": "2018-04-18T09:26:21.107Z",
      "modified_at": "2018-04-18T09:26:21.107Z"
    }
  ]
}