GoogleApi.Dataproc.V1.Model.ApplicationEnvironmentInfo (google_api_dataproc v0.59.0)
View SourceDetails about the Environment that the application is running in.
Attributes
-
classpathEntries
(type:map()
, default:nil
) - -
hadoopProperties
(type:map()
, default:nil
) - -
metricsProperties
(type:map()
, default:nil
) - -
resourceProfiles
(type:list(GoogleApi.Dataproc.V1.Model.ResourceProfileInfo.t)
, default:nil
) - -
runtime
(type:GoogleApi.Dataproc.V1.Model.SparkRuntimeInfo.t
, default:nil
) - -
sparkProperties
(type:map()
, default:nil
) - -
systemProperties
(type:map()
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Dataproc.V1.Model.ApplicationEnvironmentInfo{ classpathEntries: map() | nil, hadoopProperties: map() | nil, metricsProperties: map() | nil, resourceProfiles: [GoogleApi.Dataproc.V1.Model.ResourceProfileInfo.t()] | nil, runtime: GoogleApi.Dataproc.V1.Model.SparkRuntimeInfo.t() | nil, sparkProperties: map() | nil, systemProperties: map() | nil }