MachineLearningSynapseSparkProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The MachineLearningSynapseSparkProperties.
public class MachineLearningSynapseSparkProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningSynapseSparkProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningSynapseSparkProperties>
public class MachineLearningSynapseSparkProperties
type MachineLearningSynapseSparkProperties = class
interface IJsonModel<MachineLearningSynapseSparkProperties>
interface IPersistableModel<MachineLearningSynapseSparkProperties>
type MachineLearningSynapseSparkProperties = class
Public Class MachineLearningSynapseSparkProperties
Implements IJsonModel(Of MachineLearningSynapseSparkProperties), IPersistableModel(Of MachineLearningSynapseSparkProperties)
Public Class MachineLearningSynapseSparkProperties
- Inheritance
-
MachineLearningSynapseSparkProperties
- Implements
Constructors
MachineLearningSynapseSparkProperties() |
Initializes a new instance of MachineLearningSynapseSparkProperties. |
Properties
AutoPauseProperties |
Auto pause properties. |
AutoScaleProperties |
Auto scale properties. |
NodeCount |
The number of compute nodes currently assigned to the compute. |
NodeSize |
Node size. |
NodeSizeFamily |
Node size family. |
PoolName |
Pool name. |
ResourceGroup |
Name of the resource group in which workspace is located. |
SparkVersion |
Spark version. |
SubscriptionId |
Azure subscription identifier. |
WorkspaceName |
Name of Azure Machine Learning workspace. |
Explicit Interface Implementations
IJsonModel<MachineLearningSynapseSparkProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<MachineLearningSynapseSparkProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<MachineLearningSynapseSparkProperties>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<MachineLearningSynapseSparkProperties>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<MachineLearningSynapseSparkProperties>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET