describe-models

Description

Describe the model info. If model_id is specified, the corresponding model is displayed. Ifmodel_id is not specified, the model of your organization is displayed in a list.

Synopsis

$ abeja model describe-models [--help]
Usage: abeja model describe-models [OPTIONS]

  Get to model or endpoint model

Options:
  -m, --model_id TEXT  Model identifier
  --help               Show this message and exit.

Option

-m, --model_id

Specify model_id when created with create-model.

Example

Describe of specified model

Command:

$ abeja model describe-models --model_id 1234567890123

Output:

{
  "created_at": "2017-09-01T00:00:00.000000Z",
  "description": "default description",
  "model_id": "1234567890123",
  "modified_at": "2017-09-01T00:00:00.000000Z",
  "name": "default"
}