/AWS1/CL_BDKAUTOMATEDRSNINGP62¶
Represents a generated test case, consisting of query content, guard content, and expected results.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_querycontent TYPE /AWS1/BDKAUTOMATEDRSNINGPLYT01 /AWS1/BDKAUTOMATEDRSNINGPLYT01¶
The input query or prompt that generated the content. This provides context for the validation.
iv_guardcontent TYPE /AWS1/BDKAUTOMATEDRSNINGPLYT00 /AWS1/BDKAUTOMATEDRSNINGPLYT00¶
The output content that's validated by the Automated Reasoning policy. This represents the foundation model response that will be checked for accuracy.
iv_expectedaggdfndgsresult TYPE /AWS1/BDKAUTOMATEDRSNINGCHEC00 /AWS1/BDKAUTOMATEDRSNINGCHEC00¶
The expected results of the generated test case. Possible values include:
VALID- The claims are true. The claims are implied by the premises and the Automated Reasoning policy. Given the Automated Reasoning policy and premises, it is not possible for these claims to be false. In other words, there are no alternative answers that are true that contradict the claims.
INVALID- The claims are false. The claims are not implied by the premises and Automated Reasoning policy. Furthermore, there exists different claims that are consistent with the premises and Automated Reasoning policy.
SATISFIABLE- The claims can be true or false. It depends on what assumptions are made for the claim to be implied from the premises and Automated Reasoning policy rules. In this situation, different assumptions can make input claims false and alternative claims true.
IMPOSSIBLE- Automated Reasoning can’t make a statement about the claims. This can happen if the premises are logically incorrect, or if there is a conflict within the Automated Reasoning policy itself.
Queryable Attributes¶
queryContent¶
The input query or prompt that generated the content. This provides context for the validation.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_QUERYCONTENT() |
Getter for QUERYCONTENT, with configurable default |
ASK_QUERYCONTENT() |
Getter for QUERYCONTENT w/ exceptions if field has no value |
HAS_QUERYCONTENT() |
Determine if QUERYCONTENT has a value |
guardContent¶
The output content that's validated by the Automated Reasoning policy. This represents the foundation model response that will be checked for accuracy.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GUARDCONTENT() |
Getter for GUARDCONTENT, with configurable default |
ASK_GUARDCONTENT() |
Getter for GUARDCONTENT w/ exceptions if field has no value |
HAS_GUARDCONTENT() |
Determine if GUARDCONTENT has a value |
expectedAggregatedFindingsResult¶
The expected results of the generated test case. Possible values include:
VALID- The claims are true. The claims are implied by the premises and the Automated Reasoning policy. Given the Automated Reasoning policy and premises, it is not possible for these claims to be false. In other words, there are no alternative answers that are true that contradict the claims.
INVALID- The claims are false. The claims are not implied by the premises and Automated Reasoning policy. Furthermore, there exists different claims that are consistent with the premises and Automated Reasoning policy.
SATISFIABLE- The claims can be true or false. It depends on what assumptions are made for the claim to be implied from the premises and Automated Reasoning policy rules. In this situation, different assumptions can make input claims false and alternative claims true.
IMPOSSIBLE- Automated Reasoning can’t make a statement about the claims. This can happen if the premises are logically incorrect, or if there is a conflict within the Automated Reasoning policy itself.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPECTEDAGGDFNDGSRESULT() |
Getter for EXPECTEDAGGDFINDINGSRESULT, with configurable def |
ASK_EXPECTEDAGGDFNDGSRESULT() |
Getter for EXPECTEDAGGDFINDINGSRESULT w/ exceptions if field |
HAS_EXPECTEDAGGDFNDGSRESULT() |
Determine if EXPECTEDAGGDFINDINGSRESULT has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_AUTOMATEDRSNINGPLYGENDTST00¶
TYPES TT_AUTOMATEDRSNINGPLYGENDTST00 TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDKAUTOMATEDRSNINGP62 WITH DEFAULT KEY
.