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