Check if performance health metrics exist

head/projects/{projectId}/models/{modelId}/healthMetrics
Internal-Use Only

Returns a list of header information for the model health metrics. Used to determine whether the performance health metrics exist.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The identifier of a specific model.

projectId
string
true

The identifier of a specific project.

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of items to return in this request.

Default:
20
modelVersionId
string
false

The identifier of a specific model version.

start
integer<int32>
false

The 0-based start index of a paginated request.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OKThe request succeeded.Headers
404Not FoundNo model or project exists at the requested path.