BranchArgs

data class BranchArgs(val actions: Output<List<Any>>, val name: Output<String>) : ConvertibleToJava<BranchArgs>

Model that represents a branch in the step. 9 total per experiment.

Constructors

Link copied to clipboard
constructor(actions: Output<List<Any>>, name: Output<String>)

Properties

Link copied to clipboard
val actions: Output<List<Any>>

List of actions.

Link copied to clipboard
val name: Output<String>

String of the branch name.

Functions

Link copied to clipboard
open override fun toJava(): BranchArgs