Class: Aws::Bedrock::Types::GuardrailTopicPolicyConfig

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#tier_configTypes::GuardrailTopicsTierConfig

The tier that your guardrail uses for denied topic filters.



8132
8133
8134
8135
8136
8137
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8132

class GuardrailTopicPolicyConfig < Struct.new(
  :topics_config,
  :tier_config)
  SENSITIVE = []
  include Aws::Structure
end

#topics_configArray<Types::GuardrailTopicConfig>

A list of policies related to topics that the guardrail should deny.

Returns:



8132
8133
8134
8135
8136
8137
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 8132

class GuardrailTopicPolicyConfig < Struct.new(
  :topics_config,
  :tier_config)
  SENSITIVE = []
  include Aws::Structure
end