AWS Certified AI Practitioner

Model Sources and Deployment Options

Where the model in your application comes from (pre-trained open source, a managed model, or one you train yourself) and how you serve it in production: managed API versus self-hosted, and real-time, serverless, asynchronous, or batch inference.

Intermediate 20 minutes 4 Learning Objectives
  1. Compare the three sources of a model: use a pre-trained model, customize one, or train your own
  2. Distinguish a managed API service from a self-hosted API for serving a model
  3. Choose among real-time, serverless, asynchronous, and batch inference by traffic and payload
  4. Match a production scenario to the deployment option its constraints demand