mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-02-05 18:33:07 +00:00
18 lines
345 B
JSON
18 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": {}
|
|
}
|
|
}
|