📂 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: key_value_detection_model_metrics.cpython-39.pyc
a ���f5 � @ 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 )�KeyValueDetectionModelMetricsz9 Metrics for Document Key Value Detection Model. c K sB ddddd�| _ dddd d�| _d | _d | _d | _d | _d| _d S )aU Initializes a new KeyValueDetectionModelMetrics object with values from keyword arguments. The default value of the :py:attr:`~oci.ai_document.models.KeyValueDetectionModelMetrics.model_type` attribute of this class is ``KEY_VALUE_EXTRACTION`` 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 KeyValueDetectionModelMetrics. 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 KeyValueDetectionModelMetrics. :type dataset_summary: oci.ai_document.models.DatasetSummary :param label_metrics_report: The value to assign to the label_metrics_report property of this KeyValueDetectionModelMetrics. :type label_metrics_report: list[oci.ai_document.models.KeyValueDetectionLabelMetricsReport] :param overall_metrics_report: The value to assign to the overall_metrics_report property of this KeyValueDetectionModelMetrics. :type overall_metrics_report: oci.ai_document.models.KeyValueDetectionOverallMetricsReport �strZDatasetSummaryz)list[KeyValueDetectionLabelMetricsReport]Z%KeyValueDetectionOverallMetricsReport)Z model_typeZdataset_summary�label_metrics_report�overall_metrics_reportZ modelTypeZdatasetSummaryZlabelMetricsReportZoverallMetricsReportNZKEY_VALUE_EXTRACTION)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/key_value_detection_model_metrics.py�__init__ s ��z&KeyValueDetectionModelMetrics.__init__c C s | j S )a4 **[Required]** Gets the label_metrics_report of this KeyValueDetectionModelMetrics. List of metrics entries per label. :return: The label_metrics_report of this KeyValueDetectionModelMetrics. :rtype: list[oci.ai_document.models.KeyValueDetectionLabelMetricsReport] �r �r r r r r >