Class: Aws::Bedrock::Types::GuardrailTopicPolicy

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.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#tierTypes::GuardrailTopicsTier

The tier that your guardrail uses for denied topic filters.



5067
5068
5069
5070
5071
5072
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5067

class GuardrailTopicPolicy < Struct.new(
  :topics,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end

#topicsArray<Types::GuardrailTopic>

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

Returns:



5067
5068
5069
5070
5071
5072
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 5067

class GuardrailTopicPolicy < Struct.new(
  :topics,
  :tier)
  SENSITIVE = []
  include Aws::Structure
end