Class: Aws::Kendra::Types::DocumentMetadataConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::DocumentMetadataConfiguration
- 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
-
#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.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4806 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.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4806 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.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4806 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The data type of the index field.
4806 4807 4808 4809 4810 4811 4812 4813 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 4806 class DocumentMetadataConfiguration < Struct.new( :name, :type, :relevance, :search) SENSITIVE = [] include Aws::Structure end |