Class: Aws::BedrockAgent::Types::VectorSearchBedrockRerankingModelConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Configures the Amazon Bedrock model used for reranking retrieved results.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#additional_model_request_fieldsHash<String,Hash,Array,String,Numeric,Boolean>

Specifies additional model-specific request parameters as key-value pairs that are included in the request to the Amazon Bedrock reranker model.

Returns:

  • (Hash<String,Hash,Array,String,Numeric,Boolean>)


11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11587

class VectorSearchBedrockRerankingModelConfiguration < Struct.new(
  :additional_model_request_fields,
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end

#model_arnString

The Amazon Resource Name (ARN) of the Amazon Bedrock reranker model.

Returns:

  • (String)


11587
11588
11589
11590
11591
11592
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 11587

class VectorSearchBedrockRerankingModelConfiguration < Struct.new(
  :additional_model_request_fields,
  :model_arn)
  SENSITIVE = []
  include Aws::Structure
end