tencentcloud-sdk-nodejs-dlc 4.1.163 → 4.1.171
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
|
@@ -8509,6 +8509,14 @@ export interface WorkGroupDetailInfo {
|
|
|
8509
8509
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8510
8510
|
*/
|
|
8511
8511
|
CatalogPolicyInfo?: Policy;
|
|
8512
|
+
/**
|
|
8513
|
+
* 数据目录权限
|
|
8514
|
+
*/
|
|
8515
|
+
DataCatalogPolicyInfo?: Policys;
|
|
8516
|
+
/**
|
|
8517
|
+
* 模型权限
|
|
8518
|
+
*/
|
|
8519
|
+
ModelPolicyInfo?: Policys;
|
|
8512
8520
|
}
|
|
8513
8521
|
/**
|
|
8514
8522
|
* DescribeEngineNodeSpec请求参数结构体
|