Uses of Class
software.amazon.awssdk.services.kendra.model.ScoreAttributes
-
Packages that use ScoreAttributes Package Description software.amazon.awssdk.services.kendra.model -
-
Uses of ScoreAttributes in software.amazon.awssdk.services.kendra.model
Methods in software.amazon.awssdk.services.kendra.model that return ScoreAttributes Modifier and Type Method Description ScoreAttributesQueryResultItem. scoreAttributes()Indicates the confidence level of Amazon Kendra providing a relevant result for the query.ScoreAttributesRetrieveResultItem. scoreAttributes()The confidence score bucket for a retrieved passage result.Methods in software.amazon.awssdk.services.kendra.model with parameters of type ScoreAttributes Modifier and Type Method Description QueryResultItem.BuilderQueryResultItem.Builder. scoreAttributes(ScoreAttributes scoreAttributes)Indicates the confidence level of Amazon Kendra providing a relevant result for the query.RetrieveResultItem.BuilderRetrieveResultItem.Builder. scoreAttributes(ScoreAttributes scoreAttributes)The confidence score bucket for a retrieved passage result.
-