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.



2333
2334
2335
2336
2337
2338
2339
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2333

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

#prompt_attackTypes::GuardrailChecksPromptAttackConfig

The prompt attack check configuration.



2333
2334
2335
2336
2337
2338
2339
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2333

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

#sensitive_informationTypes::GuardrailChecksSensitiveInformationConfig

The sensitive information check configuration.



2333
2334
2335
2336
2337
2338
2339
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 2333

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