Class DashScopeRerankProperties

java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeRerankProperties

@ConfigurationProperties("spring.ai.dashscope.rerank") public class DashScopeRerankProperties extends Object
Title DashScope rerank properties.
Description DashScope rerank properties.
Since:
1.0.0-M2
Author:
yuanci.ytb
  • Field Details

  • Constructor Details

    • DashScopeRerankProperties

      public DashScopeRerankProperties()
  • Method Details

    • getOptions

      public DashScopeRerankOptions getOptions()
    • setOptions

      public void setOptions(DashScopeRerankOptions options)
    • getTopN

      public Integer getTopN()
    • setTopN

      public void setTopN(Integer topN)
    • getReturnDocuments

      public Boolean getReturnDocuments()
    • setReturnDocuments

      public void setReturnDocuments(Boolean returnDocuments)
    • getApiKey

      public String getApiKey()
    • setApiKey

      public void setApiKey(String apiKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)
    • getBaseUrl

      public String getBaseUrl()
    • setBaseUrl

      public void setBaseUrl(String baseUrl)
    • getWorkspaceId

      public String getWorkspaceId()
    • setWorkspaceId

      public void setWorkspaceId(String workspaceId)