Class: Aws::Bedrock::Types::GuardrailWordConfig

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

Overview

A word to configure for the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

Text of the word configured for the guardrail to block.

Returns:

  • (String)


2175
2176
2177
2178
2179
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2175

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