Class DashScopeVideoProperties
java.lang.Object
com.alibaba.cloud.ai.autoconfigure.dashscope.DashScopeVideoProperties
@ConfigurationProperties(prefix="spring.ai.dashscope.video")
public class DashScopeVideoProperties
extends Object
DashScope Video Generation Properties.
- Since:
- 1.0.0.3
- Author:
- dashscope, yuluo
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidsetBaseUrl(String baseUrl) voidsetOptions(DashScopeVideoOptions options) voidsetSecretKey(String secretKey) voidsetWorkspaceId(String workspaceId)
-
Field Details
-
CONFIG_PREFIX
- See Also:
-
-
Constructor Details
-
DashScopeVideoProperties
public DashScopeVideoProperties()
-
-
Method Details
-
getOptions
-
setOptions
-
getApiKey
-
setApiKey
-
getSecretKey
-
setSecretKey
-
getBaseUrl
-
setBaseUrl
-
getWorkspaceId
-
setWorkspaceId
-