| 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<StartEntitiesDetectionJobResult> |
AmazonComprehendAsyncClient.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
Future<StartEntitiesDetectionJobResult> |
AbstractAmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest request,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler) |
Future<StartEntitiesDetectionJobResult> |
AmazonComprehendAsync.startEntitiesDetectionJobAsync(StartEntitiesDetectionJobRequest startEntitiesDetectionJobRequest,
AsyncHandler<StartEntitiesDetectionJobRequest,StartEntitiesDetectionJobResult> asyncHandler)
Starts an asynchronous entity detection job for a collection of documents.
|
| 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 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.withFlywheelArn(String flywheelArn)
The Amazon Resource Number (ARN) of the flywheel associated with the model to use.
|
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.withTags(Collection<Tag> tags)
Tags to associate with the entities detection job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.withTags(Tag... tags)
Tags to associate with the entities detection job.
|
StartEntitiesDetectionJobRequest |
StartEntitiesDetectionJobRequest.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.
|
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 © 2023. All rights reserved.