tencentcloud-sdk-dlc 3.0.661 → 3.0.662
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 +2 -2
- 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: 6ccf3851168270d190c4d6a0cad8cff7e74de64b
|
|
4
|
+
data.tar.gz: 5da8d94a2a1c4d152cf697a75c7ec544aa6aa7cf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a872eae05a87890d42d0285a265daf4e2ede66e1dd2e8d8476bce1028b8bbaf36cd1e9bd45c5303b1e557c77fa127d1144097618e4117306d2b77e344dd0dd9
|
|
7
|
+
data.tar.gz: 7a6a771ea3a9d28d91e6dbcd1ad42e4f1e3d728f09558f4bd4004641456910527997b5f7188477c8aa15857a8469bd7cda6ee20431f538734daea9f7ac151b3d
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.662
|
data/lib/v20210125/models.rb
CHANGED
|
@@ -2015,7 +2015,7 @@ module TencentCloud
|
|
|
2015
2015
|
class CreateSparkSessionBatchSQLRequest < TencentCloud::Common::AbstractModel
|
|
2016
2016
|
# @param DataEngineName: DLC Spark作业引擎名称
|
|
2017
2017
|
# @type DataEngineName: String
|
|
2018
|
-
# @param ExecuteSQL: 运行sql
|
|
2018
|
+
# @param ExecuteSQL: 运行sql,需要base64编码。
|
|
2019
2019
|
# @type ExecuteSQL: String
|
|
2020
2020
|
# @param DriverSize: 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
|
2021
2021
|
# @type DriverSize: String
|
|
@@ -2035,7 +2035,7 @@ module TencentCloud
|
|
|
2035
2035
|
# 2.dlc.role.arn:用户配置的roleArn鉴权策略配置信息,可以用过该字段设置;
|
|
2036
2036
|
# 3.dlc.sql.set.config:用户配置的集群配置信息,可以用过该字段设置;
|
|
2037
2037
|
# @type Arguments: Array
|
|
2038
|
-
# @param IsInherit: 是否继承集群的资源类配置:0
|
|
2038
|
+
# @param IsInherit: 是否继承集群的资源类配置:0:不继承(默认),1:继承集群;
|
|
2039
2039
|
# @type IsInherit: Integer
|
|
2040
2040
|
|
|
2041
2041
|
attr_accessor :DataEngineName, :ExecuteSQL, :DriverSize, :ExecutorSize, :ExecutorNumbers, :ExecutorMaxNumbers, :TimeoutInSecond, :SessionId, :SessionName, :Arguments, :IsInherit
|
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.662
|
|
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-09-
|
|
11
|
+
date: 2023-09-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|