Class: Aws::BedrockRuntime::Types::GuardrailConverseTextBlock

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

Overview

A text block that contains text that you want to assess with a guardrail. For more information, see GuardrailConverseContentBlock.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#qualifiersArray<String>

The qualifier details for the guardrails contextual grounding filter.

Returns:

  • (Array<String>)


920
921
922
923
924
925
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 920

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

#textString

The text that you want to guard.

Returns:

  • (String)


920
921
922
923
924
925
# File 'gems/aws-sdk-bedrockruntime/lib/aws-sdk-bedrockruntime/types.rb', line 920

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