get_child_runs: Get all children for the current run selected by specified...

Description Usage Arguments Value

View source: R/run.R

Description

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

Usage

1
2
3
4
5
6
7
8
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 documentation built on Oct. 23, 2020, 8:22 p.m.