Search for runs.
search_experiment_runs.Rd
Searches for runs that satisfy expressions.
Usage
search_experiment_runs(
client,
experiment_ids = NULL,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL,
run_view_type = NULL
)
experimentsSearchRuns(
client,
experiment_ids = NULL,
filter = NULL,
max_results = NULL,
order_by = NULL,
page_token = NULL,
run_view_type = NULL
)
Arguments
- client
Required. Instance of DatabricksClient()
- experiment_ids
List of experiment IDs to search over.
- filter
A filter expression over params, metrics, and tags, that allows returning a subset of runs.
- max_results
Maximum number of runs desired.
- order_by
List of columns to be ordered by, including attributes, params, metrics, and tags with an optional 'DESC' or 'ASC' annotation, where 'ASC' is the default.
- page_token
Token for the current page of runs.
- run_view_type
Whether to display only active, only deleted, or all runs.