Skip to main content
Model deployment management for serving infrastructure. This class manages containerized model deployments including resource allocation, scaling, and activation status.

Examples

Get and update deployment:
Initialize ModelDeployment instance.

Parameters

UUID | str
required
Model identifier

update()

Update an existing model deployment.

Returns

Job

classmethod of()

Get model deployment instance of the given model

Parameters

UUID | str
required
Model identifier

Returns

ModelDeployment instance