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)


7192
7193
7194
7195
7196
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7192

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