- 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
Deployment
About Deployment
Provides the function of creating inference processing (HTTP service / trigger), using the deployment code and model managed by ABEJA Platform.
Guide
HTTP Service
Executes deployment code as a HTTP API.
- Template Deployment (Image Classification)
- Template Deployment (Object Detection)
- Autoscaling feature of HTTP service
Trigger
When operation is executed, this function executes the created inference processing and outputs the inference result. Every execution of deployment code is handled as “Run”. Please refer to “Trigger” section for detail.
Run
Executes a specified deployment code.