TDApiClient Class | teradataml AWS Extension Library | API Integration - TDApiClient Class - Teradata Vantage

Teradata Vantageā„¢ - API Integration Guide for Cloud Machine Learning

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
VMware
Product
Teradata Vantage
Release Number
1.4
Published
September 2023
ft:locale
en-US
ft:lastEdition
2023-09-28
dita:mapPath
mgu1643999543506.ditamap
dita:ditavalPath
ayr1485454803741.ditaval
dita:id
mgu1643999543506
Use the TDApiClient class to create SageMaker estimator class which in turn can be used to create SageMaker predictor.
  • SageMaker estimator class can take input data from teradataml DataFrame for training the model.
  • SageMaker predictor can use Teradata tables or queries (using teradataml DataFrame) for scoring.
Required Argument:
  • tdapi_context: Specifies an instance of TDAPI context created using create_tdapi_context Method. This context will be used with tdapiclient.

Example

from tdapiclient import create_tdapi_context, TDApiClient
context = create_tdapi_context("aws", "s3_bucket")
tdapiclient = TDApiClient(context)