| Package | Description |
|---|---|
| software.amazon.awssdk.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDocumentEnrichmentConfiguration |
CreateDataSourceRequest.customDocumentEnrichmentConfiguration()
Configuration information for altering document metadata and content during the document ingestion process.
|
CustomDocumentEnrichmentConfiguration |
UpdateDataSourceRequest.customDocumentEnrichmentConfiguration()
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
CustomDocumentEnrichmentConfiguration |
BatchPutDocumentRequest.customDocumentEnrichmentConfiguration()
Configuration information for altering your document metadata and content during the document ingestion process
when you use the
BatchPutDocument API. |
CustomDocumentEnrichmentConfiguration |
DescribeDataSourceResponse.customDocumentEnrichmentConfiguration()
Configuration information for altering document metadata and content during the document ingestion process when
you describe a data source.
|
| Modifier and Type | Method and Description |
|---|---|
CreateDataSourceRequest.Builder |
CreateDataSourceRequest.Builder.customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process.
|
UpdateDataSourceRequest.Builder |
UpdateDataSourceRequest.Builder.customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
BatchPutDocumentRequest.Builder |
BatchPutDocumentRequest.Builder.customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering your document metadata and content during the document ingestion
process when you use the
BatchPutDocument API. |
DescribeDataSourceResponse.Builder |
DescribeDataSourceResponse.Builder.customDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process
when you describe a data source.
|
Copyright © 2023. All rights reserved.