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

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

Overview

Contains details about how to handle harmful content.

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.



3274
3275
3276
3277
3278
# File 'lib/aws-sdk-bedrock/types.rb', line 3274

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