Skip to main content

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

NameTypeDescription
model_idstringThe unique string identifier assigned to the model in the central repository.
versionstring = latestThe specific semantic version or alias of the model to retrieve.

Returns

TypeDescription
ModelThe initialized model object ready for inference or further training.