Class: Aws::Bedrock::Types::GuardrailContentPolicy

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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:

  • GetGuardrail response body][1

^

[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_GetGuardrail.html#API_GetGuardrail_ResponseSyntax

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::GuardrailContentFilter>

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

Returns:



3259
3260
3261
3262
3263
# File 'lib/aws-sdk-bedrock/types.rb', line 3259

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