| 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 StartKeyPhrasesDetectionJobResponse |
ComprehendClient.startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest)
Starts an asynchronous key phrase detection job for a collection of documents.
|
default CompletableFuture<StartKeyPhrasesDetectionJobResponse> |
ComprehendAsyncClient.startKeyPhrasesDetectionJob(Consumer<StartKeyPhrasesDetectionJobRequest.Builder> startKeyPhrasesDetectionJobRequest)
Starts an asynchronous key phrase detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.builder() |
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.jobName(String jobName)
The identifier of the job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.languageCode(LanguageCode languageCode)
The language of the input documents.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.languageCode(String languageCode)
The language of the input documents.
|
default StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the key phrases detection job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with the key phrases detection job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.tags(Tag... tags)
Tags to associate with the key phrases detection job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.toBuilder() |
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.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 StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your key phrases detection job.
|
StartKeyPhrasesDetectionJobRequest.Builder |
StartKeyPhrasesDetectionJobRequest.Builder.vpcConfig(VpcConfig vpcConfig)
Configuration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are
using for your key phrases detection job.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartKeyPhrasesDetectionJobRequest.Builder> |
StartKeyPhrasesDetectionJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.