Cloud Dataproc V1 API - Class Google::Cloud::Dataproc::V1::DriverSchedulingConfig (v0.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
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.