Google Cloud Dataproc V1 Client - Class GkeNodePoolAcceleratorConfig (3.4.0)

Reference documentation and code samples for the Google Cloud Dataproc V1 Client class GkeNodePoolAcceleratorConfig.

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a NodePool.

Generated from protobuf message google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAcceleratorConfig

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ accelerator_count int|string

The number of accelerator cards exposed to an instance.

↳ accelerator_type string

The accelerator type resource namename (see GPUs on Compute Engine).

getAcceleratorCount

The number of accelerator cards exposed to an instance.

Returns
TypeDescription
int|string

setAcceleratorCount

The number of accelerator cards exposed to an instance.

Parameter
NameDescription
var int|string
Returns
TypeDescription
$this

getAcceleratorType

The accelerator type resource namename (see GPUs on Compute Engine).

Returns
TypeDescription
string

setAcceleratorType

The accelerator type resource namename (see GPUs on Compute Engine).

Parameter
NameDescription
var string
Returns
TypeDescription
$this