Probabilities

Get probabilities of the model

Get probabilities of the model

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

Name of the model

Example: "3c6e4cb4-9b74-40c8-8f4a-132c9d5e4ace.h5"
Response

Successful operation

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