📂 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: data_profile.pyc
a N��f4 � @ 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 )�DataProfilez$ The data profile response. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS ) a Initializes a new DataProfile object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param entity_name: The value to assign to the entity_name property of this DataProfile. :type entity_name: str :param entity_profile_result: The value to assign to the entity_profile_result property of this DataProfile. :type entity_profile_result: oci.data_connectivity.models.EntityProfileResult :param attribute_profile_results: The value to assign to the attribute_profile_results property of this DataProfile. :type attribute_profile_results: list[oci.data_connectivity.models.AttributeProfileResult] �str�EntityProfileResultzlist[AttributeProfileResult])�entity_name�entity_profile_result�attribute_profile_results� entityName�entityProfileResult�attributeProfileResultsN)� swagger_types� attribute_map�_entity_name�_entity_profile_result�_attribute_profile_results)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/data_profile.py�__init__ s ��zDataProfile.__init__c C s | j S )z� **[Required]** Gets the entity_name of this DataProfile. Entity name for which profiling is requested. :return: The entity_name of this DataProfile. :rtype: str �r �r r r r r 2 s zDataProfile.entity_namec C s || _ dS )z� Sets the entity_name of this DataProfile. Entity name for which profiling is requested. :param entity_name: The entity_name of this DataProfile. :type: str Nr )r r r r r r >