Uses of Class
com.tencentcloudapi.mps.v20190612.models.ClassificationConfigureInfoForUpdate
-
Packages that use ClassificationConfigureInfoForUpdate Package Description com.tencentcloudapi.mps.v20190612.models -
-
Uses of ClassificationConfigureInfoForUpdate in com.tencentcloudapi.mps.v20190612.models
Methods in com.tencentcloudapi.mps.v20190612.models that return ClassificationConfigureInfoForUpdate Modifier and Type Method Description ClassificationConfigureInfoForUpdate
ModifyAIAnalysisTemplateRequest. getClassificationConfigure()
Get 智能分类任务控制参数。Methods in com.tencentcloudapi.mps.v20190612.models with parameters of type ClassificationConfigureInfoForUpdate Modifier and Type Method Description void
ModifyAIAnalysisTemplateRequest. setClassificationConfigure(ClassificationConfigureInfoForUpdate ClassificationConfigure)
Set 智能分类任务控制参数。Constructors in com.tencentcloudapi.mps.v20190612.models with parameters of type ClassificationConfigureInfoForUpdate Constructor Description ClassificationConfigureInfoForUpdate(ClassificationConfigureInfoForUpdate 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.
-