Reference documentation and code samples for the Google Cloud Dataproc V1 Client class GkeNodePoolAcceleratorConfig.
A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.
Generated from protobuf message google.cloud.dataproc.v1.GkeNodePoolConfig.GkeNodePoolAcceleratorConfig
Namespace
Google \ Cloud \ Dataproc \ V1 \ GkeNodePoolConfigMethods
__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). |
↳ gpu_partition_size |
string
Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide. |
getAcceleratorCount
The number of accelerator cards exposed to an instance.
| Returns | |
|---|---|
| Type | Description |
int|string |
|
setAcceleratorCount
The number of accelerator cards exposed to an instance.
| Parameter | |
|---|---|
| Name | Description |
var |
int|string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getAcceleratorType
The accelerator type resource namename (see GPUs on Compute Engine).
| Returns | |
|---|---|
| Type | Description |
string |
|
setAcceleratorType
The accelerator type resource namename (see GPUs on Compute Engine).
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getGpuPartitionSize
Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
| Returns | |
|---|---|
| Type | Description |
string |
|
setGpuPartitionSize
Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|