amazonka-kendra-2.0: Amazon KendraFrontendService SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.Kendra.Types.ScoreAttributes

Description

 
Synopsis

Documentation

data ScoreAttributes Source #

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

See: newScoreAttributes smart constructor.

Constructors

ScoreAttributes' 

Fields

Instances

Instances details
FromJSON ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

Generic ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

Associated Types

type Rep ScoreAttributes :: Type -> Type #

Read ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

Show ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

NFData ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

Methods

rnf :: ScoreAttributes -> () #

Eq ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

Hashable ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

type Rep ScoreAttributes Source # 
Instance details

Defined in Amazonka.Kendra.Types.ScoreAttributes

type Rep ScoreAttributes = D1 ('MetaData "ScoreAttributes" "Amazonka.Kendra.Types.ScoreAttributes" "amazonka-kendra-2.0-IHloXAWlYIS8YTp1gXe6J" 'False) (C1 ('MetaCons "ScoreAttributes'" 'PrefixI 'True) (S1 ('MetaSel ('Just "scoreConfidence") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScoreConfidence))))

newScoreAttributes :: ScoreAttributes Source #

Create a value of ScoreAttributes with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:scoreConfidence:ScoreAttributes', scoreAttributes_scoreConfidence - A relative ranking for how well the response matches the query.

scoreAttributes_scoreConfidence :: Lens' ScoreAttributes (Maybe ScoreConfidence) Source #

A relative ranking for how well the response matches the query.