Class: Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailTopicPolicyConfig
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about topics that the guardrail should identify and deny.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tier_config ⇒ Types::GuardrailTopicsTierConfig
The tier that your guardrail uses for denied topic filters.
-
#topics_config ⇒ Array<Types::GuardrailTopicConfig>
A list of policies related to topics that the guardrail should deny.
Instance Attribute Details
#tier_config ⇒ Types::GuardrailTopicsTierConfig
The tier that your guardrail uses for denied topic filters.
5087 5088 5089 5090 5091 5092 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5087 class GuardrailTopicPolicyConfig < Struct.new( :topics_config, :tier_config) SENSITIVE = [] include Aws::Structure end |
#topics_config ⇒ Array<Types::GuardrailTopicConfig>
A list of policies related to topics that the guardrail should deny.
5087 5088 5089 5090 5091 5092 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5087 class GuardrailTopicPolicyConfig < Struct.new( :topics_config, :tier_config) SENSITIVE = [] include Aws::Structure end |