Class: Google::Cloud::Dataproc::V1::DriverSchedulingConfig

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/dataproc/v1/jobs.rb

Overview

Driver scheduling configuration.

Instance Attribute Summary collapse

Instance Attribute Details

#memory_mb::Integer

Returns Required. The amount of memory in MB the driver is requesting.

Returns:

  • (::Integer)

    Required. The amount of memory in MB the driver is requesting.



838
839
840
841
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 838

class DriverSchedulingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#vcores::Integer

Returns Required. The number of vCPUs the driver is requesting.

Returns:

  • (::Integer)

    Required. The number of vCPUs the driver is requesting.



838
839
840
841
# File 'proto_docs/google/cloud/dataproc/v1/jobs.rb', line 838

class DriverSchedulingConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end