Monitor Endpoints
Collect metrics
import json
print(
json.dumps(
{
"vh_metadata": {
"accuracy": 0.9247,
"best_guess": "dog",
"confidence": 0.87,
},
},
),
)View metrics
Common metrics to track
View endpoint logs
Last updated
Was this helpful?
