| 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 |
|---|---|
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler)
Starts an asynchronous entity detection job for a collection of documents.
|
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
Future<StartEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.clone() |
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.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.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withEntityRecognizerArn(String entityRecognizerArn)
The Amazon Resource Name (ARN) that identifies the specific entity recognizer to be used by the
StartEntitiesDetectionJob. |
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withVolumeKmsKeyId(String volumeKmsKeyId)
ID for the AWS 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.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your entity detection job.
|
Copyright © 2019. All rights reserved.