Google Cloud Notebooks V1 Client - Class AcceleratorConfig (1.0.5)

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 \ Instance

Methods

__construct

Constructor.

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

Returns
Type Description
int Enum of type AcceleratorType.

setType

Type of this accelerator.

Parameter
Name Description
var int

Enum of type AcceleratorType.

Returns
Type Description
$this

getCoreCount

Count of cores of this accelerator.

Returns
Type Description
int|string

setCoreCount

Count of cores of this accelerator.

Parameter
Name Description
var int|string
Returns
Type Description
$this