Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocumentDetail
Packages that use KnowledgeBaseDocumentDetail
Package
Description
-
Uses of KnowledgeBaseDocumentDetail in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseDocumentDetailModifier and TypeMethodDescriptionfinal List<KnowledgeBaseDocumentDetail>DeleteKnowledgeBaseDocumentsResponse.documentDetails()A list of objects, each of which contains information about the documents that were deleted.final List<KnowledgeBaseDocumentDetail>GetKnowledgeBaseDocumentsResponse.documentDetails()A list of objects, each of which contains information about the documents that were retrieved.final List<KnowledgeBaseDocumentDetail>IngestKnowledgeBaseDocumentsResponse.documentDetails()A list of objects, each of which contains information about the documents that were ingested.final List<KnowledgeBaseDocumentDetail>ListKnowledgeBaseDocumentsResponse.documentDetails()A list of objects, each of which contains information about the documents that were retrieved.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseDocumentDetailModifier and TypeMethodDescriptionDeleteKnowledgeBaseDocumentsResponse.Builder.documentDetails(KnowledgeBaseDocumentDetail... documentDetails) A list of objects, each of which contains information about the documents that were deleted.GetKnowledgeBaseDocumentsResponse.Builder.documentDetails(KnowledgeBaseDocumentDetail... documentDetails) A list of objects, each of which contains information about the documents that were retrieved.IngestKnowledgeBaseDocumentsResponse.Builder.documentDetails(KnowledgeBaseDocumentDetail... documentDetails) A list of objects, each of which contains information about the documents that were ingested.ListKnowledgeBaseDocumentsResponse.Builder.documentDetails(KnowledgeBaseDocumentDetail... documentDetails) A list of objects, each of which contains information about the documents that were retrieved.Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type KnowledgeBaseDocumentDetailModifier and TypeMethodDescriptionDeleteKnowledgeBaseDocumentsResponse.Builder.documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails) A list of objects, each of which contains information about the documents that were deleted.GetKnowledgeBaseDocumentsResponse.Builder.documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails) A list of objects, each of which contains information about the documents that were retrieved.IngestKnowledgeBaseDocumentsResponse.Builder.documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails) A list of objects, each of which contains information about the documents that were ingested.ListKnowledgeBaseDocumentsResponse.Builder.documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails) A list of objects, each of which contains information about the documents that were retrieved. -
Uses of KnowledgeBaseDocumentDetail in software.amazon.awssdk.services.bedrockagent.paginators
Methods in software.amazon.awssdk.services.bedrockagent.paginators that return types with arguments of type KnowledgeBaseDocumentDetailModifier and TypeMethodDescriptionListKnowledgeBaseDocumentsIterable.documentDetails()Returns an iterable to iterate through the paginatedListKnowledgeBaseDocumentsResponse.documentDetails()member.ListKnowledgeBaseDocumentsPublisher.documentDetails()Returns a publisher that can be used to get a stream of data.