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