View Source GoogleApi.Dataproc.V1.Model.DriverSchedulingConfig (google_api_dataproc v0.54.0)

Driver scheduling configuration.

Attributes

  • memoryMb (type: integer(), default: nil) - Required. The amount of memory in MB the driver is requesting.
  • vcores (type: integer(), default: nil) - Required. The number of vCPUs the driver is requesting.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Dataproc.V1.Model.DriverSchedulingConfig{
  memoryMb: integer() | nil,
  vcores: integer() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.