SynapseSparkProperties interface
Properties
auto |
Auto pause properties. |
auto |
Auto scale properties. |
node |
The number of compute nodes currently assigned to the compute. |
node |
Node size. |
node |
Node size family. |
pool |
Pool name. |
resource |
Name of the resource group in which workspace is located. |
spark |
Spark version. |
subscription |
Azure subscription identifier. |
workspace |
Name of Azure Machine Learning workspace. |
Property Details
autoPauseProperties
autoScaleProperties
nodeCount
The number of compute nodes currently assigned to the compute.
nodeCount?: number
Property Value
number
nodeSize
Node size.
nodeSize?: string
Property Value
string
nodeSizeFamily
Node size family.
nodeSizeFamily?: string
Property Value
string
poolName
Pool name.
poolName?: string
Property Value
string
resourceGroup
Name of the resource group in which workspace is located.
resourceGroup?: string
Property Value
string
sparkVersion
Spark version.
sparkVersion?: string
Property Value
string
subscriptionId
Azure subscription identifier.
subscriptionId?: string
Property Value
string
workspaceName
Name of Azure Machine Learning workspace.
workspaceName?: string
Property Value
string