json.data.testConnections.mlmodel.mlflow.json Maven / Gradle / Ivy
{
"name": "Mlflow",
"displayName": "Mlflow 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",
"shortCircuit": true,
"mandatory": true
}
]
}