Create ModelDeployment
Create a new ModelDeployment (version 1).
Path parameters
workspace
Request
This endpoint expects an object.
name
Name of the deployment. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
config
Reference to the ModelDeploymentConfig name
project
The URN of the project associated with this deployment
config_version
Reference to a specific ModelDeploymentConfig version. If not specified, uses latest.
Response
Create a new model deployment
name
Name of the entity. Name/workspace combo must be unique across all entities. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
workspace
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
created_at
The timestamp of model entity creation
updated_at
The timestamp of the last model entity update
entity_version
Version of this deployment. Automatically managed.
config
Reference to the ModelDeploymentConfig name
config_version
Reference to the specific ModelDeploymentConfig version
id
Unique identifier for the deployment
project
The URN of the project associated with this entity.
status
Current status of the deployment, populated by models controller
status_message
Detailed status message, populated by models controller
status_history
History of status changes, ordered chronologically (oldest first)
model_provider_id
Optional reference to the auto-created ModelProvider workspace/name (format: workspace/name)
auth_context
Auth context captured at deployment creation.
Errors
422
Unprocessable Entity Error