ExecutionStageStateResponse

data class ExecutionStageStateResponse(val currentStateTime: String, val executionStageName: String, val executionStageState: String)

A message describing the state of a particular execution stage.

Constructors

Link copied to clipboard
fun ExecutionStageStateResponse(currentStateTime: String, executionStageName: String, executionStageState: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time at which the stage transitioned to this state.

Link copied to clipboard

The name of the execution stage.

Link copied to clipboard

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