/AWS1/CL_BDKGUARDRAILAUTOMAT01¶
Represents the configuration of Automated Reasoning policies within a Amazon Bedrock Guardrail, including the policies to apply and confidence thresholds.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
it_policies
TYPE /AWS1/CL_BDKAUTOMATEDRSNINGP59=>TT_AUTOMATEDRSNINGPLYARNLIST
TT_AUTOMATEDRSNINGPLYARNLIST
¶
The list of Automated Reasoning policy ARNs that should be applied as part of this guardrail configuration.
Optional arguments:¶
iv_confidencethreshold
TYPE /AWS1/RT_DOUBLE_AS_STRING
/AWS1/RT_DOUBLE_AS_STRING
¶
The minimum confidence level required for Automated Reasoning policy violations to trigger guardrail actions. Values range from 0.0 to 1.0.
Queryable Attributes¶
policies¶
The list of Automated Reasoning policy ARNs that should be applied as part of this guardrail configuration.
Accessible with the following methods¶
Method | Description |
---|---|
GET_POLICIES() |
Getter for POLICIES, with configurable default |
ASK_POLICIES() |
Getter for POLICIES w/ exceptions if field has no value |
HAS_POLICIES() |
Determine if POLICIES has a value |
confidenceThreshold¶
The minimum confidence level required for Automated Reasoning policy violations to trigger guardrail actions. Values range from 0.0 to 1.0.
Accessible with the following methods¶
Method | Description |
---|---|
GET_CONFIDENCETHRESHOLD() |
Getter for CONFIDENCETHRESHOLD, with configurable default |
ASK_CONFIDENCETHRESHOLD() |
Getter for CONFIDENCETHRESHOLD w/ exceptions if field has no |
STR_CONFIDENCETHRESHOLD() |
String format for CONFIDENCETHRESHOLD, with configurable def |
HAS_CONFIDENCETHRESHOLD() |
Determine if CONFIDENCETHRESHOLD has a value |