Class: Aws::BedrockRuntime::Types::GuardrailChecksPromptAttackConfig

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

Overview

The configuration for the prompt attack check, specifying which categories to evaluate.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoriesArray<Types::GuardrailChecksPromptAttackCategoryConfig>

The prompt attack categories to evaluate.



2464
2465
2466
2467
2468
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2464

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