Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api.example.com/model-monitor/v2/api/model/{model_id}/dataset-timeline \ --header 'X-Domino-Api-Key: <api-key>'
[ { "date": 123, "prediction": 123, "ground_truth": 123 } ]
Gets the dataset ingestion timeline
Epoch date value.
Prediction row count.
GT labels count.
Was this page helpful?
Contact support