StartPiiEntitiesDetectionJobRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A unique identifier for the request. If you don't set the client request token, Amazon Comprehend generates one.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.

Link copied to clipboard

The input properties for a PII entities detection job.

Link copied to clipboard

The identifier of the job.

Link copied to clipboard

The language of the input documents. Enter the language code for English (en) or Spanish (es).

Link copied to clipboard

Specifies whether the output provides the locations (offsets) of PII entities or a file in which PII entities are redacted.

Link copied to clipboard

Provides configuration parameters for the output of PII entity detection jobs.

Link copied to clipboard

Provides configuration parameters for PII entity redaction.

Link copied to clipboard
val tags: List<Tag>?

Tags to associate with the PII entities detection job. A tag is a key-value pair that adds metadata to a resource used by Amazon Comprehend. For example, a tag with "Sales" as the key might be added to a resource to indicate its use by the sales department.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String