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.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1626 class GuardrailTopic < Struct.new( :name, :type, :action) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name for the guardrail.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1626 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.
1626 1627 1628 1629 1630 1631 1632 |
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1626 class GuardrailTopic < Struct.new( :name, :type, :action) SENSITIVE = [] include Aws::Structure end |