Skip to main content

Interface: RunTreeConfig

run_trees.RunTreeConfig

Properties

name

name: string

Defined in

run_trees.ts:27


child_runs

Optional child_runs: RunTree[]

Defined in

run_trees.ts:33


client

Optional client: Client

Defined in

run_trees.ts:44


end_time

Optional end_time: number

Defined in

run_trees.ts:35


error

Optional error: string

Defined in

run_trees.ts:39


extra

Optional extra: KVMap

Defined in

run_trees.ts:36


id

Optional id: string

Defined in

run_trees.ts:29


inputs

Optional inputs: KVMap

Defined in

run_trees.ts:41


metadata

Optional metadata: KVMap

Defined in

run_trees.ts:37


on_end

Optional on_end: (runTree: RunTree) => void

Type declaration

▸ (runTree): void

Parameters
NameType
runTreeRunTree
Returns

void

Defined in

run_trees.ts:45


outputs

Optional outputs: KVMap

Defined in

run_trees.ts:42


parent_run

Optional parent_run: RunTree

Defined in

run_trees.ts:31


parent_run_id

Optional parent_run_id: string

Defined in

run_trees.ts:32


project_name

Optional project_name: string

Defined in

run_trees.ts:30


reference_example_id

Optional reference_example_id: string

Defined in

run_trees.ts:43


run_type

Optional run_type: string

Defined in

run_trees.ts:28


serialized

Optional serialized: object

Defined in

run_trees.ts:40


start_time

Optional start_time: number

Defined in

run_trees.ts:34


tags

Optional tags: string[]

Defined in

run_trees.ts:38


Was this page helpful?