tencentcloud-sdk-oceanus 3.0.713 → 3.0.715
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190422/models.rb +10 -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: 3d848f08e658eb782e0a0c42e476a7b62350c608
|
4
|
+
data.tar.gz: e3c919be06d37010c4ed4fc73f6caea4adfae8f0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55a17d5564af6addaad146e468b9a5a3df9daa556dc7940199d493c3f13528b99d537f2bb0ac7b1ee85d8e3a1e313b1902e871c6751ca7a46f460ac9c207783c
|
7
|
+
data.tar.gz: 3c42c860ba3f1d9a8a72c1fa48f6984894c74f6c02c7a71b2facb54ed1b4b1777d6f626b62a22b82a2d506aaf67d12c88786064a5c409e01f9193d9c70f8c912
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.715
|
data/lib/v20190422/models.rb
CHANGED
@@ -821,10 +821,14 @@ module TencentCloud
|
|
821
821
|
# @type CheckpointRetainedNum: Integer
|
822
822
|
# @param JobGraph: 算子拓扑图
|
823
823
|
# @type JobGraph: :class:`Tencentcloud::Oceanus.v20190422.models.JobGraph`
|
824
|
+
# @param EsServerlessIndex: es索引名称
|
825
|
+
# @type EsServerlessIndex: String
|
826
|
+
# @param EsServerlessSpace: es索引空间
|
827
|
+
# @type EsServerlessSpace: String
|
824
828
|
|
825
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId, :LogLevel, :AutoRecover, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph
|
829
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :ResourceRefs, :DefaultParallelism, :Properties, :AutoDelete, :COSBucket, :LogCollect, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :LogCollectType, :PythonVersion, :WorkSpaceId, :LogLevel, :AutoRecover, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace
|
826
830
|
|
827
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil, pythonversion=nil, workspaceid=nil, loglevel=nil, autorecover=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil)
|
831
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, resourcerefs=nil, defaultparallelism=nil, properties=nil, autodelete=nil, cosbucket=nil, logcollect=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, logcollecttype=nil, pythonversion=nil, workspaceid=nil, loglevel=nil, autorecover=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil)
|
828
832
|
@JobId = jobid
|
829
833
|
@EntrypointClass = entrypointclass
|
830
834
|
@ProgramArgs = programargs
|
@@ -851,6 +855,8 @@ module TencentCloud
|
|
851
855
|
@TraceModeConfiguration = tracemodeconfiguration
|
852
856
|
@CheckpointRetainedNum = checkpointretainednum
|
853
857
|
@JobGraph = jobgraph
|
858
|
+
@EsServerlessIndex = esserverlessindex
|
859
|
+
@EsServerlessSpace = esserverlessspace
|
854
860
|
end
|
855
861
|
|
856
862
|
def deserialize(params)
|
@@ -910,6 +916,8 @@ module TencentCloud
|
|
910
916
|
@JobGraph = JobGraph.new
|
911
917
|
@JobGraph.deserialize(params['JobGraph'])
|
912
918
|
end
|
919
|
+
@EsServerlessIndex = params['EsServerlessIndex']
|
920
|
+
@EsServerlessSpace = params['EsServerlessSpace']
|
913
921
|
end
|
914
922
|
end
|
915
923
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-oceanus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.715
|
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-11-
|
11
|
+
date: 2023-11-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|