Class: Aws::BedrockRuntime::Types::GuardrailContentFilter
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailContentFilter
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
The content filter for a guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The guardrail action.
-
#confidence ⇒ String
The guardrail confidence.
-
#filter_strength ⇒ String
The filter strength setting for the guardrail content filter.
-
#type ⇒ String
The guardrail type.
Instance Attribute Details
#action ⇒ String
The guardrail action.
1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1166 class GuardrailContentFilter < Struct.new( :type, :confidence, :filter_strength, :action) SENSITIVE = [] include Aws::Structure end |
#confidence ⇒ String
The guardrail confidence.
1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1166 class GuardrailContentFilter < Struct.new( :type, :confidence, :filter_strength, :action) SENSITIVE = [] include Aws::Structure end |
#filter_strength ⇒ String
The filter strength setting for the guardrail content filter.
1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1166 class GuardrailContentFilter < Struct.new( :type, :confidence, :filter_strength, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The guardrail type.
1166 1167 1168 1169 1170 1171 1172 1173 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1166 class GuardrailContentFilter < Struct.new( :type, :confidence, :filter_strength, :action) SENSITIVE = [] include Aws::Structure end |