tencentcloud-sdk-nodejs-dlc 4.1.274 → 4.1.276
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
|
@@ -8143,11 +8143,11 @@ export interface UpdateNetworkConnectionResponse {
|
|
|
8143
8143
|
*/
|
|
8144
8144
|
export interface CreateSparkAppTaskResponse {
|
|
8145
8145
|
/**
|
|
8146
|
-
*
|
|
8146
|
+
* <p>批Id</p>
|
|
8147
8147
|
*/
|
|
8148
8148
|
BatchId?: string;
|
|
8149
8149
|
/**
|
|
8150
|
-
*
|
|
8150
|
+
* <p>任务Id</p>
|
|
8151
8151
|
*/
|
|
8152
8152
|
TaskId?: string;
|
|
8153
8153
|
/**
|
|
@@ -10827,15 +10827,15 @@ export interface DescribeTasksRequest {
|
|
|
10827
10827
|
*/
|
|
10828
10828
|
export interface CreateSparkAppTaskRequest {
|
|
10829
10829
|
/**
|
|
10830
|
-
* spark
|
|
10830
|
+
* <p>spark作业名</p>
|
|
10831
10831
|
*/
|
|
10832
10832
|
JobName: string;
|
|
10833
10833
|
/**
|
|
10834
|
-
* spark
|
|
10834
|
+
* <p>spark作业程序入参,以空格分隔;一般用于周期性调用使用</p>
|
|
10835
10835
|
*/
|
|
10836
10836
|
CmdArgs?: string;
|
|
10837
10837
|
/**
|
|
10838
|
-
*
|
|
10838
|
+
* <p>任务来源信息</p>
|
|
10839
10839
|
*/
|
|
10840
10840
|
SourceInfo?: Array<KVPair>;
|
|
10841
10841
|
}
|