| 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<CreateDocumentClassifierResult> |
AmazonComprehendAsyncClient.createDocumentClassifierAsync(CreateDocumentClassifierRequest request,
AsyncHandler<CreateDocumentClassifierRequest,CreateDocumentClassifierResult> asyncHandler) |
Future<CreateDocumentClassifierResult> |
AmazonComprehendAsync.createDocumentClassifierAsync(CreateDocumentClassifierRequest createDocumentClassifierRequest,
AsyncHandler<CreateDocumentClassifierRequest,CreateDocumentClassifierResult> asyncHandler)
Creates a new document classifier that you can use to categorize documents.
|
Future<CreateDocumentClassifierResult> |
AbstractAmazonComprehendAsync.createDocumentClassifierAsync(CreateDocumentClassifierRequest request,
AsyncHandler<CreateDocumentClassifierRequest,CreateDocumentClassifierResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.clone() |
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.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.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withDocumentClassifierName(String documentClassifierName)
The name of the document classifier.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withInputDataConfig(DocumentClassifierInputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withLanguageCode(LanguageCode languageCode)
The language of the input documents.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withLanguageCode(String languageCode)
The language of the input documents.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withMode(DocumentClassifierMode mode)
Indicates the mode in which the classifier will be trained.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withMode(String mode)
Indicates the mode in which the classifier will be trained.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withModelKmsKeyId(String modelKmsKeyId)
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt trained custom models.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withModelPolicy(String modelPolicy)
The resource-based policy to attach to your custom document classifier model.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withOutputDataConfig(DocumentClassifierOutputDataConfig outputDataConfig)
Enables the addition of output results configuration parameters for custom classifier jobs.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Collection<Tag> tags)
Tags to be associated with the document classifier being created.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Tag... tags)
Tags to be associated with the document classifier being created.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withVersionName(String versionName)
The version name given to the newly created classifier.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.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.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your custom classifier.
|
Copyright © 2022. All rights reserved.