MachineLearningSkuScaleType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
MachineLearningSkuScaleType(String) |
Initializes a new instance of MachineLearningSkuScaleType. |
Properties
Automatic |
Automatically scales node count. |
Manual |
Node count scaled upon user request. |
None |
Fixed set of nodes. |
Methods
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
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
Azure SDK for .NET