---
title: "SageMaker"
slug: "aws-sagemaker-steps"
updated: 2025-06-17T15:47:28Z
published: 2025-06-17T15:47:28Z
---

> ## 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](/v9/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/2025-06-17_11h45_04.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**](/v9/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/2025-06-17_11h46_10.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**](/v9/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/2025-06-17_11h46_53.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**](/v9/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. |
