Uses of Class
com.tencentcloudapi.tione.v20191022.models.TrainingJobSummary
-
Packages that use TrainingJobSummary Package Description com.tencentcloudapi.tione.v20191022.models -
-
Uses of TrainingJobSummary in com.tencentcloudapi.tione.v20191022.models
Methods in com.tencentcloudapi.tione.v20191022.models that return TrainingJobSummary Modifier and Type Method Description TrainingJobSummary[]DescribeTrainingJobsResponse. getTrainingJobSet()Get 训练任务列表Methods in com.tencentcloudapi.tione.v20191022.models with parameters of type TrainingJobSummary Modifier and Type Method Description voidDescribeTrainingJobsResponse. setTrainingJobSet(TrainingJobSummary[] TrainingJobSet)Set 训练任务列表Constructors in com.tencentcloudapi.tione.v20191022.models with parameters of type TrainingJobSummary Constructor Description TrainingJobSummary(TrainingJobSummary 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.
-