Methods
get
get
delete
delete
list
list
List models with optional filtering by FQN, ML Repo, name, or run ID.
Parameters
typing.Optional[str]
Fully qualified name to filter models by (format: ‘model://’)
typing.Optional[str]
ID of the ML Repo to filter models by
typing.Optional[str]
Name of the model to filter by
typing.Optional[int]
Number of models to skip for pagination
typing.Optional[int]
Maximum number of models to return
typing.Optional[str]
ID of the run to filter models by
typing.Optional[bool]
Whether to include models that have no versions
Returns
SyncPager[Model, ListModelsResponse]
🔗 ListModelsResponseList of models matching the query with pagination information
Usage
create_or_update
create_or_update
Create or update a model version.
Parameters
ModelManifest
required
🔗 ModelManifestManifest containing metadata for the model to apply
Returns
GetModelVersionResponse
🔗 GetModelVersionResponseThe created or updated model version