--- title: "SageMaker" slug: "aws-sagemaker-steps" description: "Learn how AWS SageMaker steps integrate Decisions with Amazon SageMaker through pre-built Flow steps available in the Flow Designer Toolbox." updated: 2026-05-26T20:17:35Z published: 2026-05-26T20:17:35Z canonical: "documentation.decisions.com/aws-sagemaker-steps" --- > ## Documentation Index > Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt > Use this file to discover all available pages before exploring further. # SageMaker ## Overview | ## Module Details | | --- | | **Restart Required?** | No | | **Steps Exposed?** | Yes | | **Step Location** | Integration > AWS > SageMaker | | **Settings Location** | System > Settings > Amazon Webservices Settings | | **Prerequisites** | - Active AWS Account - [Install](/version-10/docs/installing-modules-decisions) the AWS Module - Access to AWS [SageMaker](https://docs.aws.amazon.com/sagemaker/index.html) | The AWS SageMaker steps provide a way to integrate with AWS SageMaker. These steps can be found under **Integration > Amazon AWS > SageMaker** --- ## Get Predictions for CSVFile The Get Predictions for CSVFile step will send model data to SageMaker which will return predications for each line in the file. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779392178120.png) | Input | Description | | --- | --- | | CSVFile | The CSV file that will be used to provide data for the prediction | | Optional Settings | Inputs to specify different settings that were defined under [**Amazon Webservice Setting**](/version-10/docs/setting-up-amazon-webservices-integration) | | Sagemaker Settings | The endpoint name, region name, and endpoint URL for SageMaker will be used by the service call. | --- ## Get Predictions for CSVText The Get Predictions for CSVText step will send model data to SageMaker which will return a prediction. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779392167751.png) | Input | Description | | --- | --- | | Csv Contents | The contents of a CSV file will be used to provide prediction data for a model. | | Optional Settings | Inputs to specify different settings that were defined under [**Amazon Webservice Setting**](/version-10/docs/setting-up-amazon-webservices-integration) | | Sagemaker Settings | The endpoint name, region name, and endpoint URL for SageMaker will be used by the service call. | --- ## Get Predictions for JSON The Get Predictions for JSON step will send model data to SageMaker which will return predictions for each item. ![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/image-1779392218038.png) | Input | Description | | --- | --- | | Object To Serialize | A JSON object used to provide the prediction data for a model | | Optional Settings | Inputs to specify different settings that were defined under [**Amazon Webservice Setting**](/version-10/docs/setting-up-amazon-webservices-integration) | | Sagemaker Settings | The endpoint name, region name, and endpoint URL for SageMaker will be used by the service call. |