> ## Documentation Index
> Fetch the complete documentation index at: https://arize-ax.mintlify.dev/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# SageMaker

## Overview

These tutorials are designed to work in any environment and showcase a number of model types.

Copy the Tutorials and upload to a SageMaker Notebook Instance Server

Some tutorials include both a PYNB Notebook and a Lambda .py file. Upload both files to the Notebook server as the Notebook will help upload the Lambada function.

Simply copy the tutorials into your own drive and add your API & SPACE ID for execution

Arize Hello World Pynb

```python theme={null}
from arize.api import Client
#SPACE ID - SUPPLIED BY ARIZE
space_id = 'SPACE_ID'
#API KEY - GENERATED IN ARIZE ACCOUNT OR SUPPLIED
api_key = 'API_KEY'
```
