View Source GoogleApi.Dataproc.V1.Model.WriteSessionSparkApplicationContextRequest (google_api_dataproc v0.58.0)
Write Spark Application data to internal storage systems
Attributes
-
parent
(type:String.t
, default:nil
) - Required. Parent (Batch) resource reference. -
sparkWrapperObjects
(type:list(GoogleApi.Dataproc.V1.Model.SparkWrapperObject.t)
, default:nil
) - Required. The batch of spark application context objects sent for ingestion.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.WriteSessionSparkApplicationContextRequest{ parent: String.t() | nil, sparkWrapperObjects: [GoogleApi.Dataproc.V1.Model.SparkWrapperObject.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.