Class: Google::Cloud::Container::V1::AcceleratorConfig
- Inherits:
 - 
      Object
      
        
- Object
 - Google::Cloud::Container::V1::AcceleratorConfig
 
 
- Extended by:
 - Protobuf::MessageExts::ClassMethods
 
- Includes:
 - Protobuf::MessageExts
 
- Defined in:
 - proto_docs/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.
 - 
  
    
      #gpu_driver_installation_config  ⇒ ::Google::Cloud::Container::V1::GPUDriverInstallationConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for auto installation of GPU driver.
 - 
  
    
      #gpu_partition_size  ⇒ ::String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Size of partitions to create on the GPU.
 - 
  
    
      #gpu_sharing_config  ⇒ ::Google::Cloud::Container::V1::GPUSharingConfig 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The configuration for GPU sharing options.
 
Instance Attribute Details
#accelerator_count ⇒ ::Integer
Returns The number of the accelerator cards exposed to an instance.
      4320 4321 4322 4323  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 4320 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#accelerator_type ⇒ ::String
Returns The accelerator type resource name. List of supported accelerators here.
      4320 4321 4322 4323  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 4320 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#gpu_driver_installation_config ⇒ ::Google::Cloud::Container::V1::GPUDriverInstallationConfig
Returns The configuration for auto installation of GPU driver.
      4320 4321 4322 4323  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 4320 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#gpu_partition_size ⇒ ::String
Returns Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
      4320 4321 4322 4323  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 4320 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  | 
  
#gpu_sharing_config ⇒ ::Google::Cloud::Container::V1::GPUSharingConfig
Returns The configuration for GPU sharing options.
      4320 4321 4322 4323  | 
    
      # File 'proto_docs/google/container/v1/cluster_service.rb', line 4320 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end  |