| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
static OutputDataConfig.Builder |
OutputDataConfig.builder() |
OutputDataConfig.Builder |
OutputDataConfig.Builder.kmsKeyId(String kmsKeyId)
ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the
output results from an analysis job.
|
OutputDataConfig.Builder |
OutputDataConfig.Builder.s3Uri(String s3Uri)
When you use the
OutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
OutputDataConfig.Builder |
OutputDataConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends OutputDataConfig.Builder> |
OutputDataConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default EntitiesDetectionJobProperties.Builder |
EntitiesDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the entities detection job.
|
default StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default StartDominantLanguageDetectionJobRequest.Builder |
StartDominantLanguageDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default EventsDetectionJobProperties.Builder |
EventsDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the events detection job.
|
default StartTargetedSentimentDetectionJobRequest.Builder |
StartTargetedSentimentDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default StartDocumentClassificationJobRequest.Builder |
StartDocumentClassificationJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default StartPiiEntitiesDetectionJobRequest.Builder |
StartPiiEntitiesDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Provides configuration parameters for the output of PII entity detection jobs.
|
default StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default KeyPhrasesDetectionJobProperties.Builder |
KeyPhrasesDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the key phrases detection job.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
default SentimentDetectionJobProperties.Builder |
SentimentDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the sentiment detection job.
|
default DominantLanguageDetectionJobProperties.Builder |
DominantLanguageDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the dominant language detection job.
|
default DocumentClassificationJobProperties.Builder |
DocumentClassificationJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration that you supplied when you created the document classification job.
|
default TargetedSentimentDetectionJobProperties.Builder |
TargetedSentimentDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Sets the value of the OutputDataConfig property for this object.
|
default TopicsDetectionJobProperties.Builder |
TopicsDetectionJobProperties.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
The output data configuration supplied when you created the topic detection job.
|
default StartEntitiesDetectionJobRequest.Builder |
StartEntitiesDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
Copyright © 2023. All rights reserved.