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