Freigeben über


MachineLearningUnitOfMeasure Struct

Definition

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

Name Description
MachineLearningUnitOfMeasure(String)

Initializes a new instance of MachineLearningUnitOfMeasure.

Properties

Name Description
OneHour

OneHour.

Methods

Name Description
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

Name Description
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