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 <https://cloud.google.com/compute/docs/gpus/#gpus-list>
__ to
find a valid combination. TPUs are not supported.
Attributes |
|
---|---|
Name | Description |
type_ |
google.cloud.notebooks_v1.types.Instance.AcceleratorType
Type of this accelerator. |
core_count |
int
Count of cores of this accelerator. |