Share via


MachineLearningAutoScaleProperties Class

Definition

Auto scale properties.

public class MachineLearningAutoScaleProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.MachineLearning.Models.MachineLearningAutoScaleProperties>
public class MachineLearningAutoScaleProperties
type MachineLearningAutoScaleProperties = class
    interface IJsonModel<MachineLearningAutoScaleProperties>
    interface IPersistableModel<MachineLearningAutoScaleProperties>
type MachineLearningAutoScaleProperties = class
Public Class MachineLearningAutoScaleProperties
Implements IJsonModel(Of MachineLearningAutoScaleProperties), IPersistableModel(Of MachineLearningAutoScaleProperties)
Public Class MachineLearningAutoScaleProperties
Inheritance
MachineLearningAutoScaleProperties
Implements

Constructors

MachineLearningAutoScaleProperties()

Initializes a new instance of MachineLearningAutoScaleProperties.

Properties

IsEnabled

Gets or sets the is enabled.

MaxNodeCount

Gets or sets the max node count.

MinNodeCount

Gets or sets the min node count.

Explicit Interface Implementations

IJsonModel<MachineLearningAutoScaleProperties>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<MachineLearningAutoScaleProperties>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<MachineLearningAutoScaleProperties>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningAutoScaleProperties>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<MachineLearningAutoScaleProperties>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to