Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
SPDX-License-Identifier: CC-BY-SA-4.0

Deploy a Model in Amazon SageMaker

After you train your model, you can deploy it to get predictions in one of two ways: + To set up a persistent endpoint to get one prediction at a time, use Amazon SageMaker hosting services. + To get predictions for an entire dataset, use Amazon SageMaker batch transform.

Topics + Deploy a Model on Amazon SageMaker Hosting Services + Get Inferences for an Entire Dataset with Batch Transform + Validate a Machine Learning Model + The Amazon SageMaker Programming Model