tencentcloud-sdk-dlc 3.0.811 → 3.0.812
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210125/models.rb +10 -5
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e598fe86f02698011e8681fa9e4bc8bd70ba4002
|
4
|
+
data.tar.gz: 7b2c08418f20b3f14c524482acba91d5da1f8fff
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3f88e90f6d5206320e3127eb93cc0e92509603719cdff385134a9e526912de05fcb2f53e5323cedd117e533c3bbc2e60713b6cd4744d386b65105aa828d06a87
|
7
|
+
data.tar.gz: 2e95d2438dc84810efe2e129b281cf0a95bb9d094d6752e5fe2ac0e7c984b5253c36745ead07b24346cfcfb0584d85b688f5ad28aec7d97354d8d373502bbf5a
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.812
|
data/lib/v20210125/models.rb
CHANGED
@@ -2083,7 +2083,7 @@ module TencentCloud
|
|
2083
2083
|
# @type DataEngine: String
|
2084
2084
|
# @param AppFile: spark作业程序包文件路径
|
2085
2085
|
# @type AppFile: String
|
2086
|
-
# @param RoleArn: 数据访问策略,CAM Role arn
|
2086
|
+
# @param RoleArn: 数据访问策略,CAM Role arn,控制台通过数据作业—>作业配置获取,SDK通过DescribeUserRoles接口获取对应的值;
|
2087
2087
|
# @type RoleArn: Integer
|
2088
2088
|
# @param AppDriverSize: 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
2089
2089
|
# @type AppDriverSize: String
|
@@ -9947,7 +9947,7 @@ module TencentCloud
|
|
9947
9947
|
# @type JobUpdateTime: Integer
|
9948
9948
|
# @param CurrentTaskId: spark作业最近任务ID
|
9949
9949
|
# @type CurrentTaskId: String
|
9950
|
-
# @param JobStatus: spark
|
9950
|
+
# @param JobStatus: spark作业最近运行状态,初始化:0,运行中:1,成功:2,数据写入中: 3, 排队中: 4, 失败: -1, 已删除: -3,已过期: -5
|
9951
9951
|
# @type JobStatus: Integer
|
9952
9952
|
# @param StreamingStat: spark流作业统计
|
9953
9953
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -10000,10 +10000,13 @@ module TencentCloud
|
|
10000
10000
|
# @param IsSessionStarted: 是否使用session脚本的sql运行任务:false:否,true:是
|
10001
10001
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10002
10002
|
# @type IsSessionStarted: Boolean
|
10003
|
+
# @param EngineTypeDetail: 引擎详细类型:SparkSQL、PrestoSQL、SparkBatch、StandardSpark、StandardPresto
|
10004
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10005
|
+
# @type EngineTypeDetail: String
|
10003
10006
|
|
10004
|
-
attr_accessor :JobId, :JobName, :JobType, :DataEngine, :Eni, :IsLocal, :JobFile, :RoleArn, :MainClass, :CmdArgs, :JobConf, :IsLocalJars, :JobJars, :IsLocalFiles, :JobFiles, :JobDriverSize, :JobExecutorSize, :JobExecutorNums, :JobMaxAttempts, :JobCreator, :JobCreateTime, :JobUpdateTime, :CurrentTaskId, :JobStatus, :StreamingStat, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :JobArchives, :SparkImage, :JobPythonFiles, :TaskNum, :DataEngineStatus, :JobExecutorMaxNumbers, :SparkImageVersion, :SessionId, :DataEngineClusterType, :DataEngineImageVersion, :IsInherit, :IsSessionStarted
|
10007
|
+
attr_accessor :JobId, :JobName, :JobType, :DataEngine, :Eni, :IsLocal, :JobFile, :RoleArn, :MainClass, :CmdArgs, :JobConf, :IsLocalJars, :JobJars, :IsLocalFiles, :JobFiles, :JobDriverSize, :JobExecutorSize, :JobExecutorNums, :JobMaxAttempts, :JobCreator, :JobCreateTime, :JobUpdateTime, :CurrentTaskId, :JobStatus, :StreamingStat, :DataSource, :IsLocalPythonFiles, :AppPythonFiles, :IsLocalArchives, :JobArchives, :SparkImage, :JobPythonFiles, :TaskNum, :DataEngineStatus, :JobExecutorMaxNumbers, :SparkImageVersion, :SessionId, :DataEngineClusterType, :DataEngineImageVersion, :IsInherit, :IsSessionStarted, :EngineTypeDetail
|
10005
10008
|
|
10006
|
-
def initialize(jobid=nil, jobname=nil, jobtype=nil, dataengine=nil, eni=nil, islocal=nil, jobfile=nil, rolearn=nil, mainclass=nil, cmdargs=nil, jobconf=nil, islocaljars=nil, jobjars=nil, islocalfiles=nil, jobfiles=nil, jobdriversize=nil, jobexecutorsize=nil, jobexecutornums=nil, jobmaxattempts=nil, jobcreator=nil, jobcreatetime=nil, jobupdatetime=nil, currenttaskid=nil, jobstatus=nil, streamingstat=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, jobarchives=nil, sparkimage=nil, jobpythonfiles=nil, tasknum=nil, dataenginestatus=nil, jobexecutormaxnumbers=nil, sparkimageversion=nil, sessionid=nil, dataengineclustertype=nil, dataengineimageversion=nil, isinherit=nil, issessionstarted=nil)
|
10009
|
+
def initialize(jobid=nil, jobname=nil, jobtype=nil, dataengine=nil, eni=nil, islocal=nil, jobfile=nil, rolearn=nil, mainclass=nil, cmdargs=nil, jobconf=nil, islocaljars=nil, jobjars=nil, islocalfiles=nil, jobfiles=nil, jobdriversize=nil, jobexecutorsize=nil, jobexecutornums=nil, jobmaxattempts=nil, jobcreator=nil, jobcreatetime=nil, jobupdatetime=nil, currenttaskid=nil, jobstatus=nil, streamingstat=nil, datasource=nil, islocalpythonfiles=nil, apppythonfiles=nil, islocalarchives=nil, jobarchives=nil, sparkimage=nil, jobpythonfiles=nil, tasknum=nil, dataenginestatus=nil, jobexecutormaxnumbers=nil, sparkimageversion=nil, sessionid=nil, dataengineclustertype=nil, dataengineimageversion=nil, isinherit=nil, issessionstarted=nil, enginetypedetail=nil)
|
10007
10010
|
@JobId = jobid
|
10008
10011
|
@JobName = jobname
|
10009
10012
|
@JobType = jobtype
|
@@ -10045,6 +10048,7 @@ module TencentCloud
|
|
10045
10048
|
@DataEngineImageVersion = dataengineimageversion
|
10046
10049
|
@IsInherit = isinherit
|
10047
10050
|
@IsSessionStarted = issessionstarted
|
10051
|
+
@EngineTypeDetail = enginetypedetail
|
10048
10052
|
end
|
10049
10053
|
|
10050
10054
|
def deserialize(params)
|
@@ -10092,6 +10096,7 @@ module TencentCloud
|
|
10092
10096
|
@DataEngineImageVersion = params['DataEngineImageVersion']
|
10093
10097
|
@IsInherit = params['IsInherit']
|
10094
10098
|
@IsSessionStarted = params['IsSessionStarted']
|
10099
|
+
@EngineTypeDetail = params['EngineTypeDetail']
|
10095
10100
|
end
|
10096
10101
|
end
|
10097
10102
|
|
@@ -11446,7 +11451,7 @@ module TencentCloud
|
|
11446
11451
|
# @type DataEngineId: String
|
11447
11452
|
# @param DataEngineConfigPairs: 用户自定义引擎配置项集合。该参数需要传用户需要添加的全部配置项,例如,已有配置项k1:v1,添加k2:v2,需要传[k1:v1,k2:v2]。
|
11448
11453
|
# @type DataEngineConfigPairs: Array
|
11449
|
-
# @param SessionResourceTemplate:
|
11454
|
+
# @param SessionResourceTemplate: 作业引擎资源配置模板
|
11450
11455
|
# @type SessionResourceTemplate: :class:`Tencentcloud::Dlc.v20210125.models.SessionResourceTemplate`
|
11451
11456
|
|
11452
11457
|
attr_accessor :DataEngineId, :DataEngineConfigPairs, :SessionResourceTemplate
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-dlc
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.812
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-04-
|
11
|
+
date: 2024-04-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|