JobStatusResponse

data class JobStatusResponse(val details: String, val state: String, val stateStartTime: String, val substate: String)

Dataproc job status.

Constructors

Link copied to clipboard
fun JobStatusResponse(details: String, state: String, stateStartTime: String, substate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional Job state details, such as an error description if the state is ERROR.

Link copied to clipboard

A state message specifying the overall job state.

Link copied to clipboard

The time when this state was entered.

Link copied to clipboard

Additional state information, which includes status reported by the agent.