Class: Aws::Bedrock::Types::GuardrailContentPolicyConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Contains details about how to handle harmful content.

This data type is used in the following API operations:

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filters_configArray<Types::GuardrailContentFilterConfig>

Contains the type of the content filter and how strongly it should apply to prompts and model responses.



1788
1789
1790
1791
1792
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 1788

class GuardrailContentPolicyConfig < Struct.new(
  :filters_config)
  SENSITIVE = []
  include Aws::Structure
end