Uses of Class
com.tencentcloudapi.tione.v20211111.models.TrainingModelDTO
-
Packages that use TrainingModelDTO Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of TrainingModelDTO in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return TrainingModelDTO Modifier and Type Method Description TrainingModelDTO[]DescribeTrainingModelsResponse. getTrainingModels()Get 模型列表Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type TrainingModelDTO Modifier and Type Method Description voidDescribeTrainingModelsResponse. setTrainingModels(TrainingModelDTO[] TrainingModels)Set 模型列表Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type TrainingModelDTO Constructor Description TrainingModelDTO(TrainingModelDTO 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.
-