Class: Google::Cloud::Dataproc::V1::AcceleratorConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb

Overview

Specifies the type and number of accelerator cards attached to the instances of an instance group (see GPUs on Compute Engine).

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_countInteger

Returns The number of the accelerator cards of this type exposed to this instance.

Returns:

  • (Integer)

    The number of the accelerator cards of this type exposed to this instance.



254
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 254

class AcceleratorConfig; end

#accelerator_type_uriString

Returns Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See Google Compute Engine AcceleratorTypes

Examples

Returns:



254
# File 'lib/google/cloud/dataproc/v1/doc/google/cloud/dataproc/v1/clusters.rb', line 254

class AcceleratorConfig; end