Skip to contents

Searches for experiments that satisfy specified search criteria.

Usage

search_experiment_experiments(
  client,
  filter = NULL,
  max_results = NULL,
  order_by = NULL,
  page_token = NULL,
  view_type = NULL
)

experimentsSearchExperiments(
  client,
  filter = NULL,
  max_results = NULL,
  order_by = NULL,
  page_token = NULL,
  view_type = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

filter

String representing a SQL filter condition (e.g.

max_results

Maximum number of experiments desired.

order_by

List of columns for ordering search results, which can include experiment name and last updated timestamp with an optional 'DESC' or 'ASC' annotation, where 'ASC' is the default.

page_token

Token indicating the page of experiments to fetch.

view_type

Qualifier for type of experiments to be returned.

Value

data.frame with all of the response pages.