tencentcloud-sdk-oceanus 3.0.752 → 3.0.754
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/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: b23c7d05d8a6d160edab4706210d8b73fb284eb2
|
4
|
+
data.tar.gz: c125e7d0e8351157c8c216d8a3f15b1ed8dd53c4
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d1892a2c622645e3f5f45b39b4f96b584b9f31d385abdd719a74743b1c69db08151c6a93978d67374b12dfd074fa55e077a903946f0a21212e0571ed060e9459
|
7
|
+
data.tar.gz: 3c1405fcbdaa3ed06f463adc083af6951a6ae2dfc4a1f7c116e29bef0240fcf1eeb7f8b38746f7f2aa44f4154741a19f0d94909f57a6b02c062b15c7f90828c7
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.754
|
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.754
|
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-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|