Class: Aws::Kendra::Types::DocumentMetadataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DocumentMetadataConfiguration
- Includes:
- Structure
- Defined in:
- 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
-
#name ⇒ String
The name of the index field.
-
#relevance ⇒ Types::Relevance
Provides tuning parameters to determine how the field affects the search results.
-
#search ⇒ Types::Search
Provides information about how the field is used during a search.
-
#type ⇒ String
The data type of the index field.
Instance Attribute Details
#name ⇒ String
The name of the index field.
4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-kendra/types.rb', line 4772 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |
#relevance ⇒ Types::Relevance
Provides tuning parameters to determine how the field affects the search results.
4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-kendra/types.rb', line 4772 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |
#search ⇒ Types::Search
Provides information about how the field is used during a search.
4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-kendra/types.rb', line 4772 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the index field.
4772 4773 4774 4775 4776 4777 4778 4779 |
# File 'lib/aws-sdk-kendra/types.rb', line 4772 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |