Struct aws_sdk_comprehend::client::fluent_builders::StartPiiEntitiesDetectionJob[][src]

pub struct StartPiiEntitiesDetectionJob<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }
Expand description

Fluent builder constructing a request to StartPiiEntitiesDetectionJob.

Starts an asynchronous PII entity detection job for a collection of documents.

Implementations

Sends the request and returns the response.

If an error occurs, an SdkError will be returned with additional details that can be matched against.

By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.

The input properties for a PII entities detection job.

The input properties for a PII entities detection job.

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

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

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

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

Provides configuration parameters for PII entity redaction.

This parameter is required if you set the Mode parameter to ONLY_REDACTION. In that case, you must provide a RedactionConfig definition that includes the PiiEntityTypes parameter.

Provides configuration parameters for PII entity redaction.

This parameter is required if you set the Mode parameter to ONLY_REDACTION. In that case, you must provide a RedactionConfig definition that includes the PiiEntityTypes parameter.

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

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

The identifier of the job.

The identifier of the job.

The language of the input documents.

The language of the input documents.

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

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

Appends an item to Tags.

To override the contents of this collection use set_tags.

Tags to be associated 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.

Tags to be associated 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.

Trait Implementations

Formats the value using the given formatter. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more