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

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#accelerator_count::Integer

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

Returns:

  • (::Integer)

    The number of the accelerator cards exposed to an instance.



3950
3951
3952
3953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3950

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.

Returns:

  • (::String)

    The accelerator type resource name. List of supported accelerators here



3950
3951
3952
3953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3950

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.

Returns:

  • (::String)

    Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.



3950
3951
3952
3953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3950

class AcceleratorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#gpu_sharing_config::Google::Cloud::Container::V1beta1::GPUSharingConfig

Returns The configuration for GPU sharing options.

Returns:



3950
3951
3952
3953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3950

class AcceleratorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#max_time_shared_clients_per_gpu::Integer

Returns The number of time-shared GPU resources to expose for each physical GPU.

Returns:

  • (::Integer)

    The number of time-shared GPU resources to expose for each physical GPU.



3950
3951
3952
3953
# File 'proto_docs/google/container/v1beta1/cluster_service.rb', line 3950

class AcceleratorConfig
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end