ValidationMetricType 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.
Metric computation method to use for validation metrics in image tasks.
public readonly struct ValidationMetricType : IEquatable<Azure.ResourceManager.MachineLearning.Models.ValidationMetricType>
type ValidationMetricType = struct
Public Structure ValidationMetricType
Implements IEquatable(Of ValidationMetricType)
- Inheritance
-
ValidationMetricType
- Implements
Constructors
ValidationMetricType(String) |
Initializes a new instance of ValidationMetricType. |
Properties
Coco |
Coco metric. |
CocoVoc |
CocoVoc metric. |
None |
No metric. |
Voc |
Voc metric. |
Methods
Equals(ValidationMetricType) |
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(ValidationMetricType, ValidationMetricType) |
Determines if two ValidationMetricType values are the same. |
Implicit(String to ValidationMetricType) |
Converts a string to a ValidationMetricType. |
Inequality(ValidationMetricType, ValidationMetricType) |
Determines if two ValidationMetricType values are not the same. |
Applies to
Azure SDK for .NET