Class DashScopeConnectionProperties

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

@ConfigurationProperties("spring.ai.dashscope") public class DashScopeConnectionProperties extends Object
Spring AI Alibaba TongYi LLM connection properties.
Since:
2023.0.1.0
Author:
yuluo, yuluo
  • Field Details

  • Constructor Details

    • DashScopeConnectionProperties

      public DashScopeConnectionProperties()
  • Method Details

    • getReadTimeout

      public Integer getReadTimeout()
    • setReadTimeout

      public void setReadTimeout(Integer readTimeout)
    • 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)