tencentcloud-sdk-nodejs-dlc 4.0.1041 → 4.0.1045
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
@@ -1573,6 +1573,10 @@ export interface DescribeNotebookSessionStatementSqlResultRequest {
|
|
1573
1573
|
* 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
|
1574
1574
|
*/
|
1575
1575
|
NextToken?: string
|
1576
|
+
/**
|
1577
|
+
* 批次Id
|
1578
|
+
*/
|
1579
|
+
BatchId?: string
|
1576
1580
|
}
|
1577
1581
|
|
1578
1582
|
/**
|
@@ -2397,6 +2401,11 @@ export interface DescribeNotebookSessionStatementSqlResultResponse {
|
|
2397
2401
|
注意:此字段可能返回 null,表示取不到有效值。
|
2398
2402
|
*/
|
2399
2403
|
DataAmount?: number
|
2404
|
+
/**
|
2405
|
+
* spark ui地址
|
2406
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2407
|
+
*/
|
2408
|
+
UiUrl?: string
|
2400
2409
|
/**
|
2401
2410
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2402
2411
|
*/
|
@@ -1504,6 +1504,10 @@ export interface DescribeNotebookSessionStatementSqlResultRequest {
|
|
1504
1504
|
* 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
|
1505
1505
|
*/
|
1506
1506
|
NextToken?: string;
|
1507
|
+
/**
|
1508
|
+
* 批次Id
|
1509
|
+
*/
|
1510
|
+
BatchId?: string;
|
1507
1511
|
}
|
1508
1512
|
/**
|
1509
1513
|
* CreateTable返回参数结构体
|
@@ -2292,6 +2296,11 @@ export interface DescribeNotebookSessionStatementSqlResultResponse {
|
|
2292
2296
|
注意:此字段可能返回 null,表示取不到有效值。
|
2293
2297
|
*/
|
2294
2298
|
DataAmount?: number;
|
2299
|
+
/**
|
2300
|
+
* spark ui地址
|
2301
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
2302
|
+
*/
|
2303
|
+
UiUrl?: string;
|
2295
2304
|
/**
|
2296
2305
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
2297
2306
|
*/
|