Uses of Class
com.tencentcloudapi.tia.v20180226.models.CreateJobResponse
-
Packages that use CreateJobResponse Package Description com.tencentcloudapi.tia.v20180226 com.tencentcloudapi.tia.v20180226.models -
-
Uses of CreateJobResponse in com.tencentcloudapi.tia.v20180226
Methods in com.tencentcloudapi.tia.v20180226 that return CreateJobResponse Modifier and Type Method Description CreateJobResponseTiaClient. CreateJob(CreateJobRequest req)创建训练任务 -
Uses of CreateJobResponse in com.tencentcloudapi.tia.v20180226.models
Constructors in com.tencentcloudapi.tia.v20180226.models with parameters of type CreateJobResponse Constructor Description CreateJobResponse(CreateJobResponse 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.
-