You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Kendra::Types::ColumnConfigurationWhen passing ColumnConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
document_id_column_name: "ColumnName", document_data_column_name: "ColumnName", document_title_column_name: "ColumnName",
field_mappings: [
{
data_source_field_name: "DataSourceFieldName", date_field_format: "DataSourceDateFieldFormat",
index_field_name: "IndexFieldName", },
],
change_detecting_columns: ["ColumnName"], }
Provides information about how Amazon Kendra should use the columns of a database in an index.
Returned by:
Instance Attribute Summary collapseOne to five columns that indicate when a document in the database has changed.
The column that contains the contents of the document.
The column that provides the document\'s unique identifier.
The column that contains the title of the document.
An array of objects that map database column names to the corresponding fields in an index.
One to five columns that indicate when a document in the database has changed.
#document_data_column_name ⇒ StringThe column that contains the contents of the document.
#document_id_column_name ⇒ StringThe column that provides the document\'s unique identifier.
#document_title_column_name ⇒ StringThe column that contains the title of the document.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4