Uses of Class
com.tencentcloudapi.tione.v20211111.models.BatchModelAccTask
-
Packages that use BatchModelAccTask Package Description com.tencentcloudapi.tione.v20211111.models -
-
Uses of BatchModelAccTask in com.tencentcloudapi.tione.v20211111.models
Methods in com.tencentcloudapi.tione.v20211111.models that return BatchModelAccTask Modifier and Type Method Description BatchModelAccTask[]CreateBatchModelAccTasksRequest. getBatchModelAccTasks()Get 批量模型加速任务Methods in com.tencentcloudapi.tione.v20211111.models with parameters of type BatchModelAccTask Modifier and Type Method Description voidCreateBatchModelAccTasksRequest. setBatchModelAccTasks(BatchModelAccTask[] BatchModelAccTasks)Set 批量模型加速任务Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type BatchModelAccTask Constructor Description BatchModelAccTask(BatchModelAccTask 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.
-