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