public sealed class ConfidenceMetricsEntry : IMessage<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IEquatable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `ConfidenceMetricsEntry` class within the `Google.Cloud.AutoML.V1` namespace, detailing its properties and usage."],["The `ConfidenceMetricsEntry` class represents metrics for a single confidence threshold, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Available properties include `ConfidenceThreshold`, `F1Score`, `Precision`, and `Recall`, all of which are output-only and represent metrics under a given confidence level."],["The latest version available is 3.4.0 and the current page is highlighting version 2.6.0, while also listing previous versions down to 2.2.0."],["The class inherits methods from `Object` and provides two constructors: a default constructor and one that takes another `ConfidenceMetricsEntry` object as a parameter for creating copies."]]],[]]