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

create_child_run

Create a child run


Description

Create a child run. This is used to isolate part of a run into a subsection.

Usage

create_child_run(parent_run, name = NULL, run_id = NULL, outputs = NULL)

Arguments

parent_run

The parent Run object.

name

An optional name for the child run, typically specified for a "part"

run_id

An optional run ID for the child, otherwise it is auto-generated. Typically this parameter is not set.

outputs

Optional outputs directory to track for the child.

Value

The child run, a Run object.


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.