Get generalizability metrics

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

Returns the generalizability metrics for the specified model ID.

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.Schema