PiiEntitiesDetectionJobProperties class
Provides information about a PII entities detection job.
Constructors
- PiiEntitiesDetectionJobProperties({String? dataAccessRoleArn, DateTime? endTime, InputDataConfig? inputDataConfig, String? jobId, String? jobName, JobStatus? jobStatus, LanguageCode? languageCode, String? message, PiiEntitiesDetectionMode? mode, PiiOutputDataConfig? outputDataConfig, RedactionConfig? redactionConfig, DateTime? submitTime})
-
PiiEntitiesDetectionJobProperties.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataAccessRoleArn → String?
-
The Amazon Resource Name (ARN) that gives Amazon Comprehend read access to
your input data.
final
- endTime → DateTime?
-
The time that the PII entities detection job completed.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputDataConfig → InputDataConfig?
-
The input properties for a PII entities detection job.
final
- jobId → String?
-
The identifier assigned to the PII entities detection job.
final
- jobName → String?
-
The name that you assigned the PII entities detection job.
final
- jobStatus → JobStatus?
-
The current status of the PII entities detection job. If the status is
FAILED
, theMessage
field shows the reason for the failure.final - languageCode → LanguageCode?
-
The language code of the input documents
final
- message → String?
-
A description of the status of a job.
final
- mode → PiiEntitiesDetectionMode?
-
Specifies whether the output provides the locations (offsets) of PII
entities or a file in which PII entities are redacted.
final
- outputDataConfig → PiiOutputDataConfig?
-
The output data configuration that you supplied when you created the PII
entities detection job.
final
- redactionConfig → RedactionConfig?
-
Provides configuration parameters for PII entity redaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitTime → DateTime?
-
The time that the PII entities detection job was submitted for processing.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited