class Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1ObjectDetectionMetrics

Metrics calculated for an image object detection (bounding box) model.

Attributes

pr_curve[RW]

Precision-recall curve. Corresponds to the JSON property `prCurve` @return [Google::Apis::DatalabelingV1beta1::GoogleCloudDatalabelingV1beta1PrCurve]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3769
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/datalabeling_v1beta1/classes.rb, line 3774
def update!(**args)
  @pr_curve = args[:pr_curve] if args.key?(:pr_curve)
end