Class: Aws::BedrockAgentRuntime::Types::GuardrailContentFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::GuardrailContentFilter
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Details of the content filter used in the Guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action placed on the content by the Guardrail filter.
-
#confidence ⇒ String
The confidence level regarding the content detected in the filter by the Guardrail.
-
#type ⇒ String
The type of content detected in the filter by the Guardrail.
Instance Attribute Details
#action ⇒ String
The action placed on the content by the Guardrail filter.
2044 2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044 class GuardrailContentFilter < Struct.new( :action, :confidence, :type) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ String
The confidence level regarding the content detected in the filter by the Guardrail.
2044 2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044 class GuardrailContentFilter < Struct.new( :action, :confidence, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of content detected in the filter by the Guardrail.
2044 2045 2046 2047 2048 2049 2050 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2044 class GuardrailContentFilter < Struct.new( :action, :confidence, :type) SENSITIVE = [] include Aws::Structure end |