MachineLearningComputeInstanceState 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.
Current state of an ComputeInstance.
public readonly struct MachineLearningComputeInstanceState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningComputeInstanceState>
type MachineLearningComputeInstanceState = struct
Public Structure MachineLearningComputeInstanceState
Implements IEquatable(Of MachineLearningComputeInstanceState)
- Inheritance
-
MachineLearningComputeInstanceState
- Implements
Constructors
MachineLearningComputeInstanceState(String) |
Initializes a new instance of MachineLearningComputeInstanceState. |
Properties
CreateFailed |
CreateFailed. |
Creating |
Creating. |
Deleting |
Deleting. |
JobRunning |
JobRunning. |
Restarting |
Restarting. |
Running |
Running. |
SettingUp |
SettingUp. |
SetupFailed |
SetupFailed. |
Starting |
Starting. |
Stopped |
Stopped. |
Stopping |
Stopping. |
Unknown |
Unknown. |
Unusable |
Unusable. |
UserSettingUp |
UserSettingUp. |
UserSetupFailed |
UserSetupFailed. |
Methods
Equals(MachineLearningComputeInstanceState) |
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(MachineLearningComputeInstanceState, MachineLearningComputeInstanceState) |
Determines if two MachineLearningComputeInstanceState values are the same. |
Implicit(String to MachineLearningComputeInstanceState) |
Converts a string to a MachineLearningComputeInstanceState. |
Inequality(MachineLearningComputeInstanceState, MachineLearningComputeInstanceState) |
Determines if two MachineLearningComputeInstanceState values are not the same. |
Applies to
Azure SDK for .NET