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)


4830
4831
4832
4833
4834
4835
# File 'lib/aws-sdk-kendra/types.rb', line 4830

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:



4830
4831
4832
4833
4834
4835
# File 'lib/aws-sdk-kendra/types.rb', line 4830

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