Class: Aws::BedrockAgentRuntime::Types::VectorSearchBedrockRerankingModelConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::VectorSearchBedrockRerankingModelConfiguration
- 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
-
#additional_model_request_fields ⇒ Hash<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.
-
#model_arn ⇒ String
The ARN of the reranker model to use.
Instance Attribute Details
#additional_model_request_fields ⇒ Hash<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.
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_arn ⇒ String
The ARN of the reranker model to use.
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 |