View Source GoogleApi.Dataproc.V1.Model.EnvironmentConfig (google_api_dataproc v0.51.0)

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

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

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.