Searches model versions.
search_model_versions.Rd
Searches for specific model versions based on the supplied filter.
Usage
search_model_versions(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
modelRegistrySearchModelVersions(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- filter
String filter condition, like 'name='my-model-name''.
- max_results
Maximum number of models desired.
- order_by
List of columns to be ordered by including model name, version, stage with an optional 'DESC' or 'ASC' annotation, where 'ASC' is the default.
- page_token
Pagination token to go to next page based on previous search query.