This document summarizes a presentation about deploying custom machine learning models using Amazon SageMaker. It discusses: 1. An overview of machine learning, AWS SageMaker, and how SageMaker works to build, train, test, tune and deploy models. 2. The process for deploying a fully custom ML model with SageMaker, including building the model, defining inference code, creating a SageMaker container, and deploying the model as an endpoint. 3. A demo of this process showing how to create a model, endpoint configuration, and endpoint to deploy a custom model and invoke it via an API.