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 | |
|---|---|
| Name | Description |
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.
Generated from protobuf field int64 accelerator_count = 1;
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setAcceleratorCount
The number of accelerator cards exposed to an instance.
Generated from protobuf field int64 accelerator_count = 1;
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAcceleratorType
The accelerator type resource namename (see GPUs on Compute Engine).
Generated from protobuf field string accelerator_type = 2;
| Returns | |
|---|---|
| Type | Description |
string |
|
setAcceleratorType
The accelerator type resource namename (see GPUs on Compute Engine).
Generated from protobuf field string accelerator_type = 2;
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|