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
| Name | Description |
|---|---|
| MachineLearningComputeInstanceState(String) |
Initializes a new instance of MachineLearningComputeInstanceState. |
Properties
| Name | Description |
|---|---|
| CreateFailed |
Gets the CreateFailed. |
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| JobRunning |
Gets the JobRunning. |
| Resizing |
Gets the Resizing. |
| Restarting |
Gets the Restarting. |
| Running |
Gets the Running. |
| SettingUp |
Gets the SettingUp. |
| SetupFailed |
Gets the SetupFailed. |
| Starting |
Gets the Starting. |
| Stopped |
Gets the Stopped. |
| Stopping |
Gets the Stopping. |
| Unknown |
Gets the Unknown. |
| Unusable |
Gets the Unusable. |
| UserSettingUp |
Gets the UserSettingUp. |
| UserSetupFailed |
Gets the UserSetupFailed. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(MachineLearningComputeInstanceState, MachineLearningComputeInstanceState) |
Determines if two MachineLearningComputeInstanceState values are the same. |
| Implicit(String to MachineLearningComputeInstanceState) |
Converts a string to a MachineLearningComputeInstanceState. |
| Implicit(String to Nullable<MachineLearningComputeInstanceState>) | |
| Inequality(MachineLearningComputeInstanceState, MachineLearningComputeInstanceState) |
Determines if two MachineLearningComputeInstanceState values are not the same. |