Delen via


OnlineScaleSettings Class

Definition

Online deployment scaling configuration.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.OnlineScaleSettingsTypeConverter))]
public class OnlineScaleSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineScaleSettings
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.OnlineScaleSettingsTypeConverter))>]
type OnlineScaleSettings = class
    interface IOnlineScaleSettings
    interface IJsonSerializable
Public Class OnlineScaleSettings
Implements IOnlineScaleSettings
Inheritance
OnlineScaleSettings
Attributes
Implements

Constructors

OnlineScaleSettings()

Creates an new OnlineScaleSettings instance.

Properties

ScaleType

[Required] Type of deployment scaling algorithm

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of OnlineScaleSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of OnlineScaleSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineScaleSettings. Note: the Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IOnlineScaleSettings interface is polymorphic, and the precise model class that will get deserialized is determined at runtime based on the payload.

FromJsonString(String)

Creates a new instance of OnlineScaleSettings, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of OnlineScaleSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to