Check if fairness metrics exist

head/models/{modelId}/fairnessMetrics
Internal-Use Only

Returns a list of header information for the fairness metrics. Used to determine whether the fairness metrics exist.

Request Samples

1

Response Samples

1No example avaliable

Path Parameters

NameTypeRequiredDescription
modelId
string
true

The unique identifier for the model.

Query Parameters

NameTypeRequiredDescription
limit
integer<int32>
false

The maximum number of items to return in this request.

Default:
20
modelVersionId
string
false

The unique identifier for the 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 exists at the requested path.