Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.IngestKnowledgeBaseDocumentsRequest.Builder
Packages that use IngestKnowledgeBaseDocumentsRequest.Builder
Package
Description
Describes the API operations for creating and managing Amazon Bedrock agents.
-
Uses of IngestKnowledgeBaseDocumentsRequest.Builder in software.amazon.awssdk.services.bedrockagent
Method parameters in software.amazon.awssdk.services.bedrockagent with type arguments of type IngestKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionBedrockAgentAsyncClient.ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source.BedrockAgentClient.ingestKnowledgeBaseDocuments(Consumer<IngestKnowledgeBaseDocumentsRequest.Builder> ingestKnowledgeBaseDocumentsRequest) Ingests documents directly into the knowledge base that is connected to the data source. -
Uses of IngestKnowledgeBaseDocumentsRequest.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return IngestKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionIngestKnowledgeBaseDocumentsRequest.builder()IngestKnowledgeBaseDocumentsRequest.Builder.clientToken(String clientToken) A unique, case-sensitive identifier to ensure that the API request completes no more than one time.IngestKnowledgeBaseDocumentsRequest.Builder.dataSourceId(String dataSourceId) The unique identifier of the data source connected to the knowledge base that you're adding documents to.IngestKnowledgeBaseDocumentsRequest.Builder.documents(Collection<KnowledgeBaseDocument> documents) A list of objects, each of which contains information about the documents to add.IngestKnowledgeBaseDocumentsRequest.Builder.documents(Consumer<KnowledgeBaseDocument.Builder>... documents) A list of objects, each of which contains information about the documents to add.IngestKnowledgeBaseDocumentsRequest.Builder.documents(KnowledgeBaseDocument... documents) A list of objects, each of which contains information about the documents to add.IngestKnowledgeBaseDocumentsRequest.Builder.knowledgeBaseId(String knowledgeBaseId) The unique identifier of the knowledge base to ingest the documents into.IngestKnowledgeBaseDocumentsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) IngestKnowledgeBaseDocumentsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) IngestKnowledgeBaseDocumentsRequest.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type IngestKnowledgeBaseDocumentsRequest.BuilderModifier and TypeMethodDescriptionstatic Class<? extends IngestKnowledgeBaseDocumentsRequest.Builder>IngestKnowledgeBaseDocumentsRequest.serializableBuilderClass()