tencentcloud-sdk-oceanus 3.0.752 → 3.0.753
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 +18 -4
- 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: fcf808a4e99e2d10f4bdaf101e0def0419dc7ab2
|
4
|
+
data.tar.gz: da0f8cc21b8cc617813f1fa923608aff9065236f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 990a763a695fedac46b38d7341a2eee990d5fa6a62a7b2528a0004b44119e1b18b8ae8495de4207c52e23d44d3f556b7b41e9e8590052bd9ddfbaa7d18db89da
|
7
|
+
data.tar.gz: 414d1521e7bc71ba01d7f868d1c8f7caa3ed67f4ef9ca1401b6eeb988220d1f65ccf65c123201e680867744d2cf33aeb07e3308f781fa1a0e1218512ba006684
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.753
|
data/lib/v20190422/models.rb
CHANGED
@@ -660,12 +660,15 @@ module TencentCloud
|
|
660
660
|
# @type JobItems: Array
|
661
661
|
# @param WorkSpaceId: 工作空间 SerialId
|
662
662
|
# @type WorkSpaceId: String
|
663
|
+
# @param TargetWorkspaceId: 目标工作空间 SerialId
|
664
|
+
# @type TargetWorkspaceId: String
|
663
665
|
|
664
|
-
attr_accessor :JobItems, :WorkSpaceId
|
666
|
+
attr_accessor :JobItems, :WorkSpaceId, :TargetWorkspaceId
|
665
667
|
|
666
|
-
def initialize(jobitems=nil, workspaceid=nil)
|
668
|
+
def initialize(jobitems=nil, workspaceid=nil, targetworkspaceid=nil)
|
667
669
|
@JobItems = jobitems
|
668
670
|
@WorkSpaceId = workspaceid
|
671
|
+
@TargetWorkspaceId = targetworkspaceid
|
669
672
|
end
|
670
673
|
|
671
674
|
def deserialize(params)
|
@@ -678,6 +681,7 @@ module TencentCloud
|
|
678
681
|
end
|
679
682
|
end
|
680
683
|
@WorkSpaceId = params['WorkSpaceId']
|
684
|
+
@TargetWorkspaceId = params['TargetWorkspaceId']
|
681
685
|
end
|
682
686
|
end
|
683
687
|
|
@@ -2981,10 +2985,16 @@ module TencentCloud
|
|
2981
2985
|
# @param EsServerlessSpace: es空间
|
2982
2986
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2983
2987
|
# @type EsServerlessSpace: String
|
2988
|
+
# @param IndexName: es索引中文
|
2989
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2990
|
+
# @type IndexName: String
|
2991
|
+
# @param WorkspaceName: es空间中文
|
2992
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
2993
|
+
# @type WorkspaceName: String
|
2984
2994
|
|
2985
|
-
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion, :AutoRecover, :LogLevel, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace
|
2995
|
+
attr_accessor :JobId, :EntrypointClass, :ProgramArgs, :Remark, :CreateTime, :Version, :DefaultParallelism, :Properties, :ResourceRefDetails, :CreatorUin, :UpdateTime, :COSBucket, :LogCollect, :MaxParallelism, :JobManagerSpec, :TaskManagerSpec, :ClsLogsetId, :ClsTopicId, :PythonVersion, :AutoRecover, :LogLevel, :ClazzLevels, :ExpertModeOn, :ExpertModeConfiguration, :TraceModeOn, :TraceModeConfiguration, :CheckpointRetainedNum, :JobGraph, :EsServerlessIndex, :EsServerlessSpace, :IndexName, :WorkspaceName
|
2986
2996
|
|
2987
|
-
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, pythonversion=nil, autorecover=nil, loglevel=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil)
|
2997
|
+
def initialize(jobid=nil, entrypointclass=nil, programargs=nil, remark=nil, createtime=nil, version=nil, defaultparallelism=nil, properties=nil, resourcerefdetails=nil, creatoruin=nil, updatetime=nil, cosbucket=nil, logcollect=nil, maxparallelism=nil, jobmanagerspec=nil, taskmanagerspec=nil, clslogsetid=nil, clstopicid=nil, pythonversion=nil, autorecover=nil, loglevel=nil, clazzlevels=nil, expertmodeon=nil, expertmodeconfiguration=nil, tracemodeon=nil, tracemodeconfiguration=nil, checkpointretainednum=nil, jobgraph=nil, esserverlessindex=nil, esserverlessspace=nil, indexname=nil, workspacename=nil)
|
2988
2998
|
@JobId = jobid
|
2989
2999
|
@EntrypointClass = entrypointclass
|
2990
3000
|
@ProgramArgs = programargs
|
@@ -3015,6 +3025,8 @@ module TencentCloud
|
|
3015
3025
|
@JobGraph = jobgraph
|
3016
3026
|
@EsServerlessIndex = esserverlessindex
|
3017
3027
|
@EsServerlessSpace = esserverlessspace
|
3028
|
+
@IndexName = indexname
|
3029
|
+
@WorkspaceName = workspacename
|
3018
3030
|
end
|
3019
3031
|
|
3020
3032
|
def deserialize(params)
|
@@ -3078,6 +3090,8 @@ module TencentCloud
|
|
3078
3090
|
end
|
3079
3091
|
@EsServerlessIndex = params['EsServerlessIndex']
|
3080
3092
|
@EsServerlessSpace = params['EsServerlessSpace']
|
3093
|
+
@IndexName = params['IndexName']
|
3094
|
+
@WorkspaceName = params['WorkspaceName']
|
3081
3095
|
end
|
3082
3096
|
end
|
3083
3097
|
|
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.753
|
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-01-
|
11
|
+
date: 2024-01-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|