curl --request PUT \
--url https://api.galileo.ai/v2/integrations/aws_sagemaker \
--header 'Content-Type: application/json' \
--header 'Galileo-API-Key: <api-key>' \
--data '{
"models": [
{
"name": "huggingface-pytorch-inference-2024-02-29-14-53-51-829",
"alias": "aws_hello_world",
"integration": "aws_sagemaker",
"system_supported": false,
"alternative_names": [],
"token_limit": 4000,
"output_price": 0,
"input_price": 0,
"cost_by": "tokens",
"is_chat": false,
"provides_log_probs": false,
"formatting_tokens": 0,
"response_prefix_tokens": 0,
"params_map": {
"model": "model"
},
"input_map": {
"prompt": "prompt",
"prefix": "",
"suffix": ""
},
"completion_only": true
}
],
"credential_type": "key_secret",
"region": "us-west-2",
"token": {
"aws_access_key_id": "AWSA46AWSAWSBEDR0C45K",
"aws_secret_access_key": "sagasg2t0-9527@$s1ashsahfahfddsg"
}
}'