Share via


MachineLearningUsageUnit Struct

Definition

An enum describing the unit of usage measurement.

public readonly struct MachineLearningUsageUnit : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningUsageUnit>
type MachineLearningUsageUnit = struct
Public Structure MachineLearningUsageUnit
Implements IEquatable(Of MachineLearningUsageUnit)
Inheritance
MachineLearningUsageUnit
Implements

Constructors

MachineLearningUsageUnit(String)

Initializes a new instance of MachineLearningUsageUnit.

Properties

Count

Count.

Methods

Equals(MachineLearningUsageUnit)

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(MachineLearningUsageUnit, MachineLearningUsageUnit)

Determines if two MachineLearningUsageUnit values are the same.

Implicit(String to MachineLearningUsageUnit)

Converts a string to a MachineLearningUsageUnit.

Inequality(MachineLearningUsageUnit, MachineLearningUsageUnit)

Determines if two MachineLearningUsageUnit values are not the same.

Applies to