Class: Aws::Kendra::Types::ScoreAttributes

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

Overview

Provides a relative ranking that indicates how confident Amazon Kendra is that the response is relevant to the query.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#score_confidenceString

A relative ranking for how relevant the response is to the query.

Returns:

  • (String)


9117
9118
9119
9120
9121
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9117

class ScoreAttributes < Struct.new(
  :score_confidence)
  SENSITIVE = []
  include Aws::Structure
end