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

get_child_runs

Get all children for the current run selected by specified filters


Description

Get all children for the current run selected by specified filters.

Usage

get_child_runs(
  parent_run,
  recursive = FALSE,
  tags = NULL,
  properties = NULL,
  type = NULL,
  status = NULL
)

Arguments

parent_run

The parent Run object.

recursive

Boolean indicating whether to recurse through all descendants.

tags

If specified, returns runs matching specified "tag" or list(tag = value).

properties

If specified, returns runs matching specified "property" or list(property = value).

type

If specified, returns runs matching this type.

status

If specified, returns runs with status specified "status".

Value

A list of child runs, Run objects.


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.