Class: Google::Container::V1::AcceleratorConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Container::V1::AcceleratorConfig
 
 
- Defined in:
 - lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb
 
Overview
AcceleratorConfig represents a Hardware Accelerator request.
Instance Attribute Summary collapse
- 
  
    
      #accelerator_count  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of the accelerator cards exposed to an instance.
 - 
  
    
      #accelerator_type  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The accelerator type resource name.
 
Instance Attribute Details
#accelerator_count ⇒ Integer
Returns The number of the accelerator cards exposed to an instance.
      1453  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1453 class AcceleratorConfig; end  | 
  
#accelerator_type ⇒ String
Returns The accelerator type resource name. List of supported accelerators here
      1453  | 
    
      # File 'lib/google/cloud/container/v1/doc/google/container/v1/cluster_service.rb', line 1453 class AcceleratorConfig; end  |