Interface VectorSearchBedrockRerankingModelConfiguration.Builder

    • Method Detail

      • modelArn

        VectorSearchBedrockRerankingModelConfiguration.Builder modelArn​(String modelArn)

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

        Parameters:
        modelArn - The Amazon Resource Name (ARN) of the Amazon Bedrock reranker model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • additionalModelRequestFields

        VectorSearchBedrockRerankingModelConfiguration.Builder additionalModelRequestFields​(Map<String,​Document> additionalModelRequestFields)

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

        Parameters:
        additionalModelRequestFields - Specifies additional model-specific request parameters as key-value pairs that are included in the request to the Amazon Bedrock reranker model.
        Returns:
        Returns a reference to this object so that method calls can be chained together.