SynapseSparkResponseProperties

data class SynapseSparkResponseProperties(val autoPauseProperties: AutoPausePropertiesResponse? = null, val autoScaleProperties: AutoScalePropertiesResponse? = null, val nodeCount: Int? = null, val nodeSize: String? = null, val nodeSizeFamily: String? = null, val poolName: String? = null, val resourceGroup: String? = null, val sparkVersion: String? = null, val subscriptionId: String? = null, val workspaceName: String? = null)

Constructors

Link copied to clipboard
constructor(autoPauseProperties: AutoPausePropertiesResponse? = null, autoScaleProperties: AutoScalePropertiesResponse? = null, nodeCount: Int? = null, nodeSize: String? = null, nodeSizeFamily: String? = null, poolName: String? = null, resourceGroup: String? = null, sparkVersion: String? = null, subscriptionId: String? = null, workspaceName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto pause properties.

Link copied to clipboard

Auto scale properties.

Link copied to clipboard
val nodeCount: Int? = null

The number of compute nodes currently assigned to the compute.

Link copied to clipboard
val nodeSize: String? = null

Node size.

Link copied to clipboard
val nodeSizeFamily: String? = null

Node size family.

Link copied to clipboard
val poolName: String? = null

Pool name.

Link copied to clipboard
val resourceGroup: String? = null

Name of the resource group in which workspace is located.

Link copied to clipboard
val sparkVersion: String? = null

Spark version.

Link copied to clipboard
val subscriptionId: String? = null

Azure subscription identifier.

Link copied to clipboard
val workspaceName: String? = null

Name of Azure Machine Learning workspace.