Freigeben über


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

Name Description
MachineLearningUsageUnit(String)

Initializes a new instance of MachineLearningUsageUnit.

Properties

Name Description
Count

Count.

Methods

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

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