Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocument
Packages that use KnowledgeBaseDocument
-
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 KnowledgeBaseDocumentModifier and TypeMethodDescriptionfinal 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 KnowledgeBaseDocumentModifier and TypeMethodDescriptionIngestKnowledgeBaseDocumentsRequest.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 KnowledgeBaseDocumentModifier and TypeMethodDescriptionIngestKnowledgeBaseDocumentsRequest.Builder.documents(Collection<KnowledgeBaseDocument> documents) A list of objects, each of which contains information about the documents to add.