You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
GET /monitoring/metrics?modelVersionId=<long>&interval=<long>&metrics=<string, repeatable>&columnIndex=<string, optional>
200 OK
[
{
"name": string,
"value": double,
"labels": {
"modelVersionId": string
},
"health": int (0 or 1, nullable),
"timestamp": long (seconds)
},
...
]
Metric Names
Kolmogorov-Smirnov
kolmogorovsmirnov
kolmogorovsmirnov_level
Autoencoder
autoencoder_reconstructed
Random Forest
randomforest
GAN
gan_outlier
gan_inlier
Request Latency
latency
Request Counter
counter
Error Rate
error_rate
Prediction Accuracy
accuracy
Get Profiles
GET /monitoring/profiles/{model-version-id}/{field-name}
200 OK
{
"training": {<type specific profile>} (nullable),
"production": {<type specific profile>} (nullable)
}