| Package | Description |
|---|---|
| com.amazonaws.services.kendra.model |
| Modifier and Type | Method and Description |
|---|---|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.clone() |
CustomDocumentEnrichmentConfiguration |
DescribeDataSourceResult.getCustomDocumentEnrichmentConfiguration()
Configuration information for altering document metadata and content during the document ingestion process when
you describe a data source.
|
CustomDocumentEnrichmentConfiguration |
UpdateDataSourceRequest.getCustomDocumentEnrichmentConfiguration()
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
CustomDocumentEnrichmentConfiguration |
BatchPutDocumentRequest.getCustomDocumentEnrichmentConfiguration()
Configuration information for altering your document metadata and content during the document ingestion process
when you use the
BatchPutDocument API. |
CustomDocumentEnrichmentConfiguration |
CreateDataSourceRequest.getCustomDocumentEnrichmentConfiguration()
Configuration information for altering document metadata and content during the document ingestion process.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withInlineConfigurations(Collection<InlineCustomDocumentEnrichmentConfiguration> inlineConfigurations)
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withInlineConfigurations(InlineCustomDocumentEnrichmentConfiguration... inlineConfigurations)
Configuration information to alter document attributes or metadata fields and content when ingesting documents
into Amazon Kendra.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withPostExtractionHookConfiguration(HookConfiguration postExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the structured documents with their
metadata and text extracted.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withPreExtractionHookConfiguration(HookConfiguration preExtractionHookConfiguration)
Configuration information for invoking a Lambda function in Lambda on the original or raw documents before
extracting their metadata and text.
|
CustomDocumentEnrichmentConfiguration |
CustomDocumentEnrichmentConfiguration.withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of a role with permission to run
PreExtractionHookConfiguration and
PostExtractionHookConfiguration for altering document metadata and content during the document
ingestion process. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeDataSourceResult.setCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process when
you describe a data source.
|
void |
UpdateDataSourceRequest.setCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
void |
BatchPutDocumentRequest.setCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering your document metadata and content during the document ingestion process
when you use the
BatchPutDocument API. |
void |
CreateDataSourceRequest.setCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process.
|
DescribeDataSourceResult |
DescribeDataSourceResult.withCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process when
you describe a data source.
|
UpdateDataSourceRequest |
UpdateDataSourceRequest.withCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information you want to update for altering document metadata and content during the document
ingestion process.
|
BatchPutDocumentRequest |
BatchPutDocumentRequest.withCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering your document metadata and content during the document ingestion process
when you use the
BatchPutDocument API. |
CreateDataSourceRequest |
CreateDataSourceRequest.withCustomDocumentEnrichmentConfiguration(CustomDocumentEnrichmentConfiguration customDocumentEnrichmentConfiguration)
Configuration information for altering document metadata and content during the document ingestion process.
|
Copyright © 2023. All rights reserved.