download-versions

Description

Download specified model version.

The following option paramaters, model_id and version_id needs to be set for downloading the model.

Synopsis

$ abeja model download-version [--help]
Usage: abeja model download-version [OPTIONS]

  Download version

Options:
  -m, --model_id TEXT    Model identifier  [required]
  -v, --version_id TEXT  Version identifier  [required]
  --help                 Show this message and exit.

Options

-m, --model_id

To specify model_id which was created by create-model commmand.

-v, --version_id

To specify version_id of the model which was created by create-version command.

Example

Downloading spcified version’s model

Command:

$ abeja model download-version -m 123456789012 -v ver-123a4b5cd678901e2