| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default StartTopicsDetectionJobResponse |
ComprehendClient.startTopicsDetectionJob(Consumer<StartTopicsDetectionJobRequest.Builder> startTopicsDetectionJobRequest)
Starts an asynchronous topic detection job.
|
default CompletableFuture<StartTopicsDetectionJobResponse> |
ComprehendAsyncClient.startTopicsDetectionJob(Consumer<StartTopicsDetectionJobRequest.Builder> startTopicsDetectionJobRequest)
Starts an asynchronous topic detection job.
|
| Modifier and Type | Method and Description |
|---|---|
static StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.builder() |
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.jobName(String jobName)
The identifier of the job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.numberOfTopics(Integer numberOfTopics)
The number of topics to detect.
|
default StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the topics detection job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with the topics detection job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.tags(Tag... tags)
Tags to associate with the topics detection job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.toBuilder() |
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.volumeKmsKeyId(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.
|
default StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your topic detection job.
|
StartTopicsDetectionJobRequest.Builder |
StartTopicsDetectionJobRequest.Builder.vpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your topic detection job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartTopicsDetectionJobRequest.Builder> |
StartTopicsDetectionJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.