Reference documentation and code samples for the Google Cloud Notebooks V1 Client class AcceleratorConfig.
Definition of a hardware accelerator. Note that not all combinations
of type
and core_count
are valid. Check GPUs on Compute
Engine
to find a
valid combination. TPUs are not supported.
Generated from protobuf message google.cloud.notebooks.v1.Instance.AcceleratorConfig
Namespace
Google \ Cloud \ Notebooks \ V1 \ InstanceMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ type
int
Type of this accelerator.
↳ core_count
int|string
Count of cores of this accelerator.
getType
Type of this accelerator.
int
setType
Type of this accelerator.
var
int
$this
getCoreCount
Count of cores of this accelerator.
int|string
setCoreCount
Count of cores of this accelerator.
var
int|string
$this