| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static InputDataConfig.Builder |
InputDataConfig.builder() |
default InputDataConfig.Builder |
InputDataConfig.Builder.documentReaderConfig(Consumer<DocumentReaderConfig.Builder> documentReaderConfig)
Provides configuration parameters to override the default actions for extracting text from PDF documents and
image files.
|
InputDataConfig.Builder |
InputDataConfig.Builder.documentReaderConfig(DocumentReaderConfig documentReaderConfig)
Provides configuration parameters to override the default actions for extracting text from PDF documents and
image files.
|
InputDataConfig.Builder |
InputDataConfig.Builder.inputFormat(InputFormat inputFormat)
Specifies how the text in an input file should be processed:
|
InputDataConfig.Builder |
InputDataConfig.Builder.inputFormat(String inputFormat)
Specifies how the text in an input file should be processed:
|
InputDataConfig.Builder |
InputDataConfig.Builder.s3Uri(String s3Uri)
The Amazon S3 URI for the input data.
|
InputDataConfig.Builder |
InputDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputDataConfig.Builder> |
InputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the entities detection job.
|
default StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default StartDominantLanguageDetectionJobRequest.Builder |
StartDominantLanguageDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the events detection job.
|
default StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
default StartDocumentClassificationJobRequest.Builder |
StartDocumentClassificationJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default StartPiiEntitiesDetectionJobRequest.Builder |
StartPiiEntitiesDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input properties for a PII entities detection job.
|
default PiiEntitiesDetectionJobProperties.Builder |
PiiEntitiesDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input properties for a PII entities detection job.
|
default StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default KeyPhrasesDetectionJobProperties.Builder |
KeyPhrasesDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the key phrases detection job.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
default SentimentDetectionJobProperties.Builder |
SentimentDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the sentiment detection job.
|
default DominantLanguageDetectionJobProperties.Builder |
DominantLanguageDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the dominant language detection job.
|
default DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration that you supplied when you created the document classification job.
|
default TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Sets the value of the InputDataConfig property for this object.
|
default TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
The input data configuration supplied when you created the topic detection job.
|
default StartEntitiesDetectionJobRequest.Builder |
StartEntitiesDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
Copyright © 2023. All rights reserved.