Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseDocumentDetail
-
Packages that use KnowledgeBaseDocumentDetail Package Description software.amazon.awssdk.services.bedrockagent.model software.amazon.awssdk.services.bedrockagent.paginators -
-
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 KnowledgeBaseDocumentDetail Modifier and Type Method Description List<KnowledgeBaseDocumentDetail>DeleteKnowledgeBaseDocumentsResponse. documentDetails()A list of objects, each of which contains information about the documents that were deleted.List<KnowledgeBaseDocumentDetail>GetKnowledgeBaseDocumentsResponse. documentDetails()A list of objects, each of which contains information about the documents that were retrieved.List<KnowledgeBaseDocumentDetail>IngestKnowledgeBaseDocumentsResponse. documentDetails()A list of objects, each of which contains information about the documents that were ingested.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 KnowledgeBaseDocumentDetail Modifier and Type Method Description DeleteKnowledgeBaseDocumentsResponse.BuilderDeleteKnowledgeBaseDocumentsResponse.Builder. documentDetails(KnowledgeBaseDocumentDetail... documentDetails)A list of objects, each of which contains information about the documents that were deleted.GetKnowledgeBaseDocumentsResponse.BuilderGetKnowledgeBaseDocumentsResponse.Builder. documentDetails(KnowledgeBaseDocumentDetail... documentDetails)A list of objects, each of which contains information about the documents that were retrieved.IngestKnowledgeBaseDocumentsResponse.BuilderIngestKnowledgeBaseDocumentsResponse.Builder. documentDetails(KnowledgeBaseDocumentDetail... documentDetails)A list of objects, each of which contains information about the documents that were ingested.ListKnowledgeBaseDocumentsResponse.BuilderListKnowledgeBaseDocumentsResponse.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 KnowledgeBaseDocumentDetail Modifier and Type Method Description DeleteKnowledgeBaseDocumentsResponse.BuilderDeleteKnowledgeBaseDocumentsResponse.Builder. documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails)A list of objects, each of which contains information about the documents that were deleted.GetKnowledgeBaseDocumentsResponse.BuilderGetKnowledgeBaseDocumentsResponse.Builder. documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails)A list of objects, each of which contains information about the documents that were retrieved.IngestKnowledgeBaseDocumentsResponse.BuilderIngestKnowledgeBaseDocumentsResponse.Builder. documentDetails(Collection<KnowledgeBaseDocumentDetail> documentDetails)A list of objects, each of which contains information about the documents that were ingested.ListKnowledgeBaseDocumentsResponse.BuilderListKnowledgeBaseDocumentsResponse.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 KnowledgeBaseDocumentDetail Modifier and Type Method Description SdkIterable<KnowledgeBaseDocumentDetail>ListKnowledgeBaseDocumentsIterable. documentDetails()Returns an iterable to iterate through the paginatedListKnowledgeBaseDocumentsResponse.documentDetails()member.SdkPublisher<KnowledgeBaseDocumentDetail>ListKnowledgeBaseDocumentsPublisher. documentDetails()Returns a publisher that can be used to get a stream of data.
-