static ImportModelRequest.Builder |
ImportModelRequest.builder() |
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.dataAccessRoleArn(String dataAccessRoleArn) |
The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend permission to use Amazon Key
Management Service (KMS) to encrypt or decrypt the custom model.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.modelKmsKeyId(String modelKmsKeyId) |
ID for the 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
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 associate with the custom model that is created by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags to associate with the custom model that is created by this import.
|
ImportModelRequest.Builder |
ImportModelRequest.Builder.tags(Tag... tags) |
Tags to associate 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.
|