forked from docs/doc-exports
move doc sources to other location Reviewed-by: OpenTelekomCloud Bot <None>
1.3 KiB
1.3 KiB
Introduction to Model Deployment
After a training job is complete and a model is generated, you can deploy the model on the Service Deployment page. You can also deploy the model imported from OBS. ModelArts supports the following deployment types:
- Real-Time Services
Deploy a model as a web service to provide real-time test UI and monitoring capabilities.
- Batch Services
A batch service can perform inference on batch data. After data processing is complete, the batch service automatically stops.
Parent topic: Model Deployment