Package | Description |
---|---|
com.tencentcloudapi.tia.v20180226 | |
com.tencentcloudapi.tia.v20180226.models |
Modifier and Type | Method and Description |
---|---|
CreateModelResponse |
TiaClient.CreateModel(CreateModelRequest req)
部署模型,用以对外提供服务。有两种部署模式:`无服务器模式` 和 `集群模式`。`无服务器模式` 下,模型文件被部署到无服务器云函数,即 [SCF](https://cloud.tencent.com/product/scf),用户可以在其控制台上进一步操作。`集群模式` 下,模型文件被部署到 TI-A 的计算集群中。
|
Constructor and Description |
---|
CreateModelResponse(CreateModelResponse 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.
|
Copyright © 2022. All rights reserved.