Class: Aws::BedrockAgentRuntime::Types::RerankTextDocument

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

Overview

Contains information about a text document to rerank.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

The text of the document.

Returns:

  • (String)


5644
5645
5646
5647
5648
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5644

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