A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://docs.aws.amazon.com/sdkforruby/api/Aws/Kendra/Types/ColumnConfiguration.html below:

ColumnConfiguration — AWS SDK for Ruby V2

You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Kendra::Types::ColumnConfiguration
Inherits:
Struct show all
Defined in:
(unknown)
Overview Note:

When 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 collapse Instance Attribute Details #change_detecting_columns ⇒ Array<String>

One to five columns that indicate when a document in the database has changed.

#document_data_column_name ⇒ String

The column that contains the contents of the document.

#document_id_column_name ⇒ String

The column that provides the document\'s unique identifier.

#document_title_column_name ⇒ String

The 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