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 @ sJ e Zd ZdZdd� Zedd� �Zejdd� �Zdd� Zd d � Z dd� Z d S )�DocumentsConfigurationz' Input documents configuration c K s ddi| _ ddi| _d| _dS )af Initializes a new DocumentsConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class): :param config: The value to assign to the config property of this DocumentsConfiguration. :type config: dict(str, str) �configzdict(str, str)N)Z swagger_typesZ attribute_map�_config)�self�kwargs� r �R/usr/lib/python3.9/site-packages/oci/ai_language/models/documents_configuration.py�__init__ s ��zDocumentsConfiguration.__init__c C s | j S )a� Gets the config of this DocumentsConfiguration. meta data about documents For CSV valid JSON format is {"CSV" :{inputColumn: "reviewDetails", rowId: "reviewId", copyColumnsToOutput: ["reviewId" "userId"] , delimiter: ","} Note: In future if new file types added we will update here in documentation about input file meta data :return: The config of this DocumentsConfiguration. :rtype: dict(str, str) �r �r r r r r &