Uses of Class
com.tencentcloudapi.tione.v20191022.models.InputDataConfig
-
Packages that use InputDataConfig Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of InputDataConfig in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return InputDataConfig Modifier and Type Method Description InputDataConfig[]CreateTrainingJobRequest. getInputDataConfig()Get 输入数据配置InputDataConfig[]DescribeTrainingJobResponse. getInputDataConfig()Get 输入数据配置Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type InputDataConfig Modifier and Type Method Description voidCreateTrainingJobRequest. setInputDataConfig(InputDataConfig[] InputDataConfig)Set 输入数据配置voidDescribeTrainingJobResponse. setInputDataConfig(InputDataConfig[] InputDataConfig)Set 输入数据配置Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type InputDataConfig Constructor Description InputDataConfig(InputDataConfig 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.
-