Class: Aws::BedrockAgentRuntime::Types::RerankTextDocument
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RerankTextDocument
- 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
-
#text ⇒ String
The text of the document.
Instance Attribute Details
#text ⇒ String
The text of the document.
8078 8079 8080 8081 8082 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 8078 class RerankTextDocument < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |