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.
9171 9172 9173 9174 9175 |
# File 'gems/aws-sdk-kendra/lib/aws-sdk-kendra/types.rb', line 9171 class ScoreAttributes < Struct.new( :score_confidence) SENSITIVE = [] include Aws::Structure end |