LogValidationLoss Struct

Definition

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