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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


8528
8529
8530
8531
8532
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8528

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