json.data.testConnections.mlmodel.sagemaker.json Maven / Gradle / Ivy
{
"name": "SageMaker",
"displayName": "SageMaker Test Connection",
"description": "This Test Connection validates the access against the server and basic metadata extraction of models.",
"steps": [
{
"name": "GetModels",
"description": "List all the models available to the user.",
"errorMessage": "Failed to fetch models, please validate the credentials or validate if user has access to fetch models",
"shortCircuit": true,
"mandatory": true
}
]
}