tencentcloud-sdk-nodejs-dlc 4.1.180 → 4.1.202
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
|
@@ -3675,6 +3675,14 @@ export interface NotebookSessions {
|
|
|
3675
3675
|
* 资源组名字
|
|
3676
3676
|
*/
|
|
3677
3677
|
ResourceGroupName?: string;
|
|
3678
|
+
/**
|
|
3679
|
+
* Kernel id
|
|
3680
|
+
*/
|
|
3681
|
+
KernelId?: string;
|
|
3682
|
+
/**
|
|
3683
|
+
* spark app名称
|
|
3684
|
+
*/
|
|
3685
|
+
SparkAppName?: string;
|
|
3678
3686
|
}
|
|
3679
3687
|
/**
|
|
3680
3688
|
* CreateNotebookSessionStatementSupportBatchSQL请求参数结构体
|
|
@@ -11685,6 +11693,10 @@ export interface NotebookSessionInfo {
|
|
|
11685
11693
|
* pod数量
|
|
11686
11694
|
*/
|
|
11687
11695
|
PodNumbers?: number;
|
|
11696
|
+
/**
|
|
11697
|
+
* spark app名称
|
|
11698
|
+
*/
|
|
11699
|
+
SparkAppName?: string;
|
|
11688
11700
|
}
|
|
11689
11701
|
/**
|
|
11690
11702
|
* DescribeDataEngineImageVersions返回参数结构体
|
|
@@ -11836,7 +11848,7 @@ export interface WrittenAdvancePolicy {
|
|
|
11836
11848
|
SortOrders?: Array<SortOrder>;
|
|
11837
11849
|
}
|
|
11838
11850
|
/**
|
|
11839
|
-
*
|
|
11851
|
+
* 筛选条件定义
|
|
11840
11852
|
*/
|
|
11841
11853
|
export interface Filter {
|
|
11842
11854
|
/**
|
|
@@ -12719,6 +12731,21 @@ export interface DatabaseResponseInfo {
|
|
|
12719
12731
|
* 数据库ID(无效字段)
|
|
12720
12732
|
*/
|
|
12721
12733
|
DatabaseId?: string;
|
|
12734
|
+
/**
|
|
12735
|
+
* 所属catalog名称
|
|
12736
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12737
|
+
*/
|
|
12738
|
+
CatalogName?: string;
|
|
12739
|
+
/**
|
|
12740
|
+
* 所属catalog 类型
|
|
12741
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12742
|
+
*/
|
|
12743
|
+
CatalogType?: string;
|
|
12744
|
+
/**
|
|
12745
|
+
* 是否InformationSchema
|
|
12746
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12747
|
+
*/
|
|
12748
|
+
IsInformationSchema?: boolean;
|
|
12722
12749
|
}
|
|
12723
12750
|
/**
|
|
12724
12751
|
* 迁移列对象
|