models
Get models deployments metrics
Returns metrics for a model deployment by name.
GET
/
models
/
{modelName}
/
deployments
/
{environmentName}
/
metrics
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the model
Name of the environment
Response
200 - application/json
Metrics for a single model deployment
Historical requests per second (RPS), for the model deployment globally
Historical requests per second (RPS) per location, for the model deployment
RPS value (in last 24 hours) for the model deployment globally
RPS value (in last 24 hours) per response status code, for the model deployment globally
RPS value (in last 24 hours) per location, for the model deployment
RPS value (in last 24 hours) per response status code per location, for the model deployment