tencentcloud-sdk-dlc 3.0.721 → 3.0.722
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 +19 -9
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6640b25ca11e5c9fbc5378f0dd292bfbca21ba63
|
4
|
+
data.tar.gz: 21d27292411eb20606221057adfacda8bb49147c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 540eff062d8fa4404514aab51d11d313ae39f968eb7abf0df15397374c06ed567185b389257852557e67a7da83eb2d430a3978669c9d87f51e7ce82d885e6d5b
|
7
|
+
data.tar.gz: f396d624ac388e8e24699ca7e142389cfac105a4da62bb83c1ec7449739a248aab2fd2b0b9303caaae53a66c3ece8012320f786d60d0b92292490b9cab31dcc1
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.722
|
data/lib/v20210125/models.rb
CHANGED
@@ -1410,8 +1410,8 @@ module TencentCloud
|
|
1410
1410
|
|
1411
1411
|
attr_accessor :EngineType, :DataEngineName, :ClusterType, :Mode, :AutoResume, :MinClusters, :MaxClusters, :DefaultDataEngine, :CidrBlock, :Message, :Size, :PayMode, :TimeSpan, :TimeUnit, :AutoRenew, :Tags, :AutoSuspend, :CrontabResumeSuspend, :CrontabResumeSuspendStrategy, :EngineExecType, :MaxConcurrency, :TolerableQueueTime, :AutoSuspendTime, :ResourceType, :DataEngineConfigPairs, :ImageVersionName, :MainClusterName, :ElasticSwitch, :ElasticLimit, :SessionResourceTemplate, :AutoAuthorization, :EngineNetworkId, :EngineGeneration
|
1412
1412
|
extend Gem::Deprecate
|
1413
|
-
deprecate :DefaultDataEngine, :none, 2023,
|
1414
|
-
deprecate :DefaultDataEngine=, :none, 2023,
|
1413
|
+
deprecate :DefaultDataEngine, :none, 2023, 12
|
1414
|
+
deprecate :DefaultDataEngine=, :none, 2023, 12
|
1415
1415
|
|
1416
1416
|
def initialize(enginetype=nil, dataenginename=nil, clustertype=nil, mode=nil, autoresume=nil, minclusters=nil, maxclusters=nil, defaultdataengine=nil, cidrblock=nil, message=nil, size=nil, paymode=nil, timespan=nil, timeunit=nil, autorenew=nil, tags=nil, autosuspend=nil, crontabresumesuspend=nil, crontabresumesuspendstrategy=nil, engineexectype=nil, maxconcurrency=nil, tolerablequeuetime=nil, autosuspendtime=nil, resourcetype=nil, dataengineconfigpairs=nil, imageversionname=nil, mainclustername=nil, elasticswitch=nil, elasticlimit=nil, sessionresourcetemplate=nil, autoauthorization=nil, enginenetworkid=nil, enginegeneration=nil)
|
1417
1417
|
@EngineType = enginetype
|
@@ -3210,7 +3210,7 @@ module TencentCloud
|
|
3210
3210
|
# @type DataEngineId: String
|
3211
3211
|
# @param DataEngineConfigPairs: 用户自定义配置项集合
|
3212
3212
|
# @type DataEngineConfigPairs: Array
|
3213
|
-
# @param SessionResourceTemplate:
|
3213
|
+
# @param SessionResourceTemplate: 作业集群资源参数配置模板
|
3214
3214
|
# @type SessionResourceTemplate: :class:`Tencentcloud::Dlc.v20210125.models.SessionResourceTemplate`
|
3215
3215
|
|
3216
3216
|
attr_accessor :DataEngineId, :DataEngineConfigPairs, :SessionResourceTemplate
|
@@ -7894,9 +7894,9 @@ module TencentCloud
|
|
7894
7894
|
|
7895
7895
|
# LakeFileSystem使用的临时token
|
7896
7896
|
class LakeFileSystemToken < TencentCloud::Common::AbstractModel
|
7897
|
-
# @param SecretId: Token
|
7897
|
+
# @param SecretId: Token使用的临时密钥的ID
|
7898
7898
|
# @type SecretId: String
|
7899
|
-
# @param SecretKey: Token
|
7899
|
+
# @param SecretKey: Token使用的临时密钥
|
7900
7900
|
# @type SecretKey: String
|
7901
7901
|
# @param Token: Token信息
|
7902
7902
|
# @type Token: String
|
@@ -10563,10 +10563,13 @@ module TencentCloud
|
|
10563
10563
|
# @param MapMaterializedViewName: xxxx
|
10564
10564
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10565
10565
|
# @type MapMaterializedViewName: String
|
10566
|
+
# @param HeatValue: 访问热点
|
10567
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10568
|
+
# @type HeatValue: Integer
|
10566
10569
|
|
10567
|
-
attr_accessor :TableBaseInfo, :Columns, :Partitions, :Location, :Properties, :ModifiedTime, :CreateTime, :InputFormat, :StorageSize, :RecordCount, :MapMaterializedViewName
|
10570
|
+
attr_accessor :TableBaseInfo, :Columns, :Partitions, :Location, :Properties, :ModifiedTime, :CreateTime, :InputFormat, :StorageSize, :RecordCount, :MapMaterializedViewName, :HeatValue
|
10568
10571
|
|
10569
|
-
def initialize(tablebaseinfo=nil, columns=nil, partitions=nil, location=nil, properties=nil, modifiedtime=nil, createtime=nil, inputformat=nil, storagesize=nil, recordcount=nil, mapmaterializedviewname=nil)
|
10572
|
+
def initialize(tablebaseinfo=nil, columns=nil, partitions=nil, location=nil, properties=nil, modifiedtime=nil, createtime=nil, inputformat=nil, storagesize=nil, recordcount=nil, mapmaterializedviewname=nil, heatvalue=nil)
|
10570
10573
|
@TableBaseInfo = tablebaseinfo
|
10571
10574
|
@Columns = columns
|
10572
10575
|
@Partitions = partitions
|
@@ -10578,6 +10581,7 @@ module TencentCloud
|
|
10578
10581
|
@StorageSize = storagesize
|
10579
10582
|
@RecordCount = recordcount
|
10580
10583
|
@MapMaterializedViewName = mapmaterializedviewname
|
10584
|
+
@HeatValue = heatvalue
|
10581
10585
|
end
|
10582
10586
|
|
10583
10587
|
def deserialize(params)
|
@@ -10616,6 +10620,7 @@ module TencentCloud
|
|
10616
10620
|
@StorageSize = params['StorageSize']
|
10617
10621
|
@RecordCount = params['RecordCount']
|
10618
10622
|
@MapMaterializedViewName = params['MapMaterializedViewName']
|
10623
|
+
@HeatValue = params['HeatValue']
|
10619
10624
|
end
|
10620
10625
|
end
|
10621
10626
|
|
@@ -10774,10 +10779,13 @@ module TencentCloud
|
|
10774
10779
|
# @param PrestoMonitorMetrics: presto任务指标数据
|
10775
10780
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
10776
10781
|
# @type PrestoMonitorMetrics: :class:`Tencentcloud::Dlc.v20210125.models.PrestoMonitorMetrics`
|
10782
|
+
# @param ResultFormat: 结果文件格式:默认为csv
|
10783
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10784
|
+
# @type ResultFormat: String
|
10777
10785
|
|
10778
|
-
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias, :SparkJobName, :SparkJobId, :SparkJobFile, :UiUrl, :TotalTime, :CmdArgs, :ImageVersion, :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :CommonMetrics, :SparkMonitorMetrics, :PrestoMonitorMetrics
|
10786
|
+
attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias, :SparkJobName, :SparkJobId, :SparkJobFile, :UiUrl, :TotalTime, :CmdArgs, :ImageVersion, :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :CommonMetrics, :SparkMonitorMetrics, :PrestoMonitorMetrics, :ResultFormat
|
10779
10787
|
|
10780
|
-
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil, useralias=nil, sparkjobname=nil, sparkjobid=nil, sparkjobfile=nil, uiurl=nil, totaltime=nil, cmdargs=nil, imageversion=nil, driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil, commonmetrics=nil, sparkmonitormetrics=nil, prestomonitormetrics=nil)
|
10788
|
+
def initialize(databasename=nil, dataamount=nil, id=nil, usedtime=nil, outputpath=nil, createtime=nil, state=nil, sqltype=nil, sql=nil, resultexpired=nil, rowaffectinfo=nil, dataset=nil, error=nil, percentage=nil, outputmessage=nil, tasktype=nil, progressdetail=nil, updatetime=nil, dataengineid=nil, operateuin=nil, dataenginename=nil, inputtype=nil, inputconf=nil, datanumber=nil, candownload=nil, useralias=nil, sparkjobname=nil, sparkjobid=nil, sparkjobfile=nil, uiurl=nil, totaltime=nil, cmdargs=nil, imageversion=nil, driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil, commonmetrics=nil, sparkmonitormetrics=nil, prestomonitormetrics=nil, resultformat=nil)
|
10781
10789
|
@DatabaseName = databasename
|
10782
10790
|
@DataAmount = dataamount
|
10783
10791
|
@Id = id
|
@@ -10818,6 +10826,7 @@ module TencentCloud
|
|
10818
10826
|
@CommonMetrics = commonmetrics
|
10819
10827
|
@SparkMonitorMetrics = sparkmonitormetrics
|
10820
10828
|
@PrestoMonitorMetrics = prestomonitormetrics
|
10829
|
+
@ResultFormat = resultformat
|
10821
10830
|
end
|
10822
10831
|
|
10823
10832
|
def deserialize(params)
|
@@ -10870,6 +10879,7 @@ module TencentCloud
|
|
10870
10879
|
@PrestoMonitorMetrics = PrestoMonitorMetrics.new
|
10871
10880
|
@PrestoMonitorMetrics.deserialize(params['PrestoMonitorMetrics'])
|
10872
10881
|
end
|
10882
|
+
@ResultFormat = params['ResultFormat']
|
10873
10883
|
end
|
10874
10884
|
end
|
10875
10885
|
|