Share via


DefaultScaleSettings Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DefaultScaleSettingsTypeConverter))]
public class DefaultScaleSettings : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDefaultScaleSettings, Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.DefaultScaleSettingsTypeConverter))>]
type DefaultScaleSettings = class
    interface IDefaultScaleSettings
    interface IJsonSerializable
    interface IOnlineScaleSettings
    interface IValidates
Public Class DefaultScaleSettings
Implements IDefaultScaleSettings, IValidates
Inheritance
DefaultScaleSettings
Attributes
Implements

Constructors

DefaultScaleSettings()

Creates an new DefaultScaleSettings instance.

Properties

ScaleType

[Required] Type of deployment scaling algorithm

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of DefaultScaleSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of DefaultScaleSettings.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.Api20220501.IDefaultScaleSettings.

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of DefaultScaleSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to