Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocument
-
Packages that use KnowledgeBaseDocument Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseDocument in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseDocument Modifier and Type Method Description List<KnowledgeBaseDocument>IngestKnowledgeBaseDocumentsRequest. documents()A list of objects, each of which contains information about the documents to add.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseDocument Modifier and Type Method Description IngestKnowledgeBaseDocumentsRequest.BuilderIngestKnowledgeBaseDocumentsRequest.Builder. documents(KnowledgeBaseDocument... documents)A list of objects, each of which contains information about the documents to add.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseDocument Modifier and Type Method Description IngestKnowledgeBaseDocumentsRequest.BuilderIngestKnowledgeBaseDocumentsRequest.Builder. documents(Collection<KnowledgeBaseDocument> documents)A list of objects, each of which contains information about the documents to add.
-