| 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 CompletableFuture<StartEventsDetectionJobResponse> |
ComprehendAsyncClient.startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest)
Starts an asynchronous event detection job for a collection of documents.
|
default StartEventsDetectionJobResponse |
ComprehendClient.startEventsDetectionJob(Consumer<StartEventsDetectionJobRequest.Builder> startEventsDetectionJobRequest)
Starts an asynchronous event detection job for a collection of documents.
|
| Modifier and Type | Method and Description |
|---|---|
static StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.builder() |
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.clientRequestToken(String clientRequestToken)
An unique identifier for the request.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.jobName(String jobName)
The identifier of the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.languageCode(LanguageCode languageCode)
The language code of the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.languageCode(String languageCode)
The language code of the input documents.
|
default StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.outputDataConfig(OutputDataConfig outputDataConfig)
Specifies where to send the output files.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Collection<Tag> tags)
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.tags(Tag... tags)
Tags to associate with the events detection job.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.targetEventTypes(Collection<String> targetEventTypes)
The types of events to detect in the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.Builder.targetEventTypes(String... targetEventTypes)
The types of events to detect in the input documents.
|
StartEventsDetectionJobRequest.Builder |
StartEventsDetectionJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StartEventsDetectionJobRequest.Builder> |
StartEventsDetectionJobRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.