Synapse Spark Properties Args
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
Node size family.
Link copied to clipboard
Name of the resource group in which workspace is located.
Link copied to clipboard
Spark version.
Link copied to clipboard
Azure subscription identifier.
Link copied to clipboard
Name of Azure Machine Learning workspace.