Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

get_runs_in_experiment

Return a generator of the runs for an experiment


Description

Return a generator of the runs for an experiment, in reverse chronological order.

Usage

get_runs_in_experiment(
  experiment,
  type = NULL,
  tags = NULL,
  properties = NULL,
  include_children = FALSE
)

Arguments

experiment

The Experiment object.

type

Filter the returned generator of runs by the provided type.

tags

Filter runs by tags. A named list eg. list("tag" = "value").

properties

Filter runs by properties. A named list eg. list("property" = "value").

include_children

By default, fetch only top-level runs. Set to TRUE to list all runs.

Value

The list of runs matching supplied filters.


azuremlsdk

Interface to the 'Azure Machine Learning' 'SDK'

v1.10.0
MIT + file LICENSE
Authors
Diondra Peck [cre, aut], Minna Xiao [aut], AzureML R SDK Team [ctb], Microsoft [cph, fnd], Google Inc. [cph] (Examples and Tutorials), The TensorFlow Authors [cph] (Examples and Tutorials), RStudio Inc. [cph] (Examples and Tutorials)
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.