nemo_microservices.types.v2.inference.model_deployment#
Module Contents#
Classes#
API#
- class nemo_microservices.types.v2.inference.model_deployment.ModelDeployment(/, **data: typing.Any)#
Bases:
nemo_microservices._models.BaseModel- config: str#
None
Reference to the ModelDeploymentConfig name
- config_version: int#
None
Reference to the specific ModelDeploymentConfig version
- created_at: Optional[datetime.datetime]#
None
- entity_version: int#
None
Version of this deployment. Automatically managed.
- hf_token_secret_id: Optional[str]#
None
Reference to the Hugging Face token secret stored in the Secrets service.
- id: Optional[str]#
None
Unique identifier for the deployment
- model_provider_id: Optional[str]#
None
Optional reference to the auto-created ModelProvider namespace/name (format: namespace/name)
- name: str#
None
Name of the entity. Name/namespace combo must be unique across all entities.
- namespace: str#
None
The namespace of the entity.
- project: Optional[str]#
None
The URN of the project associated with this entity.
- status: Optional[nemo_microservices.types.v2.inference.model_deployment_status.ModelDeploymentStatus]#
None
Status enum for ModelDeployment objects.
- status_message: Optional[str]#
None
Detailed status message, populated by models controller
- updated_at: Optional[datetime.datetime]#
None