| 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 CreateFlywheelResponse |
ComprehendClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
default CompletableFuture<CreateFlywheelResponse> |
ComprehendAsyncClient.createFlywheel(Consumer<CreateFlywheelRequest.Builder> createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
| Modifier and Type | Method and Description |
|---|---|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.activeModelArn(String activeModelArn)
To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model
version.
|
static CreateFlywheelRequest.Builder |
CreateFlywheelRequest.builder() |
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.clientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend the permissions required to
access the flywheel data in the data lake.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataLakeS3Uri(String dataLakeS3Uri)
Enter the S3 location for the data lake.
|
default CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataSecurityConfig(Consumer<DataSecurityConfig.Builder> dataSecurityConfig)
Data security configurations.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.dataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configurations.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.flywheelName(String flywheelName)
Name for the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.modelType(ModelType modelType)
The model type.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.modelType(String modelType)
The model type.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Collection<Tag> tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Consumer<Tag.Builder>... tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.tags(Tag... tags)
The tags to associate with this flywheel.
|
default CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.taskConfig(Consumer<TaskConfig.Builder> taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.Builder.taskConfig(TaskConfig taskConfig)
Configuration about the custom classifier associated with the flywheel.
|
CreateFlywheelRequest.Builder |
CreateFlywheelRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateFlywheelRequest.Builder> |
CreateFlywheelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.