| Package | Description |
|---|---|
| com.amazonaws.services.comprehend |
Amazon Comprehend is an Amazon Web Services service for gaining insight into the content of documents.
|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
CreateFlywheelResult |
AbstractAmazonComprehend.createFlywheel(CreateFlywheelRequest request) |
CreateFlywheelResult |
AmazonComprehend.createFlywheel(CreateFlywheelRequest createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
CreateFlywheelResult |
AmazonComprehendClient.createFlywheel(CreateFlywheelRequest request)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
Future<CreateFlywheelResult> |
AbstractAmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest request) |
Future<CreateFlywheelResult> |
AmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest createFlywheelRequest)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
Future<CreateFlywheelResult> |
AmazonComprehendAsyncClient.createFlywheelAsync(CreateFlywheelRequest request) |
Future<CreateFlywheelResult> |
AbstractAmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest request,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler) |
Future<CreateFlywheelResult> |
AmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest createFlywheelRequest,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
Future<CreateFlywheelResult> |
AmazonComprehendAsyncClient.createFlywheelAsync(CreateFlywheelRequest request,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateFlywheelResult> |
AbstractAmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest request,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler) |
Future<CreateFlywheelResult> |
AmazonComprehendAsync.createFlywheelAsync(CreateFlywheelRequest createFlywheelRequest,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler)
A flywheel is an Amazon Web Services resource that orchestrates the ongoing training of a model for custom
classification or custom entity recognition.
|
Future<CreateFlywheelResult> |
AmazonComprehendAsyncClient.createFlywheelAsync(CreateFlywheelRequest request,
AsyncHandler<CreateFlywheelRequest,CreateFlywheelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateFlywheelRequest |
CreateFlywheelRequest.clone() |
CreateFlywheelRequest |
CreateFlywheelRequest.withActiveModelArn(String activeModelArn)
To associate an existing model with the flywheel, specify the Amazon Resource Number (ARN) of the model version.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for the request.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withDataAccessRoleArn(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 |
CreateFlywheelRequest.withDataLakeS3Uri(String dataLakeS3Uri)
Enter the S3 location for the data lake.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withDataSecurityConfig(DataSecurityConfig dataSecurityConfig)
Data security configurations.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withFlywheelName(String flywheelName)
Name for the flywheel.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withModelType(ModelType modelType)
The model type.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withModelType(String modelType)
The model type.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withTags(Collection<Tag> tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withTags(Tag... tags)
The tags to associate with this flywheel.
|
CreateFlywheelRequest |
CreateFlywheelRequest.withTaskConfig(TaskConfig taskConfig)
Configuration about the model associated with the flywheel.
|
Copyright © 2024. All rights reserved.