Uses of Class
com.tencentcloudapi.tione.v20211111.models.FrameworkVersion
-
Packages that use FrameworkVersion Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of FrameworkVersion in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return FrameworkVersion Modifier and Type Method Description FrameworkVersion[]FrameworkInfo. getVersionInfos()Get 框架版本以及对应的训练模式Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type FrameworkVersion Modifier and Type Method Description voidFrameworkInfo. setVersionInfos(FrameworkVersion[] VersionInfos)Set 框架版本以及对应的训练模式Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type FrameworkVersion Constructor Description FrameworkVersion(FrameworkVersion 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.
-