Freigeben über


MachineLearningSkuScaleType Struct

Definition

Node scaling setting for the compute sku.

public readonly struct MachineLearningSkuScaleType : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningSkuScaleType>
type MachineLearningSkuScaleType = struct
Public Structure MachineLearningSkuScaleType
Implements IEquatable(Of MachineLearningSkuScaleType)
Inheritance
MachineLearningSkuScaleType
Implements

Constructors

Name Description
MachineLearningSkuScaleType(String)

Initializes a new instance of MachineLearningSkuScaleType.

Properties

Name Description
Automatic

Automatically scales node count.

Manual

Node count scaled upon user request.

None

Fixed set of nodes.

Methods

Name Description
Equals(MachineLearningSkuScaleType)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MachineLearningSkuScaleType, MachineLearningSkuScaleType)

Determines if two MachineLearningSkuScaleType values are the same.

Implicit(String to MachineLearningSkuScaleType)

Converts a String to a MachineLearningSkuScaleType.

Inequality(MachineLearningSkuScaleType, MachineLearningSkuScaleType)

Determines if two MachineLearningSkuScaleType values are not the same.

Applies to