Get models
Get a model by ID
Authorizations
Authorization
string
headerrequiredYou must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
Path Parameters
model_id
string
requiredResponse
200 - application/json
A model.
id
string
requiredUnique identifier of the model
created_at
string
requiredTime the model was created in ISO 8601 format
name
string
requiredName of the model
deployments_count
integer
requiredNumber of deployments of the model
production_deployment_id
string | null
requiredUnique identifier of the production deployment of the model
development_deployment_id
string | null
requiredUnique identifier of the development deployment of the model
instance_type_name
string
requiredName of the instance type the model is deployed on