DocumentClassificationOverallMetricsReport¶
-
class
oci.ai_document.models.
DocumentClassificationOverallMetricsReport
(**kwargs)¶ Bases:
object
Overall Metrics report for Document Classification Model.
Methods
__init__
(**kwargs)Initializes a new DocumentClassificationOverallMetricsReport object with values from keyword arguments. Attributes
confidence_entries
[Required] Gets the confidence_entries of this DocumentClassificationOverallMetricsReport. mean_average_precision
[Required] Gets the mean_average_precision of this DocumentClassificationOverallMetricsReport. -
__init__
(**kwargs)¶ Initializes a new DocumentClassificationOverallMetricsReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - mean_average_precision (float) – The value to assign to the mean_average_precision property of this DocumentClassificationOverallMetricsReport.
- confidence_entries (list[oci.ai_document.models.DocumentClassificationConfidenceEntry]) – The value to assign to the confidence_entries property of this DocumentClassificationOverallMetricsReport.
-
confidence_entries
¶ [Required] Gets the confidence_entries of this DocumentClassificationOverallMetricsReport. List of document classification confidence report.
Returns: The confidence_entries of this DocumentClassificationOverallMetricsReport. Return type: list[oci.ai_document.models.DocumentClassificationConfidenceEntry]
-
mean_average_precision
¶ [Required] Gets the mean_average_precision of this DocumentClassificationOverallMetricsReport. Mean average precision under different thresholds
Returns: The mean_average_precision of this DocumentClassificationOverallMetricsReport. Return type: float
-