Class: Aws::Bedrock::Types::GuardrailTopicPolicy
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::GuardrailTopicPolicy
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Contains details about topics that the guardrail should identify and deny.
This data type is used in the following API operations:
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#tier ⇒ Types::GuardrailTopicsTier
The tier that your guardrail uses for denied topic filters.
-
#topics ⇒ Array<Types::GuardrailTopic>
A list of policies related to topics that the guardrail should deny.
Instance Attribute Details
#tier ⇒ Types::GuardrailTopicsTier
The tier that your guardrail uses for denied topic filters.
5438 5439 5440 5441 5442 5443 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5438 class GuardrailTopicPolicy < Struct.new( :topics, :tier) SENSITIVE = [] include Aws::Structure end |
#topics ⇒ Array<Types::GuardrailTopic>
A list of policies related to topics that the guardrail should deny.
5438 5439 5440 5441 5442 5443 |
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5438 class GuardrailTopicPolicy < Struct.new( :topics, :tier) SENSITIVE = [] include Aws::Structure end |