nemo_microservices.types.v2.inference.model_deployment_config#

Module Contents#

Classes#

API#

class nemo_microservices.types.v2.inference.model_deployment_config.ModelDeploymentConfig(/, **data: typing.Any)#

Bases: nemo_microservices._models.BaseModel

created_at: Optional[datetime.datetime]#

None

description: Optional[str]#

None

Optional description of the deployment configuration

entity_version: int#

None

Version of this deployment config. Automatically managed.

id: Optional[str]#

None

Unique identifier for the deployment config

model_entity_id: Optional[str]#

None

Optional reference to the base model entity ID for this deployment

name: str#

None

Name of the entity. Name/namespace combo must be unique across all entities.

namespace: str#

None

The namespace of the entity.

nim_deployment: nemo_microservices.types.v2.inference.nim_deployment.NIMDeployment#

None

Configuration for NIM-based model deployment.

project: Optional[str]#

None

The URN of the project associated with this entity.

updated_at: Optional[datetime.datetime]#

None