Uses of Class
com.tencentcloudapi.tione.v20191022.models.EnvConfig
-
Packages that use EnvConfig Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of EnvConfig in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return EnvConfig Modifier and Type Method Description EnvConfig[]CreateTrainingJobRequest. getEnvConfig()Get 环境变量配置Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type EnvConfig Modifier and Type Method Description voidCreateTrainingJobRequest. setEnvConfig(EnvConfig[] EnvConfig)Set 环境变量配置Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type EnvConfig Constructor Description EnvConfig(EnvConfig 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.
-