ruạṛ
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 @ sd e Zd ZdZdd� Zedd� �Zejdd� �Zedd� �Zejd d� �Zd d� Z dd � Z dd� ZdS )�InputConfigurationz� input documents configuration by default TXT files will be processed and this behaviour will not change in future after adding new types c K s( ddd�| _ ddd�| _d| _d| _dS )a) Initializes a new InputConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param document_types: The value to assign to the document_types property of this InputConfiguration. :type document_types: list[str] :param configuration: The value to assign to the configuration property of this InputConfiguration. :type configuration: dict(str, DocumentsConfiguration) z list[str]z!dict(str, DocumentsConfiguration))�document_types� configurationZ documentTypesr N)Z swagger_typesZ attribute_map�_document_types�_configuration)�self�kwargs� r �N/usr/lib/python3.9/site-packages/oci/ai_language/models/input_configuration.py�__init__ s ��zInputConfiguration.__init__c C s | j S )a= Gets the document_types of this InputConfiguration. Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list :return: The document_types of this InputConfiguration. :rtype: list[str] �r �r r r r r . s z!InputConfiguration.document_typesc C s || _ dS )aJ Sets the document_types of this InputConfiguration. Type of documents supported for this release only TXT,CSV and one element is allowed here. for future scope this is marked as list :param document_types: The document_types of this InputConfiguration. :type: list[str] Nr )r r r r r r <