Class: Aws::Kendra::Types::ScoreAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ScoreAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kendra/types.rb
Overview
Provides a relative ranking that indicates how confident Amazon Kendra is that the response matches the query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#score_confidence ⇒ String
A relative ranking for how well the response matches the query.
Instance Attribute Details
#score_confidence ⇒ String
A relative ranking for how well the response matches the query.
5385 5386 5387 5388 5389 |
# File 'lib/aws-sdk-kendra/types.rb', line 5385 class ScoreAttributes < Struct.new( :score_confidence) SENSITIVE = [] include Aws::Structure end |