ExecutionStageStateArgs

data class ExecutionStageStateArgs(val currentStateTime: Output<String>? = null, val executionStageName: Output<String>? = null, val executionStageState: Output<ExecutionStageStateExecutionStageState>? = null) : ConvertibleToJava<ExecutionStageStateArgs>

A message describing the state of a particular execution stage.

Constructors

Link copied to clipboard
constructor(currentStateTime: Output<String>? = null, executionStageName: Output<String>? = null, executionStageState: Output<ExecutionStageStateExecutionStageState>? = null)

Properties

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

The time at which the stage transitioned to this state.

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

The name of the execution stage.

Link copied to clipboard

Executions stage states allow the same set of values as JobState.

Functions

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