| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.clone() |
PiiEntitiesDetectionJobProperties |
DescribePiiEntitiesDetectionJobResult.getPiiEntitiesDetectionJobProperties() |
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withDataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to your input data.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withEndTime(Date endTime)
The time that the PII entities detection job completed.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withInputDataConfig(InputDataConfig inputDataConfig)
The input properties for a PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withJobId(String jobId)
The identifier assigned to the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withJobName(String jobName)
The name that you assigned the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withJobStatus(JobStatus jobStatus)
The current status of the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withJobStatus(String jobStatus)
The current status of the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withLanguageCode(LanguageCode languageCode)
The language code of the input documents
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withLanguageCode(String languageCode)
The language code of the input documents
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withMessage(String message)
A description of the status of a job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withMode(PiiEntitiesDetectionMode mode)
Specifies whether the output provides the locations (offsets) of PII entities or a file in which PII entities are
redacted.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withMode(String mode)
Specifies whether the output provides the locations (offsets) of PII entities or a file in which PII entities are
redacted.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withOutputDataConfig(PiiOutputDataConfig outputDataConfig)
The output data configuration that you supplied when you created the PII entities detection job.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withRedactionConfig(RedactionConfig redactionConfig)
Provides configuration parameters for PII entity redaction.
|
PiiEntitiesDetectionJobProperties |
PiiEntitiesDetectionJobProperties.withSubmitTime(Date submitTime)
The time that the PII entities detection job was submitted for processing.
|
| Modifier and Type | Method and Description |
|---|---|
List<PiiEntitiesDetectionJobProperties> |
ListPiiEntitiesDetectionJobsResult.getPiiEntitiesDetectionJobPropertiesList()
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribePiiEntitiesDetectionJobResult.setPiiEntitiesDetectionJobProperties(PiiEntitiesDetectionJobProperties piiEntitiesDetectionJobProperties) |
DescribePiiEntitiesDetectionJobResult |
DescribePiiEntitiesDetectionJobResult.withPiiEntitiesDetectionJobProperties(PiiEntitiesDetectionJobProperties piiEntitiesDetectionJobProperties) |
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.withPiiEntitiesDetectionJobPropertiesList(PiiEntitiesDetectionJobProperties... piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListPiiEntitiesDetectionJobsResult.setPiiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
ListPiiEntitiesDetectionJobsResult |
ListPiiEntitiesDetectionJobsResult.withPiiEntitiesDetectionJobPropertiesList(Collection<PiiEntitiesDetectionJobProperties> piiEntitiesDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
|
Copyright © 2021. All rights reserved.