| Package | Description |
|---|---|
| software.amazon.awssdk.services.comprehend |
Amazon Comprehend is an AWS service for gaining insight into the content of documents.
|
| software.amazon.awssdk.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
default ImportModelResponse |
ComprehendClient.importModel(Consumer<ImportModelRequest.Builder> importModelRequest)
Creates a new custom model that replicates a source custom model that you import.
|
default CompletableFuture<ImportModelResponse> |
ComprehendAsyncClient.importModel(Consumer<ImportModelRequest.Builder> importModelRequest)
Creates a new custom model that replicates a source custom model that you import.
|
| Modifier and Type | Method and Description |
|---|---|
static ImportModelRequest.Builder |
ImportModelRequest.builder() |
ImportModelRequest.Builder |
ImportModelRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Management (IAM) role that allows Amazon Comprehend to
use Amazon Key Management Service (KMS) to encrypt or decrypt the custom model.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.modelKmsKeyId(String modelKmsKeyId)
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt trained custom models.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.modelName(String modelName)
The name to assign to the custom model that is created in Amazon Comprehend by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ImportModelRequest.Builder |
ImportModelRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ImportModelRequest.Builder |
ImportModelRequest.Builder.sourceModelArn(String sourceModelArn)
The Amazon Resource Name (ARN) of the custom model to import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.tags(Collection<Tag> tags)
Tags to be associated with the custom model that is created by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.tags(Consumer<Tag.Builder>... tags)
Tags to be associated with the custom model that is created by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.tags(Tag... tags)
Tags to be associated with the custom model that is created by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.toBuilder() |
ImportModelRequest.Builder |
ImportModelRequest.Builder.versionName(String versionName)
The version name given to the custom model that is created by this import.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportModelRequest.Builder> |
ImportModelRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.