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 |
|
---|---|
Name | Description |
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.