get_model
No overview available.
def get_model(
model_id: string,
version: string = latest
) - > Model
Retrieves a specific machine learning model instance from the registry based on its unique identifier and version.
Parameters
| Name | Type | Description |
|---|---|---|
| model_id | string | The unique string identifier assigned to the model in the central repository. |
| version | string = latest | The specific semantic version or alias of the model to retrieve. |
Returns
| Type | Description |
|---|---|
Model | The initialized model object ready for inference or further training. |