Authorizations

Authorization
string
headerrequired

You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>

Path Parameters

model_id
string
required

Response

200 - application/json
id
string
required

Unique identifier of the model

created_at
string
required

Time the model was created in ISO 8601 format

name
string
required

Name of the model

deployments_count
integer
required

Number of deployments of the model

production_deployment_id
string | null
required

Unique identifier of the production deployment of the model

development_deployment_id
string | null
required

Unique identifier of the development deployment of the model

instance_type_name
string
required

Name of the instance type the model is deployed on