Check if generalizability metrics exist

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

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

Request Samples

1

Response Samples

1{
2 "state": "fit"
3}

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.HeadersSchema
404Not FoundNo model exists at the requested path.