Skip to main content

Sagemaker

Overview

This connector provides a connection to Sagemaker.

Requirements

Before creating the connector, you will need the following information available for the Sagemaker connection.

  • Access key
  • Secret access key
  • Session token
  • Region

Creating

To add an instance of the S3 connector, you can use the Web UI or the CLI.

$ sand connectors create sagemaker --name mysagemaker \
--access-key-id="access-key-id" --secret-access-key="secret-access-key" \
--session-token="session-token" --region="us-east-1"
✅ Connector created successfully!
Connector ID: cnc-5ab0075c465c8321

Usage

coming soon