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 ServerSome 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 executionArize Hello World Pynb
Copy
Ask AI
from arize.api import Client#SPACE ID - SUPPLIED BY ARIZEspace_id = 'SPACE_ID'#API KEY - GENERATED IN ARIZE ACCOUNT OR SUPPLIEDapi_key = 'API_KEY'