Class: Aws::BedrockAgentRuntime::Types::RerankTextDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RerankTextDocument
- 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
-
#text ⇒ String
The text of the document.
Instance Attribute Details
#text ⇒ String
The text of the document.
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 |