Language

ArmMachineLearningModelFactory.MachineLearningSynapseSparkProperties Method

Definition

The MachineLearningSynapseSparkProperties.

public static Azure.ResourceManager.MachineLearning.Models.MachineLearningSynapseSparkProperties MachineLearningSynapseSparkProperties(Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties autoScaleProperties = default, Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoPauseProperties autoPauseProperties = default, string sparkVersion = default, int? nodeCount = default, string nodeSize = default, string nodeSizeFamily = default, string subscriptionId = default, string resourceGroup = default, string workspaceName = default, string poolName = default);
static member MachineLearningSynapseSparkProperties : Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties * Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoPauseProperties * string * Nullable<int> * string * string * string * string * string * string -> Azure.ResourceManager.MachineLearning.Models.MachineLearningSynapseSparkProperties
Public Shared Function MachineLearningSynapseSparkProperties (Optional autoScaleProperties As MachineLearningAutoScaleProperties = Nothing, Optional autoPauseProperties As MachineLearningAutoPauseProperties = Nothing, Optional sparkVersion As String = Nothing, Optional nodeCount As Nullable(Of Integer) = Nothing, Optional nodeSize As String = Nothing, Optional nodeSizeFamily As String = Nothing, Optional subscriptionId As String = Nothing, Optional resourceGroup As String = Nothing, Optional workspaceName As String = Nothing, Optional poolName As String = Nothing) As MachineLearningSynapseSparkProperties

Parameters

autoScaleProperties
MachineLearningAutoScaleProperties

Auto scale properties.

autoPauseProperties
MachineLearningAutoPauseProperties

Auto pause properties.

sparkVersion
String

Spark version.

nodeCount
Nullable<Int32>

The number of compute nodes currently assigned to the compute.

nodeSize
String

Node size.

nodeSizeFamily
String

Node size family.

subscriptionId
String

Azure subscription identifier.

resourceGroup
String

Name of the resource group in which workspace is located.

workspaceName
String

Name of Azure Machine Learning workspace.

poolName
String

Pool name.

Returns

A new MachineLearningSynapseSparkProperties instance for mocking.

Applies to