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>)


6207
6208
6209
6210
6211
6212
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6207

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)


6207
6208
6209
6210
6211
6212
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 6207

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