ruạṛ
a N��fe � @ 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 )�EntityProfileResultz< The metadata details of a profiling entity result. c K s2 dddd�| _ dddd�| _d| _d| _d| _dS )a� Initializes a new EntityProfileResult object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param attribute_count: The value to assign to the attribute_count property of this EntityProfileResult. :type attribute_count: int :param sampled_row_count: The value to assign to the sampled_row_count property of this EntityProfileResult. :type sampled_row_count: int :param estimated_row_count: The value to assign to the estimated_row_count property of this EntityProfileResult. :type estimated_row_count: int �int)�attribute_count�sampled_row_count�estimated_row_count�attributeCount�sampledRowCount�estimatedRowCountN)� swagger_types� attribute_map�_attribute_count�_sampled_row_count�_estimated_row_count)�self�kwargs� r ��/sparta/input/_build_configuration/image_build+validate/lib/bmcenv/lib64/python3.9/site-packages/oci/data_connectivity/models/entity_profile_result.py�__init__ s ��zEntityProfileResult.__init__c C s | j S )aR Gets the attribute_count of this EntityProfileResult. Number of columns in the DataFrame (arrow buffer) sent from Java layer. This value is not impacted by the list of attributes to profile as being passed via configuration. :return: The attribute_count of this EntityProfileResult. :rtype: int �r �r r r r r 2 s z#EntityProfileResult.attribute_countc C s || _ dS )a` Sets the attribute_count of this EntityProfileResult. Number of columns in the DataFrame (arrow buffer) sent from Java layer. This value is not impacted by the list of attributes to profile as being passed via configuration. :param attribute_count: The attribute_count of this EntityProfileResult. :type: int Nr )r r r r r r >