WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs

data class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs(val acceleratorCount: Output<Int>? = null, val acceleratorType: Output<String>? = null) : ConvertibleToJava<WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs>

Constructors

constructor(acceleratorCount: Output<Int>? = null, acceleratorType: Output<String>? = null)

Properties

Link copied to clipboard
val acceleratorCount: Output<Int>? = null

The number of the accelerator cards of this type exposed to this instance.

Link copied to clipboard
val acceleratorType: Output<String>? = null

Full URL, partial URI, or short name of the accelerator type resource to expose to this instance. See (https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the accelerator type resource, for example, nvidia-tesla-k80.

Functions

Link copied to clipboard
open override fun toJava(): WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs