Class: Aws::BedrockAgentRuntime::Types::VectorSearchBedrockRerankingModelConfiguration

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

Overview

Contains configurations for an Amazon Bedrock reranker model.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

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

A JSON object whose keys are request fields for the model and whose values are values for those fields.

Returns:

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


7571
7572
7573
7574
7575
7576
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7571

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

#model_arnString

The ARN of the reranker model to use.

Returns:

  • (String)


7571
7572
7573
7574
7575
7576
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 7571

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