Class: Aws::BedrockRuntime::Types::GuardrailChecksConfig

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

Overview

The configuration for inline guardrail checks. Specify one or more check types to run against the messages.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#content_filterTypes::GuardrailChecksContentFilterConfig

The content filter check configuration.



2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2315

class GuardrailChecksConfig < Struct.new(
  :content_filter,
  :prompt_attack,
  :sensitive_information)
  SENSITIVE = []
  include Aws::Structure
end

#prompt_attackTypes::GuardrailChecksPromptAttackConfig

The prompt attack check configuration.



2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2315

class GuardrailChecksConfig < Struct.new(
  :content_filter,
  :prompt_attack,
  :sensitive_information)
  SENSITIVE = []
  include Aws::Structure
end

#sensitive_informationTypes::GuardrailChecksSensitiveInformationConfig

The sensitive information check configuration.



2315
2316
2317
2318
2319
2320
2321
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2315

class GuardrailChecksConfig < Struct.new(
  :content_filter,
  :prompt_attack,
  :sensitive_information)
  SENSITIVE = []
  include Aws::Structure
end