/AWS1/CL_BDZGUARDRAILCONTFILT¶
Details of the content filter used in the Guardrail.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_type TYPE /AWS1/BDZGUARDRAILCONTFILTTYPE /AWS1/BDZGUARDRAILCONTFILTTYPE¶
The type of content detected in the filter by the Guardrail.
iv_confidence TYPE /AWS1/BDZGUARDRAILCONTFILTCO00 /AWS1/BDZGUARDRAILCONTFILTCO00¶
The confidence level regarding the content detected in the filter by the Guardrail.
iv_action TYPE /AWS1/BDZGUARDRAILCONTPLYACT /AWS1/BDZGUARDRAILCONTPLYACT¶
The action placed on the content by the Guardrail filter.
Queryable Attributes¶
type¶
The type of content detected in the filter by the Guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
confidence¶
The confidence level regarding the content detected in the filter by the Guardrail.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CONFIDENCE() |
Getter for CONFIDENCE, with configurable default |
ASK_CONFIDENCE() |
Getter for CONFIDENCE w/ exceptions if field has no value |
HAS_CONFIDENCE() |
Determine if CONFIDENCE has a value |
action¶
The action placed on the content by the Guardrail filter.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ACTION() |
Getter for ACTION, with configurable default |
ASK_ACTION() |
Getter for ACTION w/ exceptions if field has no value |
HAS_ACTION() |
Determine if ACTION 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_GUARDRAILCONTENTFILTERLIST¶
TYPES TT_GUARDRAILCONTENTFILTERLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_BDZGUARDRAILCONTFILT WITH DEFAULT KEY
.