Class: Google::Cloud::Container::V1beta1::AcceleratorConfig
- Inherits:
-
Object
- Object
- Google::Cloud::Container::V1beta1::AcceleratorConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/container/v1beta1/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_partition_size ⇒ ::String
Size of partitions to create on the GPU.
Instance Attribute Details
#accelerator_count ⇒ ::Integer
Returns The number of the accelerator cards exposed to an instance.
3250 3251 3252 3253 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3250 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.
3250 3251 3252 3253 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3250 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.
3250 3251 3252 3253 |
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3250 class AcceleratorConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |