| 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> |
AbstractAmazonComprehendAsync.createEntityRecognizerAsync(CreateEntityRecognizerRequest request,
AsyncHandler<CreateEntityRecognizerRequest,CreateEntityRecognizerResult> asyncHandler) |
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) |
| 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 Access 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)
You can specify any of the following languages: English ("en"), Spanish ("es"), French ("fr"), Italian ("it"),
German ("de"), or Portuguese ("pt").
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withLanguageCode(String languageCode)
You can specify any of the following languages: English ("en"), Spanish ("es"), French ("fr"), Italian ("it"),
German ("de"), or Portuguese ("pt").
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withModelKmsKeyId(String modelKmsKeyId)
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt trained custom models.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withModelPolicy(String modelPolicy)
The JSON resource-based policy to attach to your custom entity recognizer model.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withRecognizerName(String recognizerName)
The name given to the newly created recognizer.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Collection<Tag> tags)
Tags to associate with the entity recognizer.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withTags(Tag... tags)
Tags to associate with the entity recognizer.
|
CreateEntityRecognizerRequest |
CreateEntityRecognizerRequest.withVersionName(String versionName)
The version name given to the newly created recognizer.
|
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 © 2023. All rights reserved.