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
MachineLearningClusterPurpose(String) |
Initializes a new instance of MachineLearningClusterPurpose. |
Properties
DenseProd |
DenseProd. |
DevTest |
DevTest. |
FastProd |
FastProd. |
Methods
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
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. |
Applies to
Azure SDK for .NET