API_Request In-database Function Syntax Elements | Amazon Bedrock - API_Request In-database Function Syntax Elements - Teradata Vantage

Teradata® VantageCloud Lake

Deployment
VantageCloud
Edition
Lake
Product
Teradata Vantage
Published
January 2023
ft:locale
en-US
ft:lastEdition
2024-12-11
dita:mapPath
phg1621910019905.ditamap
dita:ditavalPath
pny1626732985837.ditaval
dita:id
phg1621910019905
Arguments Category Description Default Values Permitted Values Data Type Case Sensitive
API_TYPE Required Specifies the API to be used. None When connecting to Bedrock: aws-bedrock String -
AUTHORIZATION Required Specifies a JSON string representing key to access Amazon Bedrock. None

JSON String of the following format

{"Access_ID": "id", "Region": "region", "Access_Key": "key", "Session_Token": "token"}'

String No, JSON keys are not case sensitive.MULTIDRAG
NUM_EMBEDDINGS Optional 1536 Positive Integer - - -
MODEL_NAME Required Name of Bedrock model to be used for computing embeddings.
“amazon.titan-embed-text-v1”
Alphanumeric string with dashes String Yes
OUTPUT_FORMAT Optional Output format for embeddings
varbyte
varchar, varbyte
String No
DATA_COLUMNS Required Columns whose data will be concatenated and sent as input for computing embeddings. None String of comma-separated column names VARCHAR Argument is not case sensitive.
INITIAL_DELAY_MS Optional Millisecond delay after each input table row is sent for embeddings 0 Nonnegative integer Int -
DELAY_MAX_RETRIES Optional Maximum number of attempts after a failed input table row embedding request 0 Nonnegative integer Int -
DELAY_EXP_BASE Optional Exponential base of delay time increase 1 Nonnegative integer Int -
DELAY_JITTER Optional Random sum term in exponent 0 (no jitter) 0, 1 Int -