tencentcloud-sdk-nodejs-dlc 4.1.93 → 4.1.96
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
@@ -10391,6 +10391,10 @@ export interface TaskResponseInfo {
|
|
10391
10391
|
* spark引擎资源组名称
|
10392
10392
|
*/
|
10393
10393
|
ResourceGroupName?: string;
|
10394
|
+
/**
|
10395
|
+
* 任务执行耗时
|
10396
|
+
*/
|
10397
|
+
JobTimeSum?: number;
|
10394
10398
|
}
|
10395
10399
|
/**
|
10396
10400
|
* 操作资源组,返回的操作失败信息
|