| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StartSentimentDetectionJobResponse> |
ComprehendAsyncClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
default StartSentimentDetectionJobResponse |
ComprehendClient.startSentimentDetectionJob(Consumer<StartSentimentDetectionJobRequest.Builder> startSentimentDetectionJobRequest)
Starts an asynchronous sentiment detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.builder() |
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.jobName(String jobName)
The identifier of the job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
default StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the sentiment detection job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with the sentiment detection job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.tags(Tag... tags)
Tags to associate with the sentiment detection job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.toBuilder() |
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.volumeKmsKeyId(String volumeKmsKeyId)
ID for the Amazon Web Services Key Management Service (KMS) key that Amazon Comprehend uses to encrypt data
on the storage volume attached to the ML compute instance(s) that process the analysis job.
|
default StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your sentiment detection job.
|
StartSentimentDetectionJobRequest.Builder |
StartSentimentDetectionJobRequest.Builder.vpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your sentiment detection job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartSentimentDetectionJobRequest.Builder> |
StartSentimentDetectionJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.