mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
17 lines
345 B
JSON
17 lines
345 B
JSON
{
|
|
"type": "SageMaker",
|
|
"serviceName": "sagemaker_svc",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "SageMaker",
|
|
"awsConfig": {
|
|
"awsAccessKeyId": "aws_access_key_id",
|
|
"awsSecretAccessKey": "aws_secret_access_key",
|
|
"awsRegion": "us-east-1"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
}
|