Overview
Make trained models available for inference.
Deployment makes a trained model available for inference and explanations.
Start from a model created by training, choose a deployment configuration, then create a deployed model. Once the deployed model is running, it can be queried and inspected through deployed model views.
How deployment works
Deployment types
The platform supports two deployment types.
Serverless configurations use memory size and maximum concurrency. Real-time configurations use a serving machine type and machine count.
Deployed model lifecycle
A deployed model is created from a model and a deployment configuration.
Use the deployed model resource to monitor deployment status, rename the deployment, delete it when it is no longer needed, and access deployed model views.

