IndividualOutcomeArgs

data class IndividualOutcomeArgs(val multistepNumber: Output<Int>? = null, val outcomeSummary: Output<IndividualOutcomeOutcomeSummary>? = null, val runDuration: Output<DurationArgs>? = null, val stepId: Output<String>? = null) : ConvertibleToJava<IndividualOutcomeArgs>

Step Id and outcome of each individual step that was run as a group with other steps with the same configuration.

Constructors

Link copied to clipboard
fun IndividualOutcomeArgs(multistepNumber: Output<Int>? = null, outcomeSummary: Output<IndividualOutcomeOutcomeSummary>? = null, runDuration: Output<DurationArgs>? = null, stepId: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val multistepNumber: Output<Int>? = null

Unique int given to each step. Ranges from 0(inclusive) to total number of steps(exclusive). The primary step is 0.

Link copied to clipboard
Link copied to clipboard
val runDuration: Output<DurationArgs>? = null

How long it took for this step to run.

Link copied to clipboard
val stepId: Output<String>? = null