Interface protos.google.cloud.automl.v1.BoundingBoxMetricsEntry.IConfidenceMetricsEntry (2.4.5)

Properties of a ConfidenceMetricsEntry.

Package

@google-cloud/automl!

Properties

confidenceThreshold

confidenceThreshold?: (number|null);

ConfidenceMetricsEntry confidenceThreshold

Property Value
TypeDescription
(number|null)

f1Score

f1Score?: (number|null);

ConfidenceMetricsEntry f1Score

Property Value
TypeDescription
(number|null)

precision

precision?: (number|null);

ConfidenceMetricsEntry precision

Property Value
TypeDescription
(number|null)

recall

recall?: (number|null);

ConfidenceMetricsEntry recall

Property Value
TypeDescription
(number|null)