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 | |
---|---|
Name | Description |
type_ |
google.cloud.notebooks_v1.types.RuntimeAcceleratorConfig.AcceleratorType
Accelerator model. |
core_count |
int
Count of cores of this accelerator. |
Classes
AcceleratorType
AcceleratorType(value)
Type of this accelerator.
Values: ACCELERATOR_TYPE_UNSPECIFIED (0): Accelerator type is not specified. NVIDIA_TESLA_K80 (1): Accelerator type is Nvidia Tesla K80. 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 (6): Accelerator type is Nvidia Tesla A100. TPU_V2 (7): (Coming soon) Accelerator type is TPU V2. TPU_V3 (8): (Coming soon) Accelerator type is TPU V3. NVIDIA_TESLA_T4_VWS (9): Accelerator type is NVIDIA Tesla T4 Virtual Workstations. NVIDIA_TESLA_P100_VWS (10): Accelerator type is NVIDIA Tesla P100 Virtual Workstations. NVIDIA_TESLA_P4_VWS (11): Accelerator type is NVIDIA Tesla P4 Virtual Workstations.