Get Specific ModelDeployment Version
Get a specific version of a ModelDeployment.
Path parameters
workspace
deployment
name
Response
Return a specific version of a 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