Uses of Class
com.tencentcloudapi.tione.v20211111.models.HyperParameter
-
Packages that use HyperParameter Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of HyperParameter in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return HyperParameter Modifier and Type Method Description HyperParameterCreateBatchModelAccTasksRequest. getHyperParameter()Get 专业参数设置HyperParameterModelAccelerateTask. getHyperParameter()Get 模型专业参数 注意:此字段可能返回 null,表示取不到有效值。HyperParameterRestartModelAccelerateTaskRequest. getHyperParameter()Get 模型专业参数Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type HyperParameter Modifier and Type Method Description voidCreateBatchModelAccTasksRequest. setHyperParameter(HyperParameter HyperParameter)Set 专业参数设置voidModelAccelerateTask. setHyperParameter(HyperParameter HyperParameter)Set 模型专业参数 注意:此字段可能返回 null,表示取不到有效值。voidRestartModelAccelerateTaskRequest. setHyperParameter(HyperParameter HyperParameter)Set 模型专业参数Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type HyperParameter Constructor Description HyperParameter(HyperParameter 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.
-