Sprog

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

Name Description
MachineLearningAutoScaleProperties()

Initializes a new instance of MachineLearningAutoScaleProperties.

Properties

Name Description
Enabled

Gets or sets the Enabled.

MaxNodeCount

Gets or sets the MaxNodeCount.

MinNodeCount

Gets or sets the MinNodeCount.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
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