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

Step 6: Deploy the Model to Amazon SageMaker

To get predictions, deploy your model. The method you use depends on how you want to generate inferences: + To get one inference at a time in real time, set up a persistent endpoint using Amazon SageMaker hosting services. + To get inferences for an entire dataset, use Amazon SageMaker batch transform.

Topics + Step 6.1: Deploy the Model to Amazon SageMaker Hosting Services + Step 6.2: Deploy the Model with Batch Transform