- 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
TRAINING COMMAND
The CLI TRAINING COMMAND provides functions for model learning.
It can be operated by using TRAINING COMMAND of CLI.
- Training Definition
- Training Version
- Training Job
Before starting training, you need to initialize it with the init
command.
After creating the training definition,Create the source code of the current directory as a version and execute the training job.
Synopsis
$ abeja training [--help]
Usage: abeja training [OPTIONS] COMMAND [ARGS]...
Training operation commands
Options:
--help Show this message and exit.
Commands:
archive-job Archive training job
archive-training-model Archive training model
archive-version Archive training job definition version
create-job Create training job
create-job-definition Create training job definition
create-notebook
create-training-model Create training model
create-version
debug-local Local train commands
describe-job-definitions Gets information of job definition.
describe-jobs Show training job list for a specific training...
describe-training-models Get training model
describe-versions
download-training-model Download training model
download-training-result Download training result(artifact)
init Initialize training with training definition...
start-notebook
train-local Local train commands
unarchive-job Unarchive training job
unarchive-training-model Unarchive training model
unarchive-version Unarchive training job definition version
update-training-model Update training model
update-version