/AWS1/CL_BDKAUTOMATEDRSNINGP30¶
Contains the various assets generated during a policy build workflow, including logs, quality reports, test cases, and the final policy definition.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
io_policydefinition TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP00 /AWS1/CL_BDKAUTOMATEDRSNINGP00¶
The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
io_qualityreport TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP31 /AWS1/CL_BDKAUTOMATEDRSNINGP31¶
A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
io_buildlog TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP38 /AWS1/CL_BDKAUTOMATEDRSNINGP38¶
The complete build log containing detailed information about each step in the policy generation process.
io_generatedtestcases TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP61 /AWS1/CL_BDKAUTOMATEDRSNINGP61¶
A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
io_policyscenarios TYPE REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP63 /AWS1/CL_BDKAUTOMATEDRSNINGP63¶
An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.
io_assetmanifest TYPE REF TO /AWS1/CL_BDKAUTRSNPLYBLDRSAS00 /AWS1/CL_BDKAUTRSNPLYBLDRSAS00¶
A manifest listing all available artifacts produced by the build workflow. This provides a catalog of all assets that can be retrieved, including their types, names, and identifiers.
io_document TYPE REF TO /AWS1/CL_BDKAUTOREASPLYSRCDOC /AWS1/CL_BDKAUTOREASPLYSRCDOC¶
A source document that was used as input during the build workflow. This allows you to retrieve the original documents that were processed to generate the policy.
io_fidelityreport TYPE REF TO /AWS1/CL_BDKAUTOREASPLYFIDRPT /AWS1/CL_BDKAUTOREASPLYFIDRPT¶
A comprehensive fidelity report that measures how accurately the generated policy represents the source documents. The report includes coverage and accuracy scores, along with detailed grounding information for rules and variables.
Queryable Attributes¶
policyDefinition¶
The complete policy definition generated by the build workflow, containing all rules, variables, and custom types extracted from the source documents.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYDEFINITION() |
Getter for POLICYDEFINITION |
qualityReport¶
A comprehensive report analyzing the quality of the generated policy, including metrics about rule coverage, potential conflicts, and unused elements.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUALITYREPORT() |
Getter for QUALITYREPORT |
buildLog¶
The complete build log containing detailed information about each step in the policy generation process.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUILDLOG() |
Getter for BUILDLOG |
generatedTestCases¶
A comprehensive test suite generated by the build workflow, providing validation capabilities for automated reasoning policies.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GENERATEDTESTCASES() |
Getter for GENERATEDTESTCASES |
policyScenarios¶
An entity encompassing all the policy scenarios generated by the build workflow, which can be used to validate an Automated Reasoning policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_POLICYSCENARIOS() |
Getter for POLICYSCENARIOS |
assetManifest¶
A manifest listing all available artifacts produced by the build workflow. This provides a catalog of all assets that can be retrieved, including their types, names, and identifiers.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ASSETMANIFEST() |
Getter for ASSETMANIFEST |
document¶
A source document that was used as input during the build workflow. This allows you to retrieve the original documents that were processed to generate the policy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOCUMENT() |
Getter for DOCUMENT |
fidelityReport¶
A comprehensive fidelity report that measures how accurately the generated policy represents the source documents. The report includes coverage and accuracy scores, along with detailed grounding information for rules and variables.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FIDELITYREPORT() |
Getter for FIDELITYREPORT |