list_model_versions
Retrieve and filter all versions of a specific model in ZenML, enabling version tracking and management through sorting, pagination, and criteria-based queries.
Instructions
List all model versions for a model.
Args:
model_name_or_id: The name, ID or prefix of the model to retrieve
sort_by: The field to sort the model versions by
page: The page number to return
size: The number of model versions to return
logical_operator: The logical operator to use
created: The creation date of the model versions
updated: The last update date of the model versions
name: The name of the model versions
number: The number of the model versions
stage: The stage of the model versions
tag: The tag of the model versions
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_name_or_id | Yes | ||
| sort_by | No | desc:created | |
| page | No | ||
| size | No | ||
| logical_operator | No | and | |
| created | No | ||
| updated | No | ||
| name | No | ||
| number | No | ||
| stage | No | ||
| tag | No |