GET
/
models
/
{modelName}
/
deployments
/
{environmentName}
/
metrics

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

modelName
string
required

Name of the model

environmentName
string
required

Name of the environment

Response

200 - application/json

Metrics for a single model deployment

inference_per_second_global
object[]

Historical requests per second (RPS), for the model deployment globally

inference_per_second_per_region
object

Historical requests per second (RPS) per location, for the model deployment

query_per_second_global
number

RPS value (in last 24 hours) for the model deployment globally

query_per_second_per_code_global
object

RPS value (in last 24 hours) per response status code, for the model deployment globally

query_per_second_per_region
object

RPS value (in last 24 hours) per location, for the model deployment

query_per_second_per_region_per_code
object

RPS value (in last 24 hours) per response status code per location, for the model deployment