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

View Source

Environment configuration for a workload.

Attributes

  • executionConfig (type: GoogleApi.Dataproc.V1.Model.ExecutionConfig.t, default: nil) - Optional. Execution configuration for a workload.
  • peripheralsConfig (type: GoogleApi.Dataproc.V1.Model.PeripheralsConfig.t, default: nil) - Optional. Peripherals configuration that workload has access to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Dataproc.V1.Model.EnvironmentConfig{
  executionConfig: GoogleApi.Dataproc.V1.Model.ExecutionConfig.t() | nil,
  peripheralsConfig: GoogleApi.Dataproc.V1.Model.PeripheralsConfig.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.