- 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
unarchive-job
Description
Unarchive training jobs.
Note: Training.yaml must already be created.
Synopsis
$ abeja training unarchive-job [--help]
Usage: abeja training unarchive-job [OPTIONS]
Unarchive training job
Options:
--job-id, --job_id TEXT Training Job identifier [required]
--help Show this message and exit.
Options
--job-id
, --job_id
Specify the job ID.
Example
Unarchive training jobs.
Command:
$ abeja training unarchive-job --job-id 1234567890123
Output:
{
"message": "job_name:1234567890123 unarchived"
}