submit_child_run {azuremlsdk} | R Documentation |
Submit an experiment and return the active child run
Description
Submit an experiment and return the active child run.
Usage
submit_child_run(parent_run, config = NULL, tags = NULL)
Arguments
parent_run |
The parent |
config |
The |
tags |
Tags to be added to the submitted run, e.g., "tag": "value". |
Value
A Run
object.
[Package azuremlsdk version 1.10.0 Index]