Class: Aws::BedrockRuntime::Types::GuardrailTopic
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockRuntime::Types::GuardrailTopic
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockruntime/types.rb
Overview
Information about a topic guardrail.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The action the guardrail should take when it intervenes on a topic.
-
#name ⇒ String
The name for the guardrail.
-
#type ⇒ String
The type behavior that the guardrail should perform when the model detects the topic.
Instance Attribute Details
#action ⇒ String
The action the guardrail should take when it intervenes on a topic.
1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1257 class GuardrailTopic < Struct.new( :name, :type, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the guardrail.
1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1257 class GuardrailTopic < Struct.new( :name, :type, :action) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type behavior that the guardrail should perform when the model detects the topic.
1257 1258 1259 1260 1261 1262 1263 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1257 class GuardrailTopic < Struct.new( :name, :type, :action) SENSITIVE = [] include Aws::Structure end |