ingestKnowledgeBaseDocuments
inline suspend fun BedrockAgentClient.ingestKnowledgeBaseDocuments(crossinline block: IngestKnowledgeBaseDocumentsRequest.Builder.() -> Unit): IngestKnowledgeBaseDocumentsResponse
Ingests documents directly into the knowledge base that is connected to the data source. The dataSourceType
specified in the content for each document must match the type of the data source that you specify in the header. For more information, see Ingest changes directly into a knowledge base in the Amazon Bedrock User Guide.