| 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<CreateDocumentClassifierResult> |
AmazonComprehendAsyncClient.createDocumentClassifierAsync(CreateDocumentClassifierRequest request,
AsyncHandler<CreateDocumentClassifierRequest,CreateDocumentClassifierResult> asyncHandler) |
Future<CreateDocumentClassifierResult> |
AbstractAmazonComprehendAsync.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.
|
| 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 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 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)
Specifies the location for the output files from a custom classifier job.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Collection<Tag> tags)
Tags to associate with the document classifier.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withTags(Tag... tags)
Tags to associate with the document classifier.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.withVersionName(String versionName)
The version name given to the newly created classifier.
|
CreateDocumentClassifierRequest |
CreateDocumentClassifierRequest.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.
|
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 © 2023. All rights reserved.