DocumentsConfiguration

class oci.ai_language.models.DocumentsConfiguration(**kwargs)

Bases: object

Input documents configuration

Methods

__init__(**kwargs) Initializes a new DocumentsConfiguration object with values from keyword arguments.

Attributes

config Gets the config of this DocumentsConfiguration.
__init__(**kwargs)

Initializes a new DocumentsConfiguration object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:config (dict(str, str)) – The value to assign to the config property of this DocumentsConfiguration.
config

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

Returns:The config of this DocumentsConfiguration.
Return type:dict(str, str)