View Source GoogleApi.Dataproc.V1.Model.StateHistory (google_api_dataproc v0.51.0)
Historical state information.
Attributes
-
state
(type:String.t
, default:nil
) - Output only. The state of the batch at this point in history. -
stateMessage
(type:String.t
, default:nil
) - Output only. Details about the state at this point in history. -
stateStartTime
(type:DateTime.t
, default:nil
) - Output only. The time when the batch entered the historical state.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Dataproc.V1.Model.StateHistory{ state: String.t() | nil, stateMessage: String.t() | nil, stateStartTime: DateTime.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.