Uses of Class
com.tencentcloudapi.tione.v20211111.models.DeleteModelServiceResponse
-
Packages that use DeleteModelServiceResponse Package Description com.tencentcloudapi.tione.v20211111 com.tencentcloudapi.tione.v20211111.models -
-
Uses of DeleteModelServiceResponse in com.tencentcloudapi.tione.v20211111
Methods in com.tencentcloudapi.tione.v20211111 that return DeleteModelServiceResponse Modifier and Type Method Description DeleteModelServiceResponseTioneClient. DeleteModelService(DeleteModelServiceRequest req)根据服务id删除模型服务 -
Uses of DeleteModelServiceResponse in com.tencentcloudapi.tione.v20211111.models
Constructors in com.tencentcloudapi.tione.v20211111.models with parameters of type DeleteModelServiceResponse Constructor Description DeleteModelServiceResponse(DeleteModelServiceResponse 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.
-