Package | Description |
---|---|
com.tencentcloudapi.tia.v20180226 | |
com.tencentcloudapi.tia.v20180226.models |
Modifier and Type | Method and Description |
---|---|
ListModelsResponse |
TiaClient.ListModels(ListModelsRequest req)
用以列举已经部署的模型。而部署有两种模式:`无服务器模式` 和 `集群模式`。`无服务器模式` 下,模型文件被部署到无服务器云函数,即 [SCF](https://cloud.tencent.com/product/scf),用户可以在其控制台上进一步操作。`集群模式` 下,模型文件被部署到 TI-A 的计算集群中。不同部署模式下的模型分开列出。
|
Constructor and Description |
---|
ListModelsRequest(ListModelsRequest 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 © 2021. All rights reserved.