Class AcceleratorConfig (1.0.0)

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

Definition of a hardware accelerator. Note that not all combinations of type and core_count are valid. Check GPUs on Compute Engine </compute/docs/gpus/#gpus-list>__ to find a valid combination. TPUs are not supported.

Attributes

NameDescription
type_ google.cloud.notebooks_v1.types.Instance.AcceleratorType
Type of this accelerator.
core_count int
Count of cores of this accelerator.