Model deployment management for serving infrastructure. This class manages containerized model deployments including resource allocation, scaling, and activation status.Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Examples
Get and update deployment:Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model_id | `UUID | str` | ✗ | None |
update()
Update an existing model deployment. Return type: Jobclassmethod of(model_id)
Get model deployment instance of the given modelParameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
model_id | `UUID | str` | ✗ | None |