public sealed class BoundingBoxMetricsEntry : IMessage<BoundingBoxMetricsEntry>, IEquatable<BoundingBoxMetricsEntry>, IDeepCloneable<BoundingBoxMetricsEntry>, IBufferMessage, IMessage
Reference documentation and code samples for the Google AutoML v1 API class BoundingBoxMetricsEntry.
Bounding box matching model metrics for a single intersection-over-union
threshold and multiple label match confidence thresholds.
public RepeatedField<BoundingBoxMetricsEntry.Types.ConfidenceMetricsEntry> ConfidenceMetricsEntries { get; }
Output only. Metrics for each label-match confidence_threshold from
0.05,0.10,...,0.95,0.96,0.97,0.98,0.99. Precision-recall curve is
derived from them.
[[["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 document provides reference documentation for the `BoundingBoxMetricsEntry` class within the Google AutoML v1 API, specifically version 3.2.0."],["The `BoundingBoxMetricsEntry` class is designed to hold bounding box matching model metrics for a single intersection-over-union (IoU) threshold and multiple label match confidence thresholds."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods for object comparison, deep cloning, and buffer message handling."],["Key properties of the `BoundingBoxMetricsEntry` class include `ConfidenceMetricsEntries`, `IouThreshold`, and `MeanAveragePrecision`, providing details on label-match confidence metrics, IoU threshold, and mean average precision respectively."],["The document also lists the history of earlier versions, from 2.2.0 to the latest version 3.4.0, for this Google Cloud AutoML v1 BoundingBoxMetricsEntry."]]],[]]