Class: Aws::Kendra::Types::ScoreAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Kendra::Types::ScoreAttributes
- 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
-
#score_confidence ⇒ String
A relative ranking for how relevant the response is to the query.
Instance Attribute Details
#score_confidence ⇒ String
A relative ranking for how relevant the response is to the query.
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 |