| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PiiOutputDataConfig |
PiiOutputDataConfig.clone() |
PiiOutputDataConfig |
PiiEntitiesDetectionJobProperties.getOutputDataConfig()
The output data configuration that you supplied when you created the PII entities detection job.
|
PiiOutputDataConfig |
PiiOutputDataConfig.withKmsKeyId(String kmsKeyId)
ID for the AWS Key Management Service (KMS) key that Amazon Comprehend uses to encrypt the output results from an
analysis job.
|
PiiOutputDataConfig |
PiiOutputDataConfig.withS3Uri(String s3Uri)
When you use the
PiiOutputDataConfig object with asynchronous operations, you specify the Amazon S3
location where you want to write the output data. |
| Modifier and Type | Method and Description |
|---|---|
void |
PiiEntitiesDetectionJobProperties.setOutputDataConfig(PiiOutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withOutputDataConfig(PiiOutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the PII entities detection job.
|
Copyright © 2023. All rights reserved.