Google Cloud Dataproc v1 API - Class GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig (5.10.0)

public sealed class GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig : IMessage<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IEquatable<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IDeepCloneable<GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Dataproc v1 API class GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig.

A GkeNodeConfigAcceleratorConfig represents a Hardware Accelerator request for a node pool.

Inheritance

object > GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig

Namespace

Google.Cloud.Dataproc.V1

Assembly

Google.Cloud.Dataproc.V1.dll

Constructors

GkeNodePoolAcceleratorConfig()

public GkeNodePoolAcceleratorConfig()

GkeNodePoolAcceleratorConfig(GkeNodePoolAcceleratorConfig)

public GkeNodePoolAcceleratorConfig(GkeNodePoolConfig.Types.GkeNodePoolAcceleratorConfig other)
Parameter
NameDescription
otherGkeNodePoolConfigTypesGkeNodePoolAcceleratorConfig

Properties

AcceleratorCount

public long AcceleratorCount { get; set; }

The number of accelerator cards exposed to an instance.

Property Value
TypeDescription
long

AcceleratorType

public string AcceleratorType { get; set; }

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

Property Value
TypeDescription
string

GpuPartitionSize

public string GpuPartitionSize { get; set; }

Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.

Property Value
TypeDescription
string