Uses of Class
com.tencentcloudapi.tione.v20211111.models.FrameworkInfo
-
Packages that use FrameworkInfo Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of FrameworkInfo in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return FrameworkInfo Modifier and Type Method Description FrameworkInfo[]DescribeTrainingFrameworksResponse. getFrameworkInfos()Get 框架信息列表Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type FrameworkInfo Modifier and Type Method Description voidDescribeTrainingFrameworksResponse. setFrameworkInfos(FrameworkInfo[] FrameworkInfos)Set 框架信息列表Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type FrameworkInfo Constructor Description FrameworkInfo(FrameworkInfo 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.
-