MachineLearningUnitOfMeasure 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 unit of time measurement for the specified VM price. Example: OneHour.
public readonly struct MachineLearningUnitOfMeasure : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUnitOfMeasure>
type MachineLearningUnitOfMeasure = struct
Public Structure MachineLearningUnitOfMeasure
Implements IEquatable(Of MachineLearningUnitOfMeasure)
- Inheritance
-
MachineLearningUnitOfMeasure
- Implements
Constructors
MachineLearningUnitOfMeasure(String) |
Initializes a new instance of MachineLearningUnitOfMeasure. |
Properties
OneHour |
OneHour. |
Methods
Equals(MachineLearningUnitOfMeasure) |
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(MachineLearningUnitOfMeasure, MachineLearningUnitOfMeasure) |
Determines if two MachineLearningUnitOfMeasure values are the same. |
Implicit(String to MachineLearningUnitOfMeasure) |
Converts a string to a MachineLearningUnitOfMeasure. |
Inequality(MachineLearningUnitOfMeasure, MachineLearningUnitOfMeasure) |
Determines if two MachineLearningUnitOfMeasure values are not the same. |
Applies to
Azure SDK for .NET