- 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
ABEJA Platform SDK
ABEJA Platform provides an SDK to manipulate resources.
Environment
As ABEJA Platform SDK is a python module, it works only on python installed environment.
Python
ABEJA Platform SDK supports python versions below.
- 3.5.1 or above
- 3.6.1 or above
OS
ABEJA Platform SDK works on OS below.
- macOS
- Linux
Installation
Pease follow instructions below to install the SDK with pip.
$ pip install abeja-sdk
Update
You can install the newest version of the SDK with the command below.
$ pip install abeja-sdk --upgrade
If the command does not work, please try the command below. The command try to reinstall the SDK without using cache in local.
$ pip --no-cache-dir install -I abeja-sdk