A model generates JSON for a review workflow.
Invalid values must not be executed.
Choose two practices.
Validate schema, types, enums, lengths, and ranges, and route failures to retry, hold, or human review instead of execution.
Detailed explanation
Malformed and invalid values are rejected.
Malformed and invalid values are rejected.
Uncertain output is handled safely.
Uncertain output is handled safely.
Syntax and meaning differ.
Syntax and meaning differ.
Generated text becomes executable code.
Generated text becomes executable code.
Try it yourself
An example you can run in a temporary verification environment.
AWS公式AIF-C01 Domain 2.3の出力検証と安全なツール利用を確認する。Expected result
構文・値・業務妥当性を分けて検証できる。Key points
- JSON schema
- Range
- Hold
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.