tdapiclient | Amazon SageMaker Python SDK | Teradata Vantage - teradataml Extension - Teradata VantageCloud Lake

Lake - Analyze Your Data with ClearScape Analytics™

Deployment
VantageCloud
Edition
Lake
Product
Teradata VantageCloud Lake
Release Number
Published
February 2025
ft:locale
en-US
ft:lastEdition
2026-02-20
dita:mapPath
tcl1683670667798.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
tcl1683670667798

The Teradata Package for Python (teradataml), which is Teradata's Python package for client-side scripts, is extended with support for Amazon SageMaker. This support is included in the tdapiclient library.

Many of the Amazon SageMaker APIs are callable through tdapiclient. Specifically, tdapiclient integration with Amazon SageMaker works with their estimator class and derived classes.

The Amazon SageMaker Python SDK provides the following interfaces SageMaker APIs.

Amazon SageMaker Interface Supported through tdapiclient?
Estimators Supported, through the same API as the Estimators class. You provide a teradataml DataFrame for training through the fit Method.

Supported estimators:

"sagemaker.mxnet.estimator",

"sagemaker.sklearn.estimator",

"sagemaker.chainer",

"sagemaker.huggingface",

"sagemaker.pytorch",

"sagemaker.rl.estimator",

"sagemaker.tensorflow",

"sagemaker.estimator",

"sagemaker.xgboost.estimator"

Predictors Supported
Model Supported for Teradata BYOM use case. You can also specify model path.

The teradataml SageMaker extension library (tdapiclient) includes the following functions and interfaces.