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
| Name | Description |
|---|---|
| LogValidationLoss(String) |
Initializes a new instance of LogValidationLoss. |
Properties
| Name | Description |
|---|---|
| Disable |
Disable compute and log validation metrics. |
| Enable |
Enable compute and log validation metrics. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |