Megosztás a következőn keresztül:


MachineLearningDefaultScaleSettings Class

Definition

The MachineLearningDefaultScaleSettings.

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

Constructors

MachineLearningDefaultScaleSettings()

Initializes a new instance of MachineLearningDefaultScaleSettings.

Explicit Interface Implementations

IJsonModel<MachineLearningDefaultScaleSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MachineLearningDefaultScaleSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<MachineLearningOnlineScaleSettings>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from MachineLearningOnlineScaleSettings)
IJsonModel<MachineLearningOnlineScaleSettings>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from MachineLearningOnlineScaleSettings)
IPersistableModel<MachineLearningDefaultScaleSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MachineLearningDefaultScaleSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MachineLearningDefaultScaleSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<MachineLearningOnlineScaleSettings>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from MachineLearningOnlineScaleSettings)
IPersistableModel<MachineLearningOnlineScaleSettings>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from MachineLearningOnlineScaleSettings)
IPersistableModel<MachineLearningOnlineScaleSettings>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from MachineLearningOnlineScaleSettings)

Applies to