Class AcceleratorConfig (1.10.2)

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

An accelerator configuration for a VM instance Definition of a hardware accelerator. Note that there is no check on type and core_count combinations. TPUs are not supported. See GPUs on Compute Engine <https://cloud.google.com/compute/docs/gpus/#gpus-list>__ to find a valid combination.

Attributes

NameDescription
type_ google.cloud.notebooks_v2.types.AcceleratorConfig.AcceleratorType
Optional. Type of this accelerator.
core_count int
Optional. Count of cores of this accelerator.

Classes

AcceleratorType

AcceleratorType(value)

Definition of the types of hardware accelerators that can be used on this instance.

Values: ACCELERATOR_TYPE_UNSPECIFIED (0): Accelerator type is not specified. NVIDIA_TESLA_P100 (2): Accelerator type is Nvidia Tesla P100. NVIDIA_TESLA_V100 (3): Accelerator type is Nvidia Tesla V100. NVIDIA_TESLA_P4 (4): Accelerator type is Nvidia Tesla P4. NVIDIA_TESLA_T4 (5): Accelerator type is Nvidia Tesla T4. NVIDIA_TESLA_A100 (11): Accelerator type is Nvidia Tesla A100 - 40GB. NVIDIA_A100_80GB (12): Accelerator type is Nvidia Tesla A100 - 80GB. NVIDIA_L4 (13): Accelerator type is Nvidia Tesla L4. NVIDIA_TESLA_T4_VWS (8): Accelerator type is NVIDIA Tesla T4 Virtual Workstations. NVIDIA_TESLA_P100_VWS (9): Accelerator type is NVIDIA Tesla P100 Virtual Workstations. NVIDIA_TESLA_P4_VWS (10): Accelerator type is NVIDIA Tesla P4 Virtual Workstations.