SynapseSparkPropertiesArgs

data class SynapseSparkPropertiesArgs(val autoPauseProperties: Output<AutoPausePropertiesArgs>? = null, val autoScaleProperties: Output<AutoScalePropertiesArgs>? = null, val nodeCount: Output<Int>? = null, val nodeSize: Output<String>? = null, val nodeSizeFamily: Output<String>? = null, val poolName: Output<String>? = null, val resourceGroup: Output<String>? = null, val sparkVersion: Output<String>? = null, val subscriptionId: Output<String>? = null, val workspaceName: Output<String>? = null) : ConvertibleToJava<SynapseSparkPropertiesArgs>

Constructors

Link copied to clipboard
constructor(autoPauseProperties: Output<AutoPausePropertiesArgs>? = null, autoScaleProperties: Output<AutoScalePropertiesArgs>? = null, nodeCount: Output<Int>? = null, nodeSize: Output<String>? = null, nodeSizeFamily: Output<String>? = null, poolName: Output<String>? = null, resourceGroup: Output<String>? = null, sparkVersion: Output<String>? = null, subscriptionId: Output<String>? = null, workspaceName: Output<String>? = null)

Properties

Link copied to clipboard

Auto pause properties.

Link copied to clipboard

Auto scale properties.

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

The number of compute nodes currently assigned to the compute.

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

Node size.

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

Node size family.

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

Pool name.

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

Name of the resource group in which workspace is located.

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

Spark version.

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

Azure subscription identifier.

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

Name of Azure Machine Learning workspace.

Functions

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