Skip to contents

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.

Value

data.frame with all of the response pages.