📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/wp-content/mu-plugins)
📍 Go
⬆ Ke Atas
🏠 Root Server
🏠 Root App
🔄 Refresh
📀 /
›
usr
›
lib
›
python3.9
›
site-packages
›
oci
›
ai_document
›
models
›
📁 __pycache__
📍
Lokasi:
/usr/lib/python3.9/site-packages/oci/ai_document/models/__pycache__
💾
Free:
45.4 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: document_classification_label_metrics_report.cpython-39.pyc
a ���f� � @ s8 d dl mZmZmZ d dlmZ eG dd� de��ZdS )� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ s~ e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zed d� �Z e jdd� �Z d d� Z dd� Zdd� ZdS )�(DocumentClassificationLabelMetricsReportzA Label Metrics report for Document Classification Model. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) aG Initializes a new DocumentClassificationLabelMetricsReport object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param label: The value to assign to the label property of this DocumentClassificationLabelMetricsReport. :type label: str :param mean_average_precision: The value to assign to the mean_average_precision property of this DocumentClassificationLabelMetricsReport. :type mean_average_precision: float :param confidence_entries: The value to assign to the confidence_entries property of this DocumentClassificationLabelMetricsReport. :type confidence_entries: list[oci.ai_document.models.DocumentClassificationConfidenceEntry] �str�floatz+list[DocumentClassificationConfidenceEntry])�label�mean_average_precision�confidence_entriesr ZmeanAveragePrecisionZconfidenceEntriesN)Z swagger_typesZ attribute_map�_label�_mean_average_precision�_confidence_entries)�self�kwargs� r �g/usr/lib/python3.9/site-packages/oci/ai_document/models/document_classification_label_metrics_report.py�__init__ s ��z1DocumentClassificationLabelMetricsReport.__init__c C s | j S )z� Gets the label of this DocumentClassificationLabelMetricsReport. Label name :return: The label of this DocumentClassificationLabelMetricsReport. :rtype: str �r �r r r r r 4 s z.DocumentClassificationLabelMetricsReport.labelc C s || _ dS )z� Sets the label of this DocumentClassificationLabelMetricsReport. Label name :param label: The label of this DocumentClassificationLabelMetricsReport. :type: str Nr )r r r r r r @ s c C s | j S )a" **[Required]** Gets the mean_average_precision of this DocumentClassificationLabelMetricsReport. Mean average precision under different thresholds :return: The mean_average_precision of this DocumentClassificationLabelMetricsReport. :rtype: float �r r r r r r L s z?DocumentClassificationLabelMetricsReport.mean_average_precisionc C s || _ dS )a( Sets the mean_average_precision of this DocumentClassificationLabelMetricsReport. Mean average precision under different thresholds :param mean_average_precision: The mean_average_precision of this DocumentClassificationLabelMetricsReport. :type: float Nr )r r r r r r X s c C s | j S )aX **[Required]** Gets the confidence_entries of this DocumentClassificationLabelMetricsReport. List of document classification confidence report. :return: The confidence_entries of this DocumentClassificationLabelMetricsReport. :rtype: list[oci.ai_document.models.DocumentClassificationConfidenceEntry] �r r r r r r d s z;DocumentClassificationLabelMetricsReport.confidence_entriesc C s || _ dS )aZ Sets the confidence_entries of this DocumentClassificationLabelMetricsReport. List of document classification confidence report. :param confidence_entries: The confidence_entries of this DocumentClassificationLabelMetricsReport. :type: list[oci.ai_document.models.DocumentClassificationConfidenceEntry] Nr )r r r r r r p s c C s t | �S �N)r r r r r �__repr__| s z1DocumentClassificationLabelMetricsReport.__repr__c C s |d u rdS | j |j kS )NF)�__dict__�r �otherr r r �__eq__ s z/DocumentClassificationLabelMetricsReport.__eq__c C s | |k S r r r r r r �__ne__� s z/DocumentClassificationLabelMetricsReport.__ne__N) �__name__� __module__�__qualname__�__doc__r �propertyr �setterr r r r r r r r r r s"