Search models.
search_model_models.Rd
Search for registered models based on the specified filter.
Usage
search_model_models(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
modelRegistrySearchModels(
client,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- filter
String filter condition, like 'name LIKE 'my-model-name''.
- max_results
Maximum number of models desired.
- order_by
List of columns for ordering search results, which can include model name and last updated timestamp with an optional 'DESC' or 'ASC' annotation, where 'ASC' is the default.
- page_token
Pagination token to go to the next page based on a previous search query.