| 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<CreateEntityRecognizerResult> |
AmazonComprehendAsync.createEntityRecognizerAsync(CreateEntityRecognizerRequest createEntityRecognizerRequest,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler)
Creates an entity recognizer using submitted files.
|
Future<CreateEntityRecognizerResult> |
AmazonComprehendAsyncClient.createEntityRecognizerAsync(CreateEntityRecognizerRequest request,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler) |
Future<CreateEntityRecognizerResult> |
AbstractAmazonComprehendAsync.createEntityRecognizerAsync(CreateEntityRecognizerRequest request,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.clone() |
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that grants Amazon Comprehend read
access to your input data.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withInputDataConfig(EntityRecognizerInputDataConfig inputDataConfig)
Specifies the format and location of the input data.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withRecognizerName(String recognizerName)
The name given to the newly created recognizer.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Collection<Tag> tags)
Tags to be associated with the entity recognizer being created.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Tag... tags)
Tags to be associated with the entity recognizer being created.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.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.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your custom entity recognizer.
|
Copyright © 2019. All rights reserved.