Uses of Class
com.tencentcloudapi.iss.v20230517.models.AIConfig
-
Packages that use AIConfig Package Description com.tencentcloudapi.iss.v20230517.models -
-
Uses of AIConfig in com.tencentcloudapi.iss.v20230517.models
Methods in com.tencentcloudapi.iss.v20230517.models that return AIConfig Modifier and Type Method Description AIConfigAITemplates. getAIConfig()Get AI 分析配置。和"SnapshotConfig"二选一。Methods in com.tencentcloudapi.iss.v20230517.models with parameters of type AIConfig Modifier and Type Method Description voidAITemplates. setAIConfig(AIConfig AIConfig)Set AI 分析配置。和"SnapshotConfig"二选一。Constructors in com.tencentcloudapi.iss.v20230517.models with parameters of type AIConfig Constructor Description AIConfig(AIConfig source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
-