Class: Google::Container::V1beta1::AcceleratorConfig

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb

Overview

AcceleratorConfig represents a Hardware Accelerator request.

Instance Attribute Summary collapse

Instance Attribute Details

#accelerator_countInteger

Returns The number of the accelerator cards exposed to an instance.

Returns:

  • (Integer)

    The number of the accelerator cards exposed to an instance.



2187
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2187

class AcceleratorConfig; end

#accelerator_typeString

Returns The accelerator type resource name. List of supported accelerators here.

Returns:

  • (String)

    The accelerator type resource name. List of supported accelerators here



2187
# File 'lib/google/cloud/container/v1beta1/doc/google/container/v1beta1/cluster_service.rb', line 2187

class AcceleratorConfig; end