Create ModelDeploymentConfig
Create a new ModelDeploymentConfig (version 1).
Path parameters
workspace
Request
This endpoint expects an object.
name
Name of the deployment configuration. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
nim_deployment
Configuration for NIM-based deployment
project
The URN of the project associated with this deployment configuration
description
Optional description of the deployment configuration
model_entity_id
Optional reference to the base model entity ID for this deployment
Response
Create a new model deployment configuration
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 config. Automatically managed.
nim_deployment
Configuration for NIM-based deployment
id
Unique identifier for the deployment config
project
The URN of the project associated with this entity.
description
Optional description of the deployment configuration
model_entity_id
Optional reference to the base model entity ID for this deployment
Errors
422
Unprocessable Entity Error