📂 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
›
libexec
›
oracle-cloud-agent
›
plugins
›
osms
›
oci
›
data_connectivity
›
📁 models
📍
Lokasi:
/usr/libexec/oracle-cloud-agent/plugins/osms/oci/data_connectivity/models
💾
Free:
45.8 GB
⚠️ Direktori ini
tidak writable
.
✏️ Mengedit: profile_config.pyc
a N��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 ZdZdZdZdZdZdZdZ dZ d Zd ZdZ dZd ZdZdZdZdZdZdZdZdZdd� Zedd� �Zejdd� �Zedd� �Zejdd� �Zedd� �Zejd d� �Zed!d"� �Zejd#d"� �Zed$d%� �Zejd&d%� �Zd'd(� Z d)d*� Z!d+d,� Z"d-S ).� ProfileConfigz" Profiling configuration. �ATTRIBUTE_COUNT� ROW_COUNT� DATA_TYPE�DISTINCT_COUNT�DUPLICATE_COUNT� HISTOGRAM�MAX� MAX_LENGTH�MEAN�MEAN_LENGTH�MEDIAN�MIN� MIN_LENGTH� NULL_COUNT�OUTLIER�PATTERN�STANDARD_DEVIATION�UNIQUE_COUNT�VARIANCE�VALUE_FREQUENCYc K sF dddddd�| _ dddddd�| _d | _d | _d | _d | _d | _d S ) a Initializes a new ProfileConfig object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attributes: The value to assign to the attributes property of this ProfileConfig. :type attributes: list[str] :param functions: The value to assign to the functions property of this ProfileConfig. Allowed values for items in this list are: "ATTRIBUTE_COUNT", "ROW_COUNT", "DATA_TYPE", "DISTINCT_COUNT", "DUPLICATE_COUNT", "HISTOGRAM", "MAX", "MAX_LENGTH", "MEAN", "MEAN_LENGTH", "MEDIAN", "MIN", "MIN_LENGTH", "NULL_COUNT", "OUTLIER", "PATTERN", "STANDARD_DEVIATION", "UNIQUE_COUNT", "VARIANCE", "VALUE_FREQUENCY" :type functions: list[str] :param top_n_val_freq: The value to assign to the top_n_val_freq property of this ProfileConfig. :type top_n_val_freq: int :param pattern_threshold: The value to assign to the pattern_threshold property of this ProfileConfig. :type pattern_threshold: int :param data_type_threshold: The value to assign to the data_type_threshold property of this ProfileConfig. :type data_type_threshold: int z list[str]�int)� attributes� functions�top_n_val_freq�pattern_threshold�data_type_thresholdr r �topNValFreq�patternThreshold�dataTypeThresholdN)� swagger_types� attribute_map�_attributes� _functions�_top_n_val_freq�_pattern_threshold�_data_type_threshold)�self�kwargs� r- ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/profile_config.py�__init__` s"