Class: Aws::Kendra::Types::DocumentRelevanceConfiguration

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

Overview

Overrides the document relevance properties of a custom index field.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the index field.

Returns:

  • (String)


4796
4797
4798
4799
4800
4801
# File 'lib/aws-sdk-kendra/types.rb', line 4796

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

#relevanceTypes::Relevance

Provides information for tuning the relevance of a field in a search. When a query includes terms that match the field, the results are given a boost in the response based on these tuning parameters.

Returns:



4796
4797
4798
4799
4800
4801
# File 'lib/aws-sdk-kendra/types.rb', line 4796

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