Accuracy

Accuracy metric is the proportion of the total number of correct predictions that were correct

Get the accuracy metric

GEThttps://virtserver.swaggerhub.com/strongcourage/MAIP/v1/metrics/{modelId}/accuracy
Path parameters
modelId*string

Name of the model

Example: "e0a0588e-96c4-4fdf-9237-a8e94a6f5ffe.h5"
Response

Successful operation

Body
contentstring
Example: ""
Request
const response = await fetch('https://virtserver.swaggerhub.com/strongcourage/MAIP/v1/metrics/{modelId}/accuracy', {
    method: 'GET',
    headers: {},
});
const data = await response.json();
Response
{
  "content": ""
}