Model
Amazon SageMaker
This guide explains how to upload models deployed in Amazon SageMaker to Openlayer.
Find the model artifacts in SageMaker
First, you need to find the S3 bucket that contains the model’s artifacts. You can do so by going to “Amazon SageMaker” > “Inference” > “Models”, and clicking on your model’s name.
Then, copy the “Model data location” to your clipboard.
Download the model artifacts
With the model data location in hand, you can use the following code, which downloads the model’s artifacts from S3, saves it to disk, and untars the downloaded file.
Upload to Openlayer
Once the model’s artifacts are saved to disk, you can proceed as usual to upload a full model to the Openlayer platform.
Was this page helpful?