| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.clone() |
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend
read access to your input data.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig) |
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withTags(Collection<Tag> tags)
Tags to be associated with the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withTags(Tag... tags)
Tags to be associated with the targeted sentiment detection job.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the 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.
|
StartTargetedSentimentDetectionJobRequest |
StartTargetedSentimentDetectionJobRequest.withVpcConfig(VpcConfig vpcConfig) |
Copyright © 2023. All rights reserved.