create_child_runs: Create one or many child runs

Description Usage Arguments Value

View source: R/run.R

Description

Create one or many child runs.

Usage

1
create_child_runs(parent_run, count = NULL, tag_key = NULL, tag_values = NULL)

Arguments

parent_run

The parent Run object.

count

An optional number of children to create.

tag_key

An optional key to populate the Tags entry in all created children.

tag_values

An optional list of values that will map onto Tags for the list of runs created.

Value

The list of child runs, Run objects.


azuremlsdk documentation built on Oct. 23, 2020, 8:22 p.m.