- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`account_id
Type: STRING
data_access_role_arn
Type: STRING
Provider name: DataAccessRoleArn
Description: The Amazon Resource Name (ARN) of the IAM role that grants Amazon Comprehend read access to your input data.
end_time
Type: TIMESTAMP
Provider name: EndTime
Description: The time that the PII entities detection job completed.
input_data_config
Type: STRUCT
Provider name: InputDataConfig
Description: The input properties for a PII entities detection job.
document_reader_config
STRUCT
DocumentReaderConfig
document_read_action
STRING
DocumentReadAction
TEXTRACT_DETECT_DOCUMENT_TEXT
- The Amazon Comprehend service uses the DetectDocumentText
API operation.TEXTRACT_ANALYZE_DOCUMENT
- The Amazon Comprehend service uses the AnalyzeDocument
API operation.document_read_mode
STRING
DocumentReadMode
SERVICE_DEFAULT
- use the Amazon Comprehend service defaults for PDF files.FORCE_DOCUMENT_READ_ACTION
- Amazon Comprehend uses the Textract API specified by DocumentReadAction for all PDF files, including digital PDF files.feature_types
UNORDERED_LIST_STRING
FeatureTypes
TEXTRACT_ANALYZE_DOCUMENT
as the read action, you must specify one or both of the following values:TABLES
- Returns additional information about any tables that are detected in the input document.FORMS
- Returns additional information about any forms that are detected in the input document.input_format
STRING
InputFormat
ONE_DOC_PER_FILE
- Each file is considered a separate document. Use this option when you are processing large documents, such as newspaper articles or scientific papers.ONE_DOC_PER_LINE
- Each line in a file is considered a separate document. Use this option when you are processing many short documents, such as text messages.s3_uri
STRING
S3Uri
S3://bucketName/prefix
, if the prefix is a single file, Amazon Comprehend uses that file as input. If more than one file begins with the prefix, Amazon Comprehend uses all of them as input.job_arn
Type: STRING
Provider name: JobArn
Description: The Amazon Resource Name (ARN) of the PII entities detection job. It is a unique, fully qualified identifier for the job. It includes the Amazon Web Services account, Amazon Web Services Region, and the job ID. The format of the ARN is as follows: arn:<partition>:comprehend:<region>:<account-id>:pii-entities-detection-job/<job-id>
The following is an example job ARN: arn:aws:comprehend:us-west-2:111122223333:pii-entities-detection-job/1234abcd12ab34cd56ef1234567890ab
job_id
Type: STRING
Provider name: JobId
Description: The identifier assigned to the PII entities detection job.
job_name
Type: STRING
Provider name: JobName
Description: The name that you assigned the PII entities detection job.
job_status
Type: STRING
Provider name: JobStatus
Description: The current status of the PII entities detection job. If the status is FAILED
, the Message
field shows the reason for the failure.
language_code
Type: STRING
Provider name: LanguageCode
Description: The language code of the input documents.
message
Type: STRING
Provider name: Message
Description: A description of the status of a job.
mode
Type: STRING
Provider name: Mode
Description: Specifies whether the output provides the locations (offsets) of PII entities or a file in which PII entities are redacted.
output_data_config
Type: STRUCT
Provider name: OutputDataConfig
Description: The output data configuration that you supplied when you created the PII entities detection job.
kms_key_id
STRING
KmsKeyId
s3_uri
STRING
S3Uri
PiiOutputDataConfig
object with asynchronous operations, you specify the Amazon S3 location where you want to write the output data. For a PII entity detection job, the output file is plain text, not a compressed archive. The output file name is the same as the input file, with .out
appended at the end.redaction_config
Type: STRUCT
Provider name: RedactionConfig
Description: 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.
mask_character
STRING
MaskCharacter
mask_mode
STRING
MaskMode
pii_entity_types
UNORDERED_LIST_STRING
PiiEntityTypes
submit_time
Type: TIMESTAMP
Provider name: SubmitTime
Description: The time that the PII entities detection job was submitted for processing.
tags
Type: UNORDERED_LIST_STRING