Class: Aws::BedrockAgentRuntime::Types::RerankQuery

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#text_queryTypes::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

#typeString

The type of the query.

Returns:

  • (String)


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