LogTrainingMetric 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 LogTrainingMetric.
public readonly struct LogTrainingMetric : IEquatable<Azure.ResourceManager.MachineLearning.Models.LogTrainingMetric>
type LogTrainingMetric = struct
Public Structure LogTrainingMetric
Implements IEquatable(Of LogTrainingMetric)
- Inheritance
-
LogTrainingMetric
- Implements
Constructors
LogTrainingMetric(String) |
Initializes a new instance of LogTrainingMetric. |
Properties
Disable |
Disable compute and log training metrics. |
Enable |
Enable compute and log training metrics. |
Methods
Equals(LogTrainingMetric) |
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(LogTrainingMetric, LogTrainingMetric) |
Determines if two LogTrainingMetric values are the same. |
Implicit(String to LogTrainingMetric) |
Converts a string to a LogTrainingMetric. |
Inequality(LogTrainingMetric, LogTrainingMetric) |
Determines if two LogTrainingMetric values are not the same. |
Applies to
Azure SDK for .NET