Class SchedulerAcceleratorConfig (1.3.2)

SchedulerAcceleratorConfig(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 <https://cloud.google.com/compute/docs/gpus>__ to find a valid combination. TPUs are not supported.

Attributes

NameDescription
type_ google.cloud.notebooks_v1.types.ExecutionTemplate.SchedulerAcceleratorType
Type of this accelerator.
core_count int
Count of cores of this accelerator.