📂 Advanced File Manager
Multi-Root Navigation System
⚡ Quick Jump
Server (/)
Home (/home)
Var_www (/var/www)
Current (/home4/shelley/public_html/shelleycutler.com/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.9 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: key_value_detection_confidence_entry.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 ed d� �Z e jdd� �Z edd� �Zejdd� �Zdd� Zdd� Z dd� ZdS )� KeyValueDetectionConfidenceEntryz/ Key Value Detection Confidence Entry. c K sF dddddd�| _ dddddd�| _d| _d| _d| _d| _d| _dS ) a� Initializes a new KeyValueDetectionConfidenceEntry object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param threshold: The value to assign to the threshold property of this KeyValueDetectionConfidenceEntry. :type threshold: float :param precision: The value to assign to the precision property of this KeyValueDetectionConfidenceEntry. :type precision: float :param recall: The value to assign to the recall property of this KeyValueDetectionConfidenceEntry. :type recall: float :param f1_score: The value to assign to the f1_score property of this KeyValueDetectionConfidenceEntry. :type f1_score: float :param accuracy: The value to assign to the accuracy property of this KeyValueDetectionConfidenceEntry. :type accuracy: float �float)� threshold� precision�recall�f1_score�accuracyr r r Zf1Scorer N)Z swagger_typesZ attribute_map� _threshold� _precision�_recall� _f1_score� _accuracy)�self�kwargs� r �_/usr/lib/python3.9/site-packages/oci/ai_document/models/key_value_detection_confidence_entry.py�__init__ s"