LinkedServiceAzureDatabricksInstancePoolArgs

data class LinkedServiceAzureDatabricksInstancePoolArgs(val clusterVersion: Output<String>, val instancePoolId: Output<String>, val maxNumberOfWorkers: Output<Int>? = null, val minNumberOfWorkers: Output<Int>? = null) : ConvertibleToJava<LinkedServiceAzureDatabricksInstancePoolArgs>

Constructors

constructor(clusterVersion: Output<String>, instancePoolId: Output<String>, maxNumberOfWorkers: Output<Int>? = null, minNumberOfWorkers: Output<Int>? = null)

Properties

Link copied to clipboard
val clusterVersion: Output<String>

Spark version of a the cluster.

Link copied to clipboard
val instancePoolId: Output<String>

Identifier of the instance pool within the linked ADB instance.

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

The max number of worker nodes. Set this value if you want to enable autoscaling between the min_number_of_workers and this value. Omit this value to use a fixed number of workers defined in the min_number_of_workers property.

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

The minimum number of worker nodes. Defaults to 1.

Functions

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