📂 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_model_metrics.cpython-39.opt-1.pyc
a ���f� � @ sD d dl mZ ddlmZmZmZ ddlmZ eG dd� de��ZdS )� )�ModelMetrics� )�formatted_flat_dict� NONE_SENTINEL�#value_allowed_none_or_none_sentinel)�init_model_state_from_kwargsc @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�"DocumentClassificationModelMetricsz4 Metrics for Document Classification Model. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )a� Initializes a new DocumentClassificationModelMetrics object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.DocumentClassificationModelMetrics.model_type` attribute of this class is ``DOCUMENT_CLASSIFICATION`` and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param model_type: The value to assign to the model_type property of this DocumentClassificationModelMetrics. Allowed values for this property are: "KEY_VALUE_EXTRACTION", "DOCUMENT_CLASSIFICATION" :type model_type: str :param dataset_summary: The value to assign to the dataset_summary property of this DocumentClassificationModelMetrics. :type dataset_summary: oci.ai_document.models.DatasetSummary :param label_metrics_report: The value to assign to the label_metrics_report property of this DocumentClassificationModelMetrics. :type label_metrics_report: list[oci.ai_document.models.DocumentClassificationLabelMetricsReport] :param overall_metrics_report: The value to assign to the overall_metrics_report property of this DocumentClassificationModelMetrics. :type overall_metrics_report: oci.ai_document.models.DocumentClassificationOverallMetricsReport �strZDatasetSummaryz.list[DocumentClassificationLabelMetricsReport]Z*DocumentClassificationOverallMetricsReport)Z model_typeZdataset_summary�label_metrics_report�overall_metrics_reportZ modelTypeZdatasetSummaryZlabelMetricsReportZoverallMetricsReportNZDOCUMENT_CLASSIFICATION)Z swagger_typesZ attribute_mapZ_model_typeZ_dataset_summary�_label_metrics_report�_overall_metrics_report)�self�kwargs� r �`/usr/lib/python3.9/site-packages/oci/ai_document/models/document_classification_model_metrics.py�__init__ s ��z+DocumentClassificationModelMetrics.__init__c C s | j S )aC **[Required]** Gets the label_metrics_report of this DocumentClassificationModelMetrics. List of metrics entries per label. :return: The label_metrics_report of this DocumentClassificationModelMetrics. :rtype: list[oci.ai_document.models.DocumentClassificationLabelMetricsReport] �r �r r r r r >