- Overview
- Getting Started Guide
- UserGuide
-
References
-
ABEJA Platform CLI
- CONFIG COMMAND
- DATALAKE COMMAND
- DATASET COMMAND
- TRAINING COMMAND
-
MODEL COMMAND
- check-endpoint-image
- check-endpoint-json
- create-deployment
- create-endpoint
- create-model
- create-service
- create-trigger
- create-version
- delete-deployment
- delete-endpoint
- delete-model
- delete-service
- delete-version
- describe-deployments
- describe-endpoints
- describe-models
- describe-service-logs
- describe-services
- describe-versions
- download-versions
- run-local
- run-local-server
- start-service
- stop-service
- submit-run
- update-endpoint
- startapp command
-
ABEJA Platform CLI
- FAQ
- Appendix
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