GoogleApi.Dataproc.V1.Model.ApplicationEnvironmentInfo (google_api_dataproc v0.59.0)

View Source

Details 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

t()

@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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.