Uses of Class
software.amazon.awssdk.services.kendraranking.model.Document
-
Packages that use Document Package Description software.amazon.awssdk.services.kendraranking.model -
-
Uses of Document in software.amazon.awssdk.services.kendraranking.model
Methods in software.amazon.awssdk.services.kendraranking.model that return types with arguments of type Document Modifier and Type Method Description List<Document>RescoreRequest. documents()The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.Methods in software.amazon.awssdk.services.kendraranking.model with parameters of type Document Modifier and Type Method Description RescoreRequest.BuilderRescoreRequest.Builder. documents(Document... documents)The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.Method parameters in software.amazon.awssdk.services.kendraranking.model with type arguments of type Document Modifier and Type Method Description RescoreRequest.BuilderRescoreRequest.Builder. documents(Collection<Document> documents)The list of documents for Amazon Kendra Intelligent Ranking to rescore or rank on.
-