Class RuntimeAcceleratorConfig (1.4.3)

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

Definition of the types of hardware accelerators that can be used. Definition of the types of hardware accelerators that can be used. See Compute Engine AcceleratorTypes <https://cloud.google.com/compute/docs/reference/beta/acceleratorTypes>__. Examples:

  • nvidia-tesla-k80
  • nvidia-tesla-p100
  • nvidia-tesla-v100
  • nvidia-tesla-p4
  • nvidia-tesla-t4
  • nvidia-tesla-a100

Attributes

NameDescription
type_ google.cloud.notebooks_v1.types.RuntimeAcceleratorConfig.AcceleratorType
Accelerator model.
core_count int
Count of cores of this accelerator.

Inheritance

builtins.object > proto.message.Message > RuntimeAcceleratorConfig

Classes

AcceleratorType

AcceleratorType(value)

Type of this accelerator.