Class: Aws::BedrockAgentRuntime::Types::RerankQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RerankQuery
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a query to submit to the reranker model.
Constant Summary collapse
- SENSITIVE =
[:text_query]
Instance Attribute Summary collapse
-
#text_query ⇒ Types::RerankTextDocument
Contains information about a text query.
-
#type ⇒ String
The type of the query.
Instance Attribute Details
#text_query ⇒ Types::RerankTextDocument
Contains information about a text query.
5534 5535 5536 5537 5538 5539 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5534 class RerankQuery < Struct.new( :text_query, :type) SENSITIVE = [:text_query] include Aws::Structure end |
#type ⇒ String
The type of the query.
5534 5535 5536 5537 5538 5539 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5534 class RerankQuery < Struct.new( :text_query, :type) SENSITIVE = [:text_query] include Aws::Structure end |