Uses of Interface
software.amazon.awssdk.services.kendraranking.model.RescoreResponse.Builder
-
Packages that use RescoreResponse.Builder Package Description software.amazon.awssdk.services.kendraranking.model -
-
Uses of RescoreResponse.Builder in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return RescoreResponse.Builder Modifier and Type Method Description static RescoreResponse.BuilderRescoreResponse. builder()RescoreResponse.BuilderRescoreResponse.Builder. rescoreId(String rescoreId)The identifier associated with the scores that Amazon Kendra Intelligent Ranking gives to the results.RescoreResponse.BuilderRescoreResponse.Builder. resultItems(Collection<RescoreResultItem> resultItems)A list of result items for documents with new relevancy scores.RescoreResponse.BuilderRescoreResponse.Builder. resultItems(Consumer<RescoreResultItem.Builder>... resultItems)A list of result items for documents with new relevancy scores.RescoreResponse.BuilderRescoreResponse.Builder. resultItems(RescoreResultItem... resultItems)A list of result items for documents with new relevancy scores.RescoreResponse.BuilderRescoreResponse. toBuilder()Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type RescoreResponse.Builder Modifier and Type Method Description static Class<? extends RescoreResponse.Builder>RescoreResponse. serializableBuilderClass()
-