KeyValueDetectionOverallMetricsReport

class oci.ai_document.models.KeyValueDetectionOverallMetricsReport(**kwargs)

Bases: object

Overall Metrics report for Key Value Detection Model.

Methods

__init__(**kwargs) Initializes a new KeyValueDetectionOverallMetricsReport object with values from keyword arguments.

Attributes

confidence_entries [Required] Gets the confidence_entries of this KeyValueDetectionOverallMetricsReport.
document_count Gets the document_count of this KeyValueDetectionOverallMetricsReport.
mean_average_precision [Required] Gets the mean_average_precision of this KeyValueDetectionOverallMetricsReport.
__init__(**kwargs)

Initializes a new KeyValueDetectionOverallMetricsReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • document_count (int) – The value to assign to the document_count property of this KeyValueDetectionOverallMetricsReport.
  • mean_average_precision (float) – The value to assign to the mean_average_precision property of this KeyValueDetectionOverallMetricsReport.
  • confidence_entries (list[oci.ai_document.models.KeyValueDetectionConfidenceEntry]) – The value to assign to the confidence_entries property of this KeyValueDetectionOverallMetricsReport.
confidence_entries

[Required] Gets the confidence_entries of this KeyValueDetectionOverallMetricsReport. List of key value detection confidence report.

Returns:The confidence_entries of this KeyValueDetectionOverallMetricsReport.
Return type:list[oci.ai_document.models.KeyValueDetectionConfidenceEntry]
document_count

Gets the document_count of this KeyValueDetectionOverallMetricsReport. Total test documents in the label.

Returns:The document_count of this KeyValueDetectionOverallMetricsReport.
Return type:int
mean_average_precision

[Required] Gets the mean_average_precision of this KeyValueDetectionOverallMetricsReport. Mean average precision under different thresholds

Returns:The mean_average_precision of this KeyValueDetectionOverallMetricsReport.
Return type:float