tencentcloud-sdk-dlc 3.0.537 → 3.0.538

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7495dbe51f3eb37e1baf7dbaba4c093af7932d7d
4
- data.tar.gz: fabe2ac5aa77a99fba6f26c36f7c82024d84b8a7
3
+ metadata.gz: 4b0293bd6747b2e183b054f8651f35f35a2c2ff1
4
+ data.tar.gz: 53d8d175d1f26847ccd8a176883c17a8937f9db9
5
5
  SHA512:
6
- metadata.gz: b09feb0b60a0df17fbf153c597be43c488c91d6d8a99d2e9a63c4066825aaee552cd82f86d89634f3e704d87f951c1346356cbe97620298e95438172d90686d2
7
- data.tar.gz: 47a1d4745a6b59d37514d08df559969b6df0dd25dfdbc2e0bb4ae6aacf4262cfbfbe60f6a842fbe2d15654565482240899d84071e1508422b192f63869d1aa18
6
+ metadata.gz: 760aeb17e48b9fcc252d7bddf79d2d165e108879d8ef8c86cf9efba37bc6c4589a2611236565afd3a2cd9c2d82bd1afc6a87ae26a82c87cc1cf5f9a729b1cc95
7
+ data.tar.gz: d98a00225894f54fea08bec00f105e290236c7f42aa6615a0dd0886ad6e0c54ff0aae72e474419e9905774d0611153bd17ca3752814374698040698d4331391b
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.537
1
+ 3.0.538
@@ -6735,10 +6735,13 @@ module TencentCloud
6735
6735
  # @param JobExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于JobExecutorNums
6736
6736
  # 注意:此字段可能返回 null,表示取不到有效值。
6737
6737
  # @type JobExecutorMaxNumbers: Integer
6738
+ # @param SparkImageVersion: 镜像版本
6739
+ # 注意:此字段可能返回 null,表示取不到有效值。
6740
+ # @type SparkImageVersion: String
6738
6741
 
6739
- 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
6742
+ 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
6740
6743
 
6741
- 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)
6744
+ 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)
6742
6745
  @JobId = jobid
6743
6746
  @JobName = jobname
6744
6747
  @JobType = jobtype
@@ -6774,6 +6777,7 @@ module TencentCloud
6774
6777
  @TaskNum = tasknum
6775
6778
  @DataEngineStatus = dataenginestatus
6776
6779
  @JobExecutorMaxNumbers = jobexecutormaxnumbers
6780
+ @SparkImageVersion = sparkimageversion
6777
6781
  end
6778
6782
 
6779
6783
  def deserialize(params)
@@ -6815,6 +6819,7 @@ module TencentCloud
6815
6819
  @TaskNum = params['TaskNum']
6816
6820
  @DataEngineStatus = params['DataEngineStatus']
6817
6821
  @JobExecutorMaxNumbers = params['JobExecutorMaxNumbers']
6822
+ @SparkImageVersion = params['SparkImageVersion']
6818
6823
  end
6819
6824
  end
6820
6825
 
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.537
4
+ version: 3.0.538
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-03-24 00:00:00.000000000 Z
11
+ date: 2023-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common