Check if model versions exist

(Deprecated)
head/models/{modelId}/modelVersions

Returns the header information for the model versions that are associated with the specified model ID. Also used to determine whether model versions exist.

Request Samples

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
start
integer<int32>
false

The 0-based start index of a paginated request.

>= 0
Default:
0

Responses

StatusMeaningDescription
200OK

The request succeeded. The list of model versions was returned.

Schema
404Not Found

No model exists at the requested path.

Schema