| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StartSentimentDetectionJobResult> |
AbstractAmazonComprehendAsync.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest request,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler) |
Future<StartSentimentDetectionJobResult> |
AmazonComprehendAsync.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest startSentimentDetectionJobRequest,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler)
Starts an asynchronous sentiment detection job for a collection of documents.
|
Future<StartSentimentDetectionJobResult> |
AmazonComprehendAsyncClient.startSentimentDetectionJobAsync(StartSentimentDetectionJobRequest request,
AsyncHandler<StartSentimentDetectionJobRequest,StartSentimentDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.clone() |
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withTags(Collection<Tag> tags)
Tags to associate with the sentiment detection job.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withTags(Tag... tags)
Tags to associate with the sentiment detection job.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withVolumeKmsKeyId(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.
|
StartSentimentDetectionJobRequest |
StartSentimentDetectionJobRequest.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your sentiment detection job.
|
Copyright © 2024. All rights reserved.