Linked Service Azure Databricks Instance Pool Args
data class LinkedServiceAzureDatabricksInstancePoolArgs(val clusterVersion: Output<String>, val instancePoolId: Output<String>, val maxNumberOfWorkers: Output<Int>? = null, val minNumberOfWorkers: Output<Int>? = null) : ConvertibleToJava<LinkedServiceAzureDatabricksInstancePoolArgs>
Properties
Link copied to clipboard
Spark version of a the cluster.
Link copied to clipboard
Identifier of the instance pool within the linked ADB instance.
Link copied to clipboard
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
The minimum number of worker nodes. Defaults to 1
.