Class GkeNodePoolAcceleratorConfig
A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.
Implements
Inherited Members
Namespace: Google.Apis.Dataproc.v1.Data
Assembly: Google.Apis.Dataproc.v1.dll
Syntax
public class GkeNodePoolAcceleratorConfig : IDirectResponseSchema
Properties
AcceleratorCount
The number of accelerator cards exposed to an instance.
Declaration
[JsonProperty("acceleratorCount")]
public virtual long? AcceleratorCount { get; set; }
Property Value
Type | Description |
---|---|
long? |
AcceleratorType
The accelerator type resource namename (see GPUs on Compute Engine).
Declaration
[JsonProperty("acceleratorType")]
public virtual string AcceleratorType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GpuPartitionSize
Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide (https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).
Declaration
[JsonProperty("gpuPartitionSize")]
public virtual string GpuPartitionSize { get; set; }
Property Value
Type | Description |
---|---|
string |