Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::BoundingBoxMetricsEntry (v0.11.0)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::BoundingBoxMetricsEntry.

Bounding box matching model metrics for a single intersection-over-union threshold and multiple label match confidence thresholds.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#confidence_metrics_entries

def confidence_metrics_entries() -> ::Array<::Google::Cloud::AutoML::V1beta1::BoundingBoxMetricsEntry::ConfidenceMetricsEntry>
Returns

#confidence_metrics_entries=

def confidence_metrics_entries=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::BoundingBoxMetricsEntry::ConfidenceMetricsEntry>
Parameter
Returns

#iou_threshold

def iou_threshold() -> ::Float
Returns
  • (::Float) — Output only. The intersection-over-union threshold value used to compute this metrics entry.

#iou_threshold=

def iou_threshold=(value) -> ::Float
Parameter
  • value (::Float) — Output only. The intersection-over-union threshold value used to compute this metrics entry.
Returns
  • (::Float) — Output only. The intersection-over-union threshold value used to compute this metrics entry.

#mean_average_precision

def mean_average_precision() -> ::Float
Returns
  • (::Float) — Output only. The mean average precision, most often close to au_prc.

#mean_average_precision=

def mean_average_precision=(value) -> ::Float
Parameter
  • value (::Float) — Output only. The mean average precision, most often close to au_prc.
Returns
  • (::Float) — Output only. The mean average precision, most often close to au_prc.