Class AcceleratorConfig

AcceleratorConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

AcceleratorConfig represents a Hardware Accelerator request.

Attributes

NameDescription
accelerator_count int
The number of the accelerator cards exposed to an instance.
accelerator_type str
The accelerator type resource name. List of supported accelerators `here
gpu_partition_size str
Size of partitions to create on the GPU. Valid values are described in the NVIDIA `mig user guide

Inheritance

builtins.object > proto.message.Message > AcceleratorConfig