Class: Aws::Kendra::Types::DocumentMetadataConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb

Overview

Specifies the properties, such as relevance tuning and searchability, of an index field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the index field.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4772

class DocumentMetadataConfiguration < Struct.new(
  :name,
  :type,
  :relevance,
  :search)
  SENSITIVE = []
  include Aws::Structure
end

#relevanceTypes::Relevance

Provides tuning parameters to determine how the field affects the search results.

Returns:



4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4772

class DocumentMetadataConfiguration < Struct.new(
  :name,
  :type,
  :relevance,
  :search)
  SENSITIVE = []
  include Aws::Structure
end

#searchTypes::Search

Provides information about how the field is used during a search.

Returns:



4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4772

class DocumentMetadataConfiguration < Struct.new(
  :name,
  :type,
  :relevance,
  :search)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The data type of the index field.

Returns:

  • (String)


4772
4773
4774
4775
4776
4777
4778
4779
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4772

class DocumentMetadataConfiguration < Struct.new(
  :name,
  :type,
  :relevance,
  :search)
  SENSITIVE = []
  include Aws::Structure
end