tencentcloud-sdk-nodejs-tione 4.1.273 → 4.1.274
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -4387,6 +4387,10 @@ export interface DescribeModelServiceRequest {
|
|
|
4387
4387
|
* 服务id
|
|
4388
4388
|
*/
|
|
4389
4389
|
ServiceId: string;
|
|
4390
|
+
/**
|
|
4391
|
+
* <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
4392
|
+
*/
|
|
4393
|
+
TiProjectId?: string;
|
|
4390
4394
|
/**
|
|
4391
4395
|
* 服务分类
|
|
4392
4396
|
* @deprecated
|
|
@@ -7821,6 +7825,10 @@ export interface DescribeModelServiceGroupRequest {
|
|
|
7821
7825
|
* 服务组ID
|
|
7822
7826
|
*/
|
|
7823
7827
|
ServiceGroupId: string;
|
|
7828
|
+
/**
|
|
7829
|
+
* <p>TI工作空间ID</p><p>仅用于“工作空间”白名单功能。如需使用,请联系TI管理员开通白名单。</p>
|
|
7830
|
+
*/
|
|
7831
|
+
TiProjectId?: string;
|
|
7824
7832
|
/**
|
|
7825
7833
|
* 服务分类
|
|
7826
7834
|
* @deprecated
|