A model extracts date, amount, and bill-to fields into JSON.
Compare extraction quality before sending it to a downstream system.
Choose two appropriate checks.
Check schema, types, allowed values, and field values against reference data.
Detailed explanation
A parseable JSON document can still violate the downstream contract.
A parseable JSON document can still violate the downstream contract.
Reference data measures whether the content is correct.
Reference data measures whether the content is correct.
Creativity is not the primary requirement for extraction.
Creativity is not the primary requirement for extraction.
Storage does not prove correct structure or values.
Storage does not prove correct structure or values.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01ガイドDomain 3.3の評価設計と構造化出力の説明を確認する。Expected result
形式の妥当性と値の正確性を分けて評価できる。Key points
- Schema
- Reference values
- Downstream compatibility
Notes
- Environment: AWS公式AIF-C01試験ガイドとAWS公式ドキュメントの確認
- Command output formatting can vary slightly by distribution or tool version.
- Run the example in a temporary directory or process when possible.
Foundation review
Read the scope first
Check whether the command acts on the current shell, a new process, an existing process, or a file.
Verify the observable result
Use the supplied command and compare the output with the expected result.