MachineLearningClusterPurpose 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.
Intended usage of the cluster.
public readonly struct MachineLearningClusterPurpose : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningClusterPurpose>
type MachineLearningClusterPurpose = struct
Public Structure MachineLearningClusterPurpose
Implements IEquatable(Of MachineLearningClusterPurpose)
- Inheritance
-
MachineLearningClusterPurpose
- Implements
Constructors
| Name | Description |
|---|---|
| MachineLearningClusterPurpose(String) |
Initializes a new instance of MachineLearningClusterPurpose. |
Properties
| Name | Description |
|---|---|
| DenseProd |
DenseProd. |
| DevTest |
DevTest. |
| FastProd |
FastProd. |
Methods
| Name | Description |
|---|---|
| Equals(MachineLearningClusterPurpose) |
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(MachineLearningClusterPurpose, MachineLearningClusterPurpose) |
Determines if two MachineLearningClusterPurpose values are the same. |
| Implicit(String to MachineLearningClusterPurpose) |
Converts a String to a MachineLearningClusterPurpose. |
| Inequality(MachineLearningClusterPurpose, MachineLearningClusterPurpose) |
Determines if two MachineLearningClusterPurpose values are not the same. |