create_child_run {azuremlsdk} | R Documentation |
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 |
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.
[Package azuremlsdk version 1.10.0 Index]