InstanceAcceleratorConfigArgs

data class InstanceAcceleratorConfigArgs(val coreCount: Output<Int>, val type: Output<String>) : ConvertibleToJava<InstanceAcceleratorConfigArgs>

Constructors

Link copied to clipboard
constructor(coreCount: Output<Int>, type: Output<String>)

Properties

Link copied to clipboard
val coreCount: Output<Int>

Count of cores of this accelerator.

Link copied to clipboard
val type: Output<String>

Type of this accelerator. Possible values are: ACCELERATOR_TYPE_UNSPECIFIED, NVIDIA_TESLA_K80, NVIDIA_TESLA_P100, NVIDIA_TESLA_V100, NVIDIA_TESLA_P4, NVIDIA_TESLA_T4, NVIDIA_TESLA_T4_VWS, NVIDIA_TESLA_P100_VWS, NVIDIA_TESLA_P4_VWS, NVIDIA_TESLA_A100, TPU_V2, TPU_V3.

Functions

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