Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::DriverSchedulingConfig (v0.22.0)

Reference documentation and code samples for the Cloud Dataproc V1 API class Google::Cloud::Dataproc::V1::DriverSchedulingConfig.

Driver scheduling configuration.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#memory_mb

defmemory_mb()->::Integer
Returns
  • (::Integer) — Required. The amount of memory in MB the driver is requesting.

#memory_mb=

defmemory_mb=(value)->::Integer
Parameter
  • value (::Integer) — Required. The amount of memory in MB the driver is requesting.
Returns
  • (::Integer) — Required. The amount of memory in MB the driver is requesting.

#vcores

defvcores()->::Integer
Returns
  • (::Integer) — Required. The number of vCPUs the driver is requesting.

#vcores=

defvcores=(value)->::Integer
Parameter
  • value (::Integer) — Required. The number of vCPUs the driver is requesting.
Returns
  • (::Integer) — Required. The number of vCPUs the driver is requesting.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.