🆕 Manage model environments
Create a model environment
Creates an environment for the specified model and returns the environment.
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
requiredBody
application/json
A request to create an environment.
name
string
requiredName of the environment
autoscaling_settings
object | null
Autoscaling settings for the environment
promotion_settings
object | null
Promotion settings for the environment
Response
200 - application/json
Environment for oracles.
name
string
requiredName of the environment
created_at
string
requiredTime the environment was created in ISO 8601 format
model_id
string
requiredUnique identifier of the model
current_deployment
object | null
requiredCurrent deployment of the environment
autoscaling_settings
object
requiredAutoscaling settings for the environment
promotion_settings
object
requiredRamp up settings for the environment