| 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<StartTopicsDetectionJobResult> |
AmazonComprehendAsyncClient.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest request,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler) |
Future<StartTopicsDetectionJobResult> |
AbstractAmazonComprehendAsync.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest request,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler) |
Future<StartTopicsDetectionJobResult> |
AmazonComprehendAsync.startTopicsDetectionJobAsync(StartTopicsDetectionJobRequest startTopicsDetectionJobRequest,
AsyncHandler<StartTopicsDetectionJobRequest,StartTopicsDetectionJobResult> asyncHandler)
Starts an asynchronous topic detection job.
|
| Modifier and Type | Method and Description |
|---|---|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.clone() |
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withInputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withJobName(String jobName)
The identifier of the job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withNumberOfTopics(Integer numberOfTopics)
The number of topics to detect.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withTags(Collection<Tag> tags)
Tags to associate with the topics detection job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withTags(Tag... tags)
Tags to associate with the topics detection job.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.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.
|
StartTopicsDetectionJobRequest |
StartTopicsDetectionJobRequest.withVpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your topic detection job.
|
Copyright © 2023. All rights reserved.