MachineLearningProvisioningState 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.
The provision state of the cluster. Valid values are Unknown, Updating, Provisioning, Succeeded, and Failed.
public readonly struct MachineLearningProvisioningState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningProvisioningState>
type MachineLearningProvisioningState = struct
Public Structure MachineLearningProvisioningState
Implements IEquatable(Of MachineLearningProvisioningState)
- Inheritance
-
MachineLearningProvisioningState
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningProvisioningState(String) |
Initializes a new instance of MachineLearningProvisioningState. |
Properties
| Name | Description |
|---|---|
| Canceled |
Gets the Canceled. |
| Creating |
Gets the Creating. |
| Deleting |
Gets the Deleting. |
| Failed |
Gets the Failed. |
| Succeeded |
Gets the Succeeded. |
| Unknown |
Gets the Unknown. |
| Updating |
Gets the Updating. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningProvisioningState) |
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(MachineLearningProvisioningState, MachineLearningProvisioningState) |
Determines if two MachineLearningProvisioningState values are the same. |
| Implicit(String to MachineLearningProvisioningState) |
Converts a string to a MachineLearningProvisioningState. |
| Implicit(String to Nullable<MachineLearningProvisioningState>) | |
| Inequality(MachineLearningProvisioningState, MachineLearningProvisioningState) |
Determines if two MachineLearningProvisioningState values are not the same. |