Class: Aws::BedrockRuntime::Types::GuardrailTextBlock

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

Overview

The text block to be evaluated by the guardrail.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#qualifiersArray<String>

The qualifiers describing the text block.

Returns:

  • (Array<String>)


1175
1176
1177
1178
1179
1180
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1175

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

#textString

The input text details to be evaluated by the guardrail.

Returns:

  • (String)


1175
1176
1177
1178
1179
1180
# File 'lib/aws-sdk-bedrockruntime/types.rb', line 1175

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