NodeSchedulingConfigArgs

data class NodeSchedulingConfigArgs(val preemptible: Output<Boolean>) : ConvertibleToJava<NodeSchedulingConfigArgs>

Constructors

Link copied to clipboard
constructor(preemptible: Output<Boolean>)

Properties

Link copied to clipboard
val preemptible: Output<Boolean>

Defines whether the TPU instance is preemptible.

Functions

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