MachineLearningAllocationState 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.
Allocation state of the compute. Possible values are: steady - Indicates that the compute is not resizing. There are no changes to the number of compute nodes in the compute in progress. A compute enters this state when it is created and when no operations are being performed on the compute to change the number of compute nodes. resizing - Indicates that the compute is resizing; that is, compute nodes are being added to or removed from the compute.
public readonly struct MachineLearningAllocationState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningAllocationState>
type MachineLearningAllocationState = struct
Public Structure MachineLearningAllocationState
Implements IEquatable(Of MachineLearningAllocationState)
- Inheritance
-
MachineLearningAllocationState
- Implements
Constructors
MachineLearningAllocationState(String) |
Initializes a new instance of MachineLearningAllocationState. |
Properties
Resizing |
Resizing. |
Steady |
Steady. |
Methods
Equals(MachineLearningAllocationState) |
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(MachineLearningAllocationState, MachineLearningAllocationState) |
Determines if two MachineLearningAllocationState values are the same. |
Implicit(String to MachineLearningAllocationState) |
Converts a string to a MachineLearningAllocationState. |
Inequality(MachineLearningAllocationState, MachineLearningAllocationState) |
Determines if two MachineLearningAllocationState values are not the same. |
Applies to
Azure SDK for .NET