json.data.testConnections.mlmodel.vertexai.json Maven / Gradle / Ivy
{
"name": "VertexAI",
"displayName": "VertexAI Test Connection",
"description": "Test Connection to validate the access against models and basic metadata extraction",
"steps": [
{
"name": "GetModels",
"description": "Validate that we can get the instances with the given credentials.",
"errorMessage": "Failed to get VertexAI models, please validate to the credentials of service account",
"shortCircuit": true,
"mandatory": true
}
]
}