tencentcloud-sdk-nodejs-dlc 4.1.94 → 4.1.97
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
@@ -3707,11 +3707,11 @@ export interface CreateDataEngineRequest {
|
|
3707
3707
|
*/
|
3708
3708
|
PayMode?: number;
|
3709
3709
|
/**
|
3710
|
-
* 资源使用时长,后付费:固定填
|
3710
|
+
* 资源使用时长,后付费:固定填1,预付费:最少填1,代表购买资源一个月,最长不超过120。默认1
|
3711
3711
|
*/
|
3712
3712
|
TimeSpan?: number;
|
3713
3713
|
/**
|
3714
|
-
* 资源使用时长的单位,后付费:
|
3714
|
+
* 资源使用时长的单位,后付费:h,预付费:m。默认为h
|
3715
3715
|
*/
|
3716
3716
|
TimeUnit?: string;
|
3717
3717
|
/**
|
@@ -3735,7 +3735,7 @@ export interface CreateDataEngineRequest {
|
|
3735
3735
|
*/
|
3736
3736
|
CrontabResumeSuspendStrategy?: CrontabResumeSuspendStrategy;
|
3737
3737
|
/**
|
3738
|
-
* 引擎执行任务类型,有效值:SQL/BATCH
|
3738
|
+
* 引擎执行任务类型,有效值:SQL/BATCH,标准引擎默认为BATCH
|
3739
3739
|
*/
|
3740
3740
|
EngineExecType?: string;
|
3741
3741
|
/**
|
@@ -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
|
* 操作资源组,返回的操作失败信息
|