Delen via


ScaleSettings Class

Definition

scale settings for AML Compute

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

Constructors

ScaleSettings()

Creates an new ScaleSettings instance.

Properties

MaxNodeCount

Max number of nodes to use

MinNodeCount

Min number of nodes to use

NodeIdleTimeBeforeScaleDown

Node Idle Time before scaling down amlCompute. This string needs to be in the RFC Format.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of ScaleSettings.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of ScaleSettings.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of ScaleSettings into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to