tencentcloud-sdk-dlc 3.0.1104 → 3.0.1115
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/client.rb +552 -0
- data/lib/v20210125/models.rb +1971 -39
- metadata +2 -2
data/lib/v20210125/models.rb
CHANGED
@@ -669,6 +669,61 @@ module TencentCloud
|
|
669
669
|
end
|
670
670
|
end
|
671
671
|
|
672
|
+
# AssociateDatasourceHouse请求参数结构体
|
673
|
+
class AssociateDatasourceHouseRequest < TencentCloud::Common::AbstractModel
|
674
|
+
# @param DatasourceConnectionName: 网络配置名称
|
675
|
+
# @type DatasourceConnectionName: String
|
676
|
+
# @param DatasourceConnectionType: 数据源类型
|
677
|
+
# @type DatasourceConnectionType: String
|
678
|
+
# @param DatasourceConnectionConfig: 数据源网络配置
|
679
|
+
# @type DatasourceConnectionConfig: :class:`Tencentcloud::Dlc.v20210125.models.DatasourceConnectionConfig`
|
680
|
+
# @param DataEngineNames: 引擎名称,只允许绑定一个引擎
|
681
|
+
# @type DataEngineNames: Array
|
682
|
+
# @param NetworkConnectionType: 网络类型,2-跨源型,4-增强型
|
683
|
+
# @type NetworkConnectionType: Integer
|
684
|
+
# @param NetworkConnectionDesc: 网络配置描述
|
685
|
+
# @type NetworkConnectionDesc: String
|
686
|
+
|
687
|
+
attr_accessor :DatasourceConnectionName, :DatasourceConnectionType, :DatasourceConnectionConfig, :DataEngineNames, :NetworkConnectionType, :NetworkConnectionDesc
|
688
|
+
|
689
|
+
def initialize(datasourceconnectionname=nil, datasourceconnectiontype=nil, datasourceconnectionconfig=nil, dataenginenames=nil, networkconnectiontype=nil, networkconnectiondesc=nil)
|
690
|
+
@DatasourceConnectionName = datasourceconnectionname
|
691
|
+
@DatasourceConnectionType = datasourceconnectiontype
|
692
|
+
@DatasourceConnectionConfig = datasourceconnectionconfig
|
693
|
+
@DataEngineNames = dataenginenames
|
694
|
+
@NetworkConnectionType = networkconnectiontype
|
695
|
+
@NetworkConnectionDesc = networkconnectiondesc
|
696
|
+
end
|
697
|
+
|
698
|
+
def deserialize(params)
|
699
|
+
@DatasourceConnectionName = params['DatasourceConnectionName']
|
700
|
+
@DatasourceConnectionType = params['DatasourceConnectionType']
|
701
|
+
unless params['DatasourceConnectionConfig'].nil?
|
702
|
+
@DatasourceConnectionConfig = DatasourceConnectionConfig.new
|
703
|
+
@DatasourceConnectionConfig.deserialize(params['DatasourceConnectionConfig'])
|
704
|
+
end
|
705
|
+
@DataEngineNames = params['DataEngineNames']
|
706
|
+
@NetworkConnectionType = params['NetworkConnectionType']
|
707
|
+
@NetworkConnectionDesc = params['NetworkConnectionDesc']
|
708
|
+
end
|
709
|
+
end
|
710
|
+
|
711
|
+
# AssociateDatasourceHouse返回参数结构体
|
712
|
+
class AssociateDatasourceHouseResponse < TencentCloud::Common::AbstractModel
|
713
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
714
|
+
# @type RequestId: String
|
715
|
+
|
716
|
+
attr_accessor :RequestId
|
717
|
+
|
718
|
+
def initialize(requestid=nil)
|
719
|
+
@RequestId = requestid
|
720
|
+
end
|
721
|
+
|
722
|
+
def deserialize(params)
|
723
|
+
@RequestId = params['RequestId']
|
724
|
+
end
|
725
|
+
end
|
726
|
+
|
672
727
|
# AttachUserPolicy请求参数结构体
|
673
728
|
class AttachUserPolicyRequest < TencentCloud::Common::AbstractModel
|
674
729
|
# @param UserId: 用户Id,和子用户uin相同,需要先使用CreateUser接口创建用户。可以使用DescribeUsers接口查看。
|
@@ -1779,8 +1834,8 @@ module TencentCloud
|
|
1779
1834
|
|
1780
1835
|
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
|
1781
1836
|
extend Gem::Deprecate
|
1782
|
-
deprecate :DefaultDataEngine, :none, 2025,
|
1783
|
-
deprecate :DefaultDataEngine=, :none, 2025,
|
1837
|
+
deprecate :DefaultDataEngine, :none, 2025, 8
|
1838
|
+
deprecate :DefaultDataEngine=, :none, 2025, 8
|
1784
1839
|
|
1785
1840
|
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)
|
1786
1841
|
@EngineType = enginetype
|
@@ -2869,6 +2924,154 @@ module TencentCloud
|
|
2869
2924
|
end
|
2870
2925
|
end
|
2871
2926
|
|
2927
|
+
# CreateStandardEngineResourceGroup请求参数结构体
|
2928
|
+
class CreateStandardEngineResourceGroupRequest < TencentCloud::Common::AbstractModel
|
2929
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称
|
2930
|
+
# @type EngineResourceGroupName: String
|
2931
|
+
# @param DataEngineName: 标准引擎名称
|
2932
|
+
# @type DataEngineName: String
|
2933
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
2934
|
+
# @type AutoLaunch: Integer
|
2935
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
2936
|
+
# @type AutoPause: Integer
|
2937
|
+
# @param DriverCuSpec: driver的cu规格:
|
2938
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
2939
|
+
# @type DriverCuSpec: String
|
2940
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
2941
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
2942
|
+
# @type ExecutorCuSpec: String
|
2943
|
+
# @param MinExecutorNums: executor最小数量,
|
2944
|
+
# @type MinExecutorNums: Integer
|
2945
|
+
# @param MaxExecutorNums: executor最大数量
|
2946
|
+
# @type MaxExecutorNums: Integer
|
2947
|
+
# @param IsLaunchNow: 创建资源组后是否直接拉起,0-拉起,1-不拉起
|
2948
|
+
# @type IsLaunchNow: Integer
|
2949
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
2950
|
+
# @type AutoPauseTime: Integer
|
2951
|
+
# @param StaticConfigPairs: 资源组静态参数,需要重启资源组生效
|
2952
|
+
# @type StaticConfigPairs: Array
|
2953
|
+
# @param DynamicConfigPairs: 资源组动态参数,下一个任务生效。
|
2954
|
+
# @type DynamicConfigPairs: Array
|
2955
|
+
# @param MaxConcurrency: 任务并发数,默人是5个
|
2956
|
+
# @type MaxConcurrency: Integer
|
2957
|
+
# @param NetworkConfigNames: 网络配置名称
|
2958
|
+
# @type NetworkConfigNames: Array
|
2959
|
+
# @param PublicDomain: 自定义镜像域名
|
2960
|
+
# @type PublicDomain: String
|
2961
|
+
# @param RegistryId: 自定义镜像实例id
|
2962
|
+
# @type RegistryId: String
|
2963
|
+
# @param FrameType: AI类型资源组的框架类型,machine-learning,python,spark-ml,不填默认为machine-learning
|
2964
|
+
# @type FrameType: String
|
2965
|
+
# @param ImageType: 镜像类型,bulit-in:内置,custom:自定义,不填默认为bulit-in
|
2966
|
+
# @type ImageType: String
|
2967
|
+
# @param ImageName: 镜像名称
|
2968
|
+
# @type ImageName: String
|
2969
|
+
# @param ImageVersion: 镜像id
|
2970
|
+
# @type ImageVersion: String
|
2971
|
+
# @param Size: AI资源组有效,资源组可用资源上限,该值需要小于引擎资源上限
|
2972
|
+
# @type Size: Integer
|
2973
|
+
# @param ResourceGroupScene: 资源组场景
|
2974
|
+
# @type ResourceGroupScene: String
|
2975
|
+
# @param RegionName: 自定义镜像所在地域
|
2976
|
+
# @type RegionName: String
|
2977
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
2978
|
+
# @type PythonCuSpec: String
|
2979
|
+
# @param SparkSpecMode: 仅SQL资源组资源配置模式,fast:快速模式,custom:自定义模式
|
2980
|
+
# @type SparkSpecMode: String
|
2981
|
+
# @param SparkSize: 仅SQL资源组资源上限,仅用于快速模块
|
2982
|
+
# @type SparkSize: Integer
|
2983
|
+
|
2984
|
+
attr_accessor :EngineResourceGroupName, :DataEngineName, :AutoLaunch, :AutoPause, :DriverCuSpec, :ExecutorCuSpec, :MinExecutorNums, :MaxExecutorNums, :IsLaunchNow, :AutoPauseTime, :StaticConfigPairs, :DynamicConfigPairs, :MaxConcurrency, :NetworkConfigNames, :PublicDomain, :RegistryId, :FrameType, :ImageType, :ImageName, :ImageVersion, :Size, :ResourceGroupScene, :RegionName, :PythonCuSpec, :SparkSpecMode, :SparkSize
|
2985
|
+
|
2986
|
+
def initialize(engineresourcegroupname=nil, dataenginename=nil, autolaunch=nil, autopause=nil, drivercuspec=nil, executorcuspec=nil, minexecutornums=nil, maxexecutornums=nil, islaunchnow=nil, autopausetime=nil, staticconfigpairs=nil, dynamicconfigpairs=nil, maxconcurrency=nil, networkconfignames=nil, publicdomain=nil, registryid=nil, frametype=nil, imagetype=nil, imagename=nil, imageversion=nil, size=nil, resourcegroupscene=nil, regionname=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil)
|
2987
|
+
@EngineResourceGroupName = engineresourcegroupname
|
2988
|
+
@DataEngineName = dataenginename
|
2989
|
+
@AutoLaunch = autolaunch
|
2990
|
+
@AutoPause = autopause
|
2991
|
+
@DriverCuSpec = drivercuspec
|
2992
|
+
@ExecutorCuSpec = executorcuspec
|
2993
|
+
@MinExecutorNums = minexecutornums
|
2994
|
+
@MaxExecutorNums = maxexecutornums
|
2995
|
+
@IsLaunchNow = islaunchnow
|
2996
|
+
@AutoPauseTime = autopausetime
|
2997
|
+
@StaticConfigPairs = staticconfigpairs
|
2998
|
+
@DynamicConfigPairs = dynamicconfigpairs
|
2999
|
+
@MaxConcurrency = maxconcurrency
|
3000
|
+
@NetworkConfigNames = networkconfignames
|
3001
|
+
@PublicDomain = publicdomain
|
3002
|
+
@RegistryId = registryid
|
3003
|
+
@FrameType = frametype
|
3004
|
+
@ImageType = imagetype
|
3005
|
+
@ImageName = imagename
|
3006
|
+
@ImageVersion = imageversion
|
3007
|
+
@Size = size
|
3008
|
+
@ResourceGroupScene = resourcegroupscene
|
3009
|
+
@RegionName = regionname
|
3010
|
+
@PythonCuSpec = pythoncuspec
|
3011
|
+
@SparkSpecMode = sparkspecmode
|
3012
|
+
@SparkSize = sparksize
|
3013
|
+
end
|
3014
|
+
|
3015
|
+
def deserialize(params)
|
3016
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
3017
|
+
@DataEngineName = params['DataEngineName']
|
3018
|
+
@AutoLaunch = params['AutoLaunch']
|
3019
|
+
@AutoPause = params['AutoPause']
|
3020
|
+
@DriverCuSpec = params['DriverCuSpec']
|
3021
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
3022
|
+
@MinExecutorNums = params['MinExecutorNums']
|
3023
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
3024
|
+
@IsLaunchNow = params['IsLaunchNow']
|
3025
|
+
@AutoPauseTime = params['AutoPauseTime']
|
3026
|
+
unless params['StaticConfigPairs'].nil?
|
3027
|
+
@StaticConfigPairs = []
|
3028
|
+
params['StaticConfigPairs'].each do |i|
|
3029
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
3030
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
3031
|
+
@StaticConfigPairs << engineresourcegroupconfigpair_tmp
|
3032
|
+
end
|
3033
|
+
end
|
3034
|
+
unless params['DynamicConfigPairs'].nil?
|
3035
|
+
@DynamicConfigPairs = []
|
3036
|
+
params['DynamicConfigPairs'].each do |i|
|
3037
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
3038
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
3039
|
+
@DynamicConfigPairs << engineresourcegroupconfigpair_tmp
|
3040
|
+
end
|
3041
|
+
end
|
3042
|
+
@MaxConcurrency = params['MaxConcurrency']
|
3043
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
3044
|
+
@PublicDomain = params['PublicDomain']
|
3045
|
+
@RegistryId = params['RegistryId']
|
3046
|
+
@FrameType = params['FrameType']
|
3047
|
+
@ImageType = params['ImageType']
|
3048
|
+
@ImageName = params['ImageName']
|
3049
|
+
@ImageVersion = params['ImageVersion']
|
3050
|
+
@Size = params['Size']
|
3051
|
+
@ResourceGroupScene = params['ResourceGroupScene']
|
3052
|
+
@RegionName = params['RegionName']
|
3053
|
+
@PythonCuSpec = params['PythonCuSpec']
|
3054
|
+
@SparkSpecMode = params['SparkSpecMode']
|
3055
|
+
@SparkSize = params['SparkSize']
|
3056
|
+
end
|
3057
|
+
end
|
3058
|
+
|
3059
|
+
# CreateStandardEngineResourceGroup返回参数结构体
|
3060
|
+
class CreateStandardEngineResourceGroupResponse < TencentCloud::Common::AbstractModel
|
3061
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3062
|
+
# @type RequestId: String
|
3063
|
+
|
3064
|
+
attr_accessor :RequestId
|
3065
|
+
|
3066
|
+
def initialize(requestid=nil)
|
3067
|
+
@RequestId = requestid
|
3068
|
+
end
|
3069
|
+
|
3070
|
+
def deserialize(params)
|
3071
|
+
@RequestId = params['RequestId']
|
3072
|
+
end
|
3073
|
+
end
|
3074
|
+
|
2872
3075
|
# CreateStoreLocation请求参数结构体
|
2873
3076
|
class CreateStoreLocationRequest < TencentCloud::Common::AbstractModel
|
2874
3077
|
# @param StoreLocation: 计算结果存储cos路径,如:cosn://bucketname/
|
@@ -3193,6 +3396,54 @@ module TencentCloud
|
|
3193
3396
|
end
|
3194
3397
|
end
|
3195
3398
|
|
3399
|
+
# CreateUserVpcConnection请求参数结构体
|
3400
|
+
class CreateUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
3401
|
+
# @param UserVpcId: 用户vpcid
|
3402
|
+
# @type UserVpcId: String
|
3403
|
+
# @param UserSubnetId: 用户子网
|
3404
|
+
# @type UserSubnetId: String
|
3405
|
+
# @param UserVpcEndpointName: 用户终端节点名称
|
3406
|
+
# @type UserVpcEndpointName: String
|
3407
|
+
# @param EngineNetworkId: 引擎网络ID
|
3408
|
+
# @type EngineNetworkId: String
|
3409
|
+
# @param UserVpcEndpointVip: 手动指定vip,不填自动分配子网下的一个ip
|
3410
|
+
# @type UserVpcEndpointVip: String
|
3411
|
+
|
3412
|
+
attr_accessor :UserVpcId, :UserSubnetId, :UserVpcEndpointName, :EngineNetworkId, :UserVpcEndpointVip
|
3413
|
+
|
3414
|
+
def initialize(uservpcid=nil, usersubnetid=nil, uservpcendpointname=nil, enginenetworkid=nil, uservpcendpointvip=nil)
|
3415
|
+
@UserVpcId = uservpcid
|
3416
|
+
@UserSubnetId = usersubnetid
|
3417
|
+
@UserVpcEndpointName = uservpcendpointname
|
3418
|
+
@EngineNetworkId = enginenetworkid
|
3419
|
+
@UserVpcEndpointVip = uservpcendpointvip
|
3420
|
+
end
|
3421
|
+
|
3422
|
+
def deserialize(params)
|
3423
|
+
@UserVpcId = params['UserVpcId']
|
3424
|
+
@UserSubnetId = params['UserSubnetId']
|
3425
|
+
@UserVpcEndpointName = params['UserVpcEndpointName']
|
3426
|
+
@EngineNetworkId = params['EngineNetworkId']
|
3427
|
+
@UserVpcEndpointVip = params['UserVpcEndpointVip']
|
3428
|
+
end
|
3429
|
+
end
|
3430
|
+
|
3431
|
+
# CreateUserVpcConnection返回参数结构体
|
3432
|
+
class CreateUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
3433
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3434
|
+
# @type RequestId: String
|
3435
|
+
|
3436
|
+
attr_accessor :RequestId
|
3437
|
+
|
3438
|
+
def initialize(requestid=nil)
|
3439
|
+
@RequestId = requestid
|
3440
|
+
end
|
3441
|
+
|
3442
|
+
def deserialize(params)
|
3443
|
+
@RequestId = params['RequestId']
|
3444
|
+
end
|
3445
|
+
end
|
3446
|
+
|
3196
3447
|
# CreateWorkGroup请求参数结构体
|
3197
3448
|
class CreateWorkGroupRequest < TencentCloud::Common::AbstractModel
|
3198
3449
|
# @param WorkGroupName: 工作组名称
|
@@ -3845,6 +4096,83 @@ module TencentCloud
|
|
3845
4096
|
end
|
3846
4097
|
end
|
3847
4098
|
|
4099
|
+
# 集群Session配置信息.
|
4100
|
+
class DataEngineImageSessionParameter < TencentCloud::Common::AbstractModel
|
4101
|
+
# @param ParameterId: 配置id
|
4102
|
+
# @type ParameterId: String
|
4103
|
+
# @param ChildImageVersionId: 小版本镜像ID
|
4104
|
+
# @type ChildImageVersionId: String
|
4105
|
+
# @param EngineType: 集群类型:SparkSQL/PrestoSQL/SparkBatch
|
4106
|
+
# @type EngineType: String
|
4107
|
+
# @param KeyName: 参数key
|
4108
|
+
# @type KeyName: String
|
4109
|
+
# @param KeyDescription: Key描述信息
|
4110
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4111
|
+
# @type KeyDescription: String
|
4112
|
+
# @param ValueType: value类型
|
4113
|
+
# @type ValueType: String
|
4114
|
+
# @param ValueLengthLimit: value长度限制
|
4115
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4116
|
+
# @type ValueLengthLimit: String
|
4117
|
+
# @param ValueRegexpLimit: value正则限制
|
4118
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4119
|
+
# @type ValueRegexpLimit: String
|
4120
|
+
# @param ValueDefault: value默认值
|
4121
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4122
|
+
# @type ValueDefault: String
|
4123
|
+
# @param IsPublic: 是否为公共版本:1:公共;2:私有
|
4124
|
+
# @type IsPublic: Integer
|
4125
|
+
# @param ParameterType: 配置类型:1:session配置(默认);2:common配置;3:cluster配置
|
4126
|
+
# @type ParameterType: Integer
|
4127
|
+
# @param SubmitMethod: 提交方式:User(用户)、BackGround(后台)
|
4128
|
+
# @type SubmitMethod: String
|
4129
|
+
# @param Operator: 操作者
|
4130
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
4131
|
+
# @type Operator: String
|
4132
|
+
# @param InsertTime: 插入时间
|
4133
|
+
# @type InsertTime: String
|
4134
|
+
# @param UpdateTime: 更新时间
|
4135
|
+
# @type UpdateTime: String
|
4136
|
+
|
4137
|
+
attr_accessor :ParameterId, :ChildImageVersionId, :EngineType, :KeyName, :KeyDescription, :ValueType, :ValueLengthLimit, :ValueRegexpLimit, :ValueDefault, :IsPublic, :ParameterType, :SubmitMethod, :Operator, :InsertTime, :UpdateTime
|
4138
|
+
|
4139
|
+
def initialize(parameterid=nil, childimageversionid=nil, enginetype=nil, keyname=nil, keydescription=nil, valuetype=nil, valuelengthlimit=nil, valueregexplimit=nil, valuedefault=nil, ispublic=nil, parametertype=nil, submitmethod=nil, operator=nil, inserttime=nil, updatetime=nil)
|
4140
|
+
@ParameterId = parameterid
|
4141
|
+
@ChildImageVersionId = childimageversionid
|
4142
|
+
@EngineType = enginetype
|
4143
|
+
@KeyName = keyname
|
4144
|
+
@KeyDescription = keydescription
|
4145
|
+
@ValueType = valuetype
|
4146
|
+
@ValueLengthLimit = valuelengthlimit
|
4147
|
+
@ValueRegexpLimit = valueregexplimit
|
4148
|
+
@ValueDefault = valuedefault
|
4149
|
+
@IsPublic = ispublic
|
4150
|
+
@ParameterType = parametertype
|
4151
|
+
@SubmitMethod = submitmethod
|
4152
|
+
@Operator = operator
|
4153
|
+
@InsertTime = inserttime
|
4154
|
+
@UpdateTime = updatetime
|
4155
|
+
end
|
4156
|
+
|
4157
|
+
def deserialize(params)
|
4158
|
+
@ParameterId = params['ParameterId']
|
4159
|
+
@ChildImageVersionId = params['ChildImageVersionId']
|
4160
|
+
@EngineType = params['EngineType']
|
4161
|
+
@KeyName = params['KeyName']
|
4162
|
+
@KeyDescription = params['KeyDescription']
|
4163
|
+
@ValueType = params['ValueType']
|
4164
|
+
@ValueLengthLimit = params['ValueLengthLimit']
|
4165
|
+
@ValueRegexpLimit = params['ValueRegexpLimit']
|
4166
|
+
@ValueDefault = params['ValueDefault']
|
4167
|
+
@IsPublic = params['IsPublic']
|
4168
|
+
@ParameterType = params['ParameterType']
|
4169
|
+
@SubmitMethod = params['SubmitMethod']
|
4170
|
+
@Operator = params['Operator']
|
4171
|
+
@InsertTime = params['InsertTime']
|
4172
|
+
@UpdateTime = params['UpdateTime']
|
4173
|
+
end
|
4174
|
+
end
|
4175
|
+
|
3848
4176
|
# 集群大版本镜像信息。
|
3849
4177
|
class DataEngineImageVersion < TencentCloud::Common::AbstractModel
|
3850
4178
|
# @param ImageVersionId: 镜像大版本ID
|
@@ -4875,6 +5203,46 @@ module TencentCloud
|
|
4875
5203
|
end
|
4876
5204
|
end
|
4877
5205
|
|
5206
|
+
# DeleteNativeSparkSession请求参数结构体
|
5207
|
+
class DeleteNativeSparkSessionRequest < TencentCloud::Common::AbstractModel
|
5208
|
+
# @param DataEngineId: 引擎id
|
5209
|
+
# @type DataEngineId: String
|
5210
|
+
# @param ResourceGroupId: 资源组id
|
5211
|
+
# @type ResourceGroupId: String
|
5212
|
+
# @param EngineSessionName: spark session名称
|
5213
|
+
# @type EngineSessionName: String
|
5214
|
+
|
5215
|
+
attr_accessor :DataEngineId, :ResourceGroupId, :EngineSessionName
|
5216
|
+
|
5217
|
+
def initialize(dataengineid=nil, resourcegroupid=nil, enginesessionname=nil)
|
5218
|
+
@DataEngineId = dataengineid
|
5219
|
+
@ResourceGroupId = resourcegroupid
|
5220
|
+
@EngineSessionName = enginesessionname
|
5221
|
+
end
|
5222
|
+
|
5223
|
+
def deserialize(params)
|
5224
|
+
@DataEngineId = params['DataEngineId']
|
5225
|
+
@ResourceGroupId = params['ResourceGroupId']
|
5226
|
+
@EngineSessionName = params['EngineSessionName']
|
5227
|
+
end
|
5228
|
+
end
|
5229
|
+
|
5230
|
+
# DeleteNativeSparkSession返回参数结构体
|
5231
|
+
class DeleteNativeSparkSessionResponse < TencentCloud::Common::AbstractModel
|
5232
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5233
|
+
# @type RequestId: String
|
5234
|
+
|
5235
|
+
attr_accessor :RequestId
|
5236
|
+
|
5237
|
+
def initialize(requestid=nil)
|
5238
|
+
@RequestId = requestid
|
5239
|
+
end
|
5240
|
+
|
5241
|
+
def deserialize(params)
|
5242
|
+
@RequestId = params['RequestId']
|
5243
|
+
end
|
5244
|
+
end
|
5245
|
+
|
4878
5246
|
# DeleteNotebookSession请求参数结构体
|
4879
5247
|
class DeleteNotebookSessionRequest < TencentCloud::Common::AbstractModel
|
4880
5248
|
# @param SessionId: Session唯一标识
|
@@ -4975,6 +5343,38 @@ module TencentCloud
|
|
4975
5343
|
end
|
4976
5344
|
end
|
4977
5345
|
|
5346
|
+
# DeleteStandardEngineResourceGroup请求参数结构体
|
5347
|
+
class DeleteStandardEngineResourceGroupRequest < TencentCloud::Common::AbstractModel
|
5348
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称
|
5349
|
+
# @type EngineResourceGroupName: String
|
5350
|
+
|
5351
|
+
attr_accessor :EngineResourceGroupName
|
5352
|
+
|
5353
|
+
def initialize(engineresourcegroupname=nil)
|
5354
|
+
@EngineResourceGroupName = engineresourcegroupname
|
5355
|
+
end
|
5356
|
+
|
5357
|
+
def deserialize(params)
|
5358
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
5359
|
+
end
|
5360
|
+
end
|
5361
|
+
|
5362
|
+
# DeleteStandardEngineResourceGroup返回参数结构体
|
5363
|
+
class DeleteStandardEngineResourceGroupResponse < TencentCloud::Common::AbstractModel
|
5364
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5365
|
+
# @type RequestId: String
|
5366
|
+
|
5367
|
+
attr_accessor :RequestId
|
5368
|
+
|
5369
|
+
def initialize(requestid=nil)
|
5370
|
+
@RequestId = requestid
|
5371
|
+
end
|
5372
|
+
|
5373
|
+
def deserialize(params)
|
5374
|
+
@RequestId = params['RequestId']
|
5375
|
+
end
|
5376
|
+
end
|
5377
|
+
|
4978
5378
|
# DeleteTable请求参数结构体
|
4979
5379
|
class DeleteTableRequest < TencentCloud::Common::AbstractModel
|
4980
5380
|
# @param TableBaseInfo: 表基本信息
|
@@ -5069,6 +5469,42 @@ module TencentCloud
|
|
5069
5469
|
end
|
5070
5470
|
end
|
5071
5471
|
|
5472
|
+
# DeleteUserVpcConnection请求参数结构体
|
5473
|
+
class DeleteUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
5474
|
+
# @param EngineNetworkId: 引擎网络ID
|
5475
|
+
# @type EngineNetworkId: String
|
5476
|
+
# @param UserVpcEndpointId: 终端节点ID
|
5477
|
+
# @type UserVpcEndpointId: String
|
5478
|
+
|
5479
|
+
attr_accessor :EngineNetworkId, :UserVpcEndpointId
|
5480
|
+
|
5481
|
+
def initialize(enginenetworkid=nil, uservpcendpointid=nil)
|
5482
|
+
@EngineNetworkId = enginenetworkid
|
5483
|
+
@UserVpcEndpointId = uservpcendpointid
|
5484
|
+
end
|
5485
|
+
|
5486
|
+
def deserialize(params)
|
5487
|
+
@EngineNetworkId = params['EngineNetworkId']
|
5488
|
+
@UserVpcEndpointId = params['UserVpcEndpointId']
|
5489
|
+
end
|
5490
|
+
end
|
5491
|
+
|
5492
|
+
# DeleteUserVpcConnection返回参数结构体
|
5493
|
+
class DeleteUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
5494
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
5495
|
+
# @type RequestId: String
|
5496
|
+
|
5497
|
+
attr_accessor :RequestId
|
5498
|
+
|
5499
|
+
def initialize(requestid=nil)
|
5500
|
+
@RequestId = requestid
|
5501
|
+
end
|
5502
|
+
|
5503
|
+
def deserialize(params)
|
5504
|
+
@RequestId = params['RequestId']
|
5505
|
+
end
|
5506
|
+
end
|
5507
|
+
|
5072
5508
|
# DeleteUsersFromWorkGroup请求参数结构体
|
5073
5509
|
class DeleteUsersFromWorkGroupRequest < TencentCloud::Common::AbstractModel
|
5074
5510
|
# @param AddInfo: 要删除的用户信息
|
@@ -5970,6 +6406,53 @@ module TencentCloud
|
|
5970
6406
|
end
|
5971
6407
|
end
|
5972
6408
|
|
6409
|
+
# DescribeDataEngineSessionParameters请求参数结构体
|
6410
|
+
class DescribeDataEngineSessionParametersRequest < TencentCloud::Common::AbstractModel
|
6411
|
+
# @param DataEngineId: 引擎id
|
6412
|
+
# @type DataEngineId: String
|
6413
|
+
# @param DataEngineName: 引擎名称,当指定引擎名称后优先使用名称获取配置
|
6414
|
+
# @type DataEngineName: String
|
6415
|
+
|
6416
|
+
attr_accessor :DataEngineId, :DataEngineName
|
6417
|
+
|
6418
|
+
def initialize(dataengineid=nil, dataenginename=nil)
|
6419
|
+
@DataEngineId = dataengineid
|
6420
|
+
@DataEngineName = dataenginename
|
6421
|
+
end
|
6422
|
+
|
6423
|
+
def deserialize(params)
|
6424
|
+
@DataEngineId = params['DataEngineId']
|
6425
|
+
@DataEngineName = params['DataEngineName']
|
6426
|
+
end
|
6427
|
+
end
|
6428
|
+
|
6429
|
+
# DescribeDataEngineSessionParameters返回参数结构体
|
6430
|
+
class DescribeDataEngineSessionParametersResponse < TencentCloud::Common::AbstractModel
|
6431
|
+
# @param DataEngineParameters: 集群Session配置列表
|
6432
|
+
# @type DataEngineParameters: Array
|
6433
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6434
|
+
# @type RequestId: String
|
6435
|
+
|
6436
|
+
attr_accessor :DataEngineParameters, :RequestId
|
6437
|
+
|
6438
|
+
def initialize(dataengineparameters=nil, requestid=nil)
|
6439
|
+
@DataEngineParameters = dataengineparameters
|
6440
|
+
@RequestId = requestid
|
6441
|
+
end
|
6442
|
+
|
6443
|
+
def deserialize(params)
|
6444
|
+
unless params['DataEngineParameters'].nil?
|
6445
|
+
@DataEngineParameters = []
|
6446
|
+
params['DataEngineParameters'].each do |i|
|
6447
|
+
dataengineimagesessionparameter_tmp = DataEngineImageSessionParameter.new
|
6448
|
+
dataengineimagesessionparameter_tmp.deserialize(i)
|
6449
|
+
@DataEngineParameters << dataengineimagesessionparameter_tmp
|
6450
|
+
end
|
6451
|
+
end
|
6452
|
+
@RequestId = params['RequestId']
|
6453
|
+
end
|
6454
|
+
end
|
6455
|
+
|
5973
6456
|
# DescribeDataEngines请求参数结构体
|
5974
6457
|
class DescribeDataEnginesRequest < TencentCloud::Common::AbstractModel
|
5975
6458
|
# @param Offset: 偏移量,默认为0。
|
@@ -6292,12 +6775,138 @@ module TencentCloud
|
|
6292
6775
|
end
|
6293
6776
|
end
|
6294
6777
|
|
6295
|
-
#
|
6296
|
-
class
|
6297
|
-
# @param
|
6298
|
-
# @type
|
6299
|
-
|
6300
|
-
|
6778
|
+
# DescribeEngineNetworks请求参数结构体
|
6779
|
+
class DescribeEngineNetworksRequest < TencentCloud::Common::AbstractModel
|
6780
|
+
# @param SortBy: 排序字段
|
6781
|
+
# @type SortBy: String
|
6782
|
+
# @param Sorting: 升序,降序
|
6783
|
+
# @type Sorting: String
|
6784
|
+
# @param Filters: 过滤条件可选,engine-network-id--引擎网络ID,engine-network-state--引擎网络状态
|
6785
|
+
# @type Filters: Array
|
6786
|
+
# @param Limit: 数据条数
|
6787
|
+
# @type Limit: Integer
|
6788
|
+
# @param Offset: 偏移量
|
6789
|
+
# @type Offset: Integer
|
6790
|
+
|
6791
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
6792
|
+
|
6793
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
6794
|
+
@SortBy = sortby
|
6795
|
+
@Sorting = sorting
|
6796
|
+
@Filters = filters
|
6797
|
+
@Limit = limit
|
6798
|
+
@Offset = offset
|
6799
|
+
end
|
6800
|
+
|
6801
|
+
def deserialize(params)
|
6802
|
+
@SortBy = params['SortBy']
|
6803
|
+
@Sorting = params['Sorting']
|
6804
|
+
unless params['Filters'].nil?
|
6805
|
+
@Filters = []
|
6806
|
+
params['Filters'].each do |i|
|
6807
|
+
filter_tmp = Filter.new
|
6808
|
+
filter_tmp.deserialize(i)
|
6809
|
+
@Filters << filter_tmp
|
6810
|
+
end
|
6811
|
+
end
|
6812
|
+
@Limit = params['Limit']
|
6813
|
+
@Offset = params['Offset']
|
6814
|
+
end
|
6815
|
+
end
|
6816
|
+
|
6817
|
+
# DescribeEngineNetworks返回参数结构体
|
6818
|
+
class DescribeEngineNetworksResponse < TencentCloud::Common::AbstractModel
|
6819
|
+
# @param EngineNetworkInfos: 引擎网络信息
|
6820
|
+
# @type EngineNetworkInfos: Array
|
6821
|
+
# @param Total: 总数
|
6822
|
+
# @type Total: Integer
|
6823
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6824
|
+
# @type RequestId: String
|
6825
|
+
|
6826
|
+
attr_accessor :EngineNetworkInfos, :Total, :RequestId
|
6827
|
+
|
6828
|
+
def initialize(enginenetworkinfos=nil, total=nil, requestid=nil)
|
6829
|
+
@EngineNetworkInfos = enginenetworkinfos
|
6830
|
+
@Total = total
|
6831
|
+
@RequestId = requestid
|
6832
|
+
end
|
6833
|
+
|
6834
|
+
def deserialize(params)
|
6835
|
+
unless params['EngineNetworkInfos'].nil?
|
6836
|
+
@EngineNetworkInfos = []
|
6837
|
+
params['EngineNetworkInfos'].each do |i|
|
6838
|
+
enginenetworkinfo_tmp = EngineNetworkInfo.new
|
6839
|
+
enginenetworkinfo_tmp.deserialize(i)
|
6840
|
+
@EngineNetworkInfos << enginenetworkinfo_tmp
|
6841
|
+
end
|
6842
|
+
end
|
6843
|
+
@Total = params['Total']
|
6844
|
+
@RequestId = params['RequestId']
|
6845
|
+
end
|
6846
|
+
end
|
6847
|
+
|
6848
|
+
# DescribeEngineNodeSpec请求参数结构体
|
6849
|
+
class DescribeEngineNodeSpecRequest < TencentCloud::Common::AbstractModel
|
6850
|
+
# @param DataEngineName: 引擎名称
|
6851
|
+
# @type DataEngineName: String
|
6852
|
+
|
6853
|
+
attr_accessor :DataEngineName
|
6854
|
+
|
6855
|
+
def initialize(dataenginename=nil)
|
6856
|
+
@DataEngineName = dataenginename
|
6857
|
+
end
|
6858
|
+
|
6859
|
+
def deserialize(params)
|
6860
|
+
@DataEngineName = params['DataEngineName']
|
6861
|
+
end
|
6862
|
+
end
|
6863
|
+
|
6864
|
+
# DescribeEngineNodeSpec返回参数结构体
|
6865
|
+
class DescribeEngineNodeSpecResponse < TencentCloud::Common::AbstractModel
|
6866
|
+
# @param DriverSpec: driver可用的规格
|
6867
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6868
|
+
# @type DriverSpec: Array
|
6869
|
+
# @param ExecutorSpec: executor可用的规格
|
6870
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
6871
|
+
# @type ExecutorSpec: Array
|
6872
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6873
|
+
# @type RequestId: String
|
6874
|
+
|
6875
|
+
attr_accessor :DriverSpec, :ExecutorSpec, :RequestId
|
6876
|
+
|
6877
|
+
def initialize(driverspec=nil, executorspec=nil, requestid=nil)
|
6878
|
+
@DriverSpec = driverspec
|
6879
|
+
@ExecutorSpec = executorspec
|
6880
|
+
@RequestId = requestid
|
6881
|
+
end
|
6882
|
+
|
6883
|
+
def deserialize(params)
|
6884
|
+
unless params['DriverSpec'].nil?
|
6885
|
+
@DriverSpec = []
|
6886
|
+
params['DriverSpec'].each do |i|
|
6887
|
+
specinfo_tmp = SpecInfo.new
|
6888
|
+
specinfo_tmp.deserialize(i)
|
6889
|
+
@DriverSpec << specinfo_tmp
|
6890
|
+
end
|
6891
|
+
end
|
6892
|
+
unless params['ExecutorSpec'].nil?
|
6893
|
+
@ExecutorSpec = []
|
6894
|
+
params['ExecutorSpec'].each do |i|
|
6895
|
+
specinfo_tmp = SpecInfo.new
|
6896
|
+
specinfo_tmp.deserialize(i)
|
6897
|
+
@ExecutorSpec << specinfo_tmp
|
6898
|
+
end
|
6899
|
+
end
|
6900
|
+
@RequestId = params['RequestId']
|
6901
|
+
end
|
6902
|
+
end
|
6903
|
+
|
6904
|
+
# DescribeEngineUsageInfo请求参数结构体
|
6905
|
+
class DescribeEngineUsageInfoRequest < TencentCloud::Common::AbstractModel
|
6906
|
+
# @param DataEngineId: 数据引擎ID
|
6907
|
+
# @type DataEngineId: String
|
6908
|
+
|
6909
|
+
attr_accessor :DataEngineId
|
6301
6910
|
|
6302
6911
|
def initialize(dataengineid=nil)
|
6303
6912
|
@DataEngineId = dataengineid
|
@@ -6468,6 +7077,120 @@ module TencentCloud
|
|
6468
7077
|
end
|
6469
7078
|
end
|
6470
7079
|
|
7080
|
+
# DescribeNativeSparkSessions请求参数结构体
|
7081
|
+
class DescribeNativeSparkSessionsRequest < TencentCloud::Common::AbstractModel
|
7082
|
+
# @param DataEngineId: 引擎ID
|
7083
|
+
# @type DataEngineId: String
|
7084
|
+
# @param ResourceGroupId: 资源组ID
|
7085
|
+
# @type ResourceGroupId: String
|
7086
|
+
|
7087
|
+
attr_accessor :DataEngineId, :ResourceGroupId
|
7088
|
+
|
7089
|
+
def initialize(dataengineid=nil, resourcegroupid=nil)
|
7090
|
+
@DataEngineId = dataengineid
|
7091
|
+
@ResourceGroupId = resourcegroupid
|
7092
|
+
end
|
7093
|
+
|
7094
|
+
def deserialize(params)
|
7095
|
+
@DataEngineId = params['DataEngineId']
|
7096
|
+
@ResourceGroupId = params['ResourceGroupId']
|
7097
|
+
end
|
7098
|
+
end
|
7099
|
+
|
7100
|
+
# DescribeNativeSparkSessions返回参数结构体
|
7101
|
+
class DescribeNativeSparkSessionsResponse < TencentCloud::Common::AbstractModel
|
7102
|
+
# @param SparkSessionsList: spark session列表
|
7103
|
+
# @type SparkSessionsList: Array
|
7104
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7105
|
+
# @type RequestId: String
|
7106
|
+
|
7107
|
+
attr_accessor :SparkSessionsList, :RequestId
|
7108
|
+
|
7109
|
+
def initialize(sparksessionslist=nil, requestid=nil)
|
7110
|
+
@SparkSessionsList = sparksessionslist
|
7111
|
+
@RequestId = requestid
|
7112
|
+
end
|
7113
|
+
|
7114
|
+
def deserialize(params)
|
7115
|
+
unless params['SparkSessionsList'].nil?
|
7116
|
+
@SparkSessionsList = []
|
7117
|
+
params['SparkSessionsList'].each do |i|
|
7118
|
+
sparksessioninfo_tmp = SparkSessionInfo.new
|
7119
|
+
sparksessioninfo_tmp.deserialize(i)
|
7120
|
+
@SparkSessionsList << sparksessioninfo_tmp
|
7121
|
+
end
|
7122
|
+
end
|
7123
|
+
@RequestId = params['RequestId']
|
7124
|
+
end
|
7125
|
+
end
|
7126
|
+
|
7127
|
+
# DescribeNetworkConnections请求参数结构体
|
7128
|
+
class DescribeNetworkConnectionsRequest < TencentCloud::Common::AbstractModel
|
7129
|
+
# @param NetworkConnectionType: 网络配置类型
|
7130
|
+
# @type NetworkConnectionType: Integer
|
7131
|
+
# @param DataEngineName: 计算引擎名称
|
7132
|
+
# @type DataEngineName: String
|
7133
|
+
# @param DatasourceConnectionVpcId: 数据源vpcid
|
7134
|
+
# @type DatasourceConnectionVpcId: String
|
7135
|
+
# @param Limit: 返回数量,默认为10,最大值为100。
|
7136
|
+
# @type Limit: Integer
|
7137
|
+
# @param Offset: 偏移量,默认为0。
|
7138
|
+
# @type Offset: Integer
|
7139
|
+
# @param NetworkConnectionName: 网络配置名称
|
7140
|
+
# @type NetworkConnectionName: String
|
7141
|
+
|
7142
|
+
attr_accessor :NetworkConnectionType, :DataEngineName, :DatasourceConnectionVpcId, :Limit, :Offset, :NetworkConnectionName
|
7143
|
+
|
7144
|
+
def initialize(networkconnectiontype=nil, dataenginename=nil, datasourceconnectionvpcid=nil, limit=nil, offset=nil, networkconnectionname=nil)
|
7145
|
+
@NetworkConnectionType = networkconnectiontype
|
7146
|
+
@DataEngineName = dataenginename
|
7147
|
+
@DatasourceConnectionVpcId = datasourceconnectionvpcid
|
7148
|
+
@Limit = limit
|
7149
|
+
@Offset = offset
|
7150
|
+
@NetworkConnectionName = networkconnectionname
|
7151
|
+
end
|
7152
|
+
|
7153
|
+
def deserialize(params)
|
7154
|
+
@NetworkConnectionType = params['NetworkConnectionType']
|
7155
|
+
@DataEngineName = params['DataEngineName']
|
7156
|
+
@DatasourceConnectionVpcId = params['DatasourceConnectionVpcId']
|
7157
|
+
@Limit = params['Limit']
|
7158
|
+
@Offset = params['Offset']
|
7159
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
7160
|
+
end
|
7161
|
+
end
|
7162
|
+
|
7163
|
+
# DescribeNetworkConnections返回参数结构体
|
7164
|
+
class DescribeNetworkConnectionsResponse < TencentCloud::Common::AbstractModel
|
7165
|
+
# @param TotalCount: 总条数
|
7166
|
+
# @type TotalCount: Integer
|
7167
|
+
# @param NetworkConnectionSet: 网络配置列表
|
7168
|
+
# @type NetworkConnectionSet: Array
|
7169
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7170
|
+
# @type RequestId: String
|
7171
|
+
|
7172
|
+
attr_accessor :TotalCount, :NetworkConnectionSet, :RequestId
|
7173
|
+
|
7174
|
+
def initialize(totalcount=nil, networkconnectionset=nil, requestid=nil)
|
7175
|
+
@TotalCount = totalcount
|
7176
|
+
@NetworkConnectionSet = networkconnectionset
|
7177
|
+
@RequestId = requestid
|
7178
|
+
end
|
7179
|
+
|
7180
|
+
def deserialize(params)
|
7181
|
+
@TotalCount = params['TotalCount']
|
7182
|
+
unless params['NetworkConnectionSet'].nil?
|
7183
|
+
@NetworkConnectionSet = []
|
7184
|
+
params['NetworkConnectionSet'].each do |i|
|
7185
|
+
networkconnection_tmp = NetworkConnection.new
|
7186
|
+
networkconnection_tmp.deserialize(i)
|
7187
|
+
@NetworkConnectionSet << networkconnection_tmp
|
7188
|
+
end
|
7189
|
+
end
|
7190
|
+
@RequestId = params['RequestId']
|
7191
|
+
end
|
7192
|
+
end
|
7193
|
+
|
6471
7194
|
# DescribeNotebookSessionLog请求参数结构体
|
6472
7195
|
class DescribeNotebookSessionLogRequest < TencentCloud::Common::AbstractModel
|
6473
7196
|
# @param SessionId: Session唯一标识
|
@@ -7006,6 +7729,54 @@ module TencentCloud
|
|
7006
7729
|
end
|
7007
7730
|
end
|
7008
7731
|
|
7732
|
+
# DescribeSessionImageVersion请求参数结构体
|
7733
|
+
class DescribeSessionImageVersionRequest < TencentCloud::Common::AbstractModel
|
7734
|
+
# @param DataEngineId: 引擎Id
|
7735
|
+
# @type DataEngineId: String
|
7736
|
+
# @param FrameworkType: 框架类型:machine-learning、python、spark-ml
|
7737
|
+
# @type FrameworkType: String
|
7738
|
+
|
7739
|
+
attr_accessor :DataEngineId, :FrameworkType
|
7740
|
+
|
7741
|
+
def initialize(dataengineid=nil, frameworktype=nil)
|
7742
|
+
@DataEngineId = dataengineid
|
7743
|
+
@FrameworkType = frameworktype
|
7744
|
+
end
|
7745
|
+
|
7746
|
+
def deserialize(params)
|
7747
|
+
@DataEngineId = params['DataEngineId']
|
7748
|
+
@FrameworkType = params['FrameworkType']
|
7749
|
+
end
|
7750
|
+
end
|
7751
|
+
|
7752
|
+
# DescribeSessionImageVersion返回参数结构体
|
7753
|
+
class DescribeSessionImageVersionResponse < TencentCloud::Common::AbstractModel
|
7754
|
+
# @param EngineSessionImages: 扩展镜像列表
|
7755
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
7756
|
+
# @type EngineSessionImages: Array
|
7757
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7758
|
+
# @type RequestId: String
|
7759
|
+
|
7760
|
+
attr_accessor :EngineSessionImages, :RequestId
|
7761
|
+
|
7762
|
+
def initialize(enginesessionimages=nil, requestid=nil)
|
7763
|
+
@EngineSessionImages = enginesessionimages
|
7764
|
+
@RequestId = requestid
|
7765
|
+
end
|
7766
|
+
|
7767
|
+
def deserialize(params)
|
7768
|
+
unless params['EngineSessionImages'].nil?
|
7769
|
+
@EngineSessionImages = []
|
7770
|
+
params['EngineSessionImages'].each do |i|
|
7771
|
+
enginesessionimage_tmp = EngineSessionImage.new
|
7772
|
+
enginesessionimage_tmp.deserialize(i)
|
7773
|
+
@EngineSessionImages << enginesessionimage_tmp
|
7774
|
+
end
|
7775
|
+
end
|
7776
|
+
@RequestId = params['RequestId']
|
7777
|
+
end
|
7778
|
+
end
|
7779
|
+
|
7009
7780
|
# DescribeSparkAppJob请求参数结构体
|
7010
7781
|
class DescribeSparkAppJobRequest < TencentCloud::Common::AbstractModel
|
7011
7782
|
# @param JobId: spark作业Id,与JobName同时存在时,JobName无效,JobId与JobName至少存在一个
|
@@ -7371,6 +8142,146 @@ module TencentCloud
|
|
7371
8142
|
end
|
7372
8143
|
end
|
7373
8144
|
|
8145
|
+
# DescribeStandardEngineResourceGroupConfigInfo请求参数结构体
|
8146
|
+
class DescribeStandardEngineResourceGroupConfigInfoRequest < TencentCloud::Common::AbstractModel
|
8147
|
+
# @param SortBy: 排序字段
|
8148
|
+
# @type SortBy: String
|
8149
|
+
# @param Sorting: 升序,降序
|
8150
|
+
# @type Sorting: String
|
8151
|
+
# @param Filters: 过滤条件可选,engine-resource-group-id--引擎资源组ID,engine-id---引擎ID
|
8152
|
+
# @type Filters: Array
|
8153
|
+
# @param Limit: 数据条数,默认10
|
8154
|
+
# @type Limit: Integer
|
8155
|
+
# @param Offset: 偏移量,默认0
|
8156
|
+
# @type Offset: Integer
|
8157
|
+
|
8158
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
8159
|
+
|
8160
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
8161
|
+
@SortBy = sortby
|
8162
|
+
@Sorting = sorting
|
8163
|
+
@Filters = filters
|
8164
|
+
@Limit = limit
|
8165
|
+
@Offset = offset
|
8166
|
+
end
|
8167
|
+
|
8168
|
+
def deserialize(params)
|
8169
|
+
@SortBy = params['SortBy']
|
8170
|
+
@Sorting = params['Sorting']
|
8171
|
+
unless params['Filters'].nil?
|
8172
|
+
@Filters = []
|
8173
|
+
params['Filters'].each do |i|
|
8174
|
+
filter_tmp = Filter.new
|
8175
|
+
filter_tmp.deserialize(i)
|
8176
|
+
@Filters << filter_tmp
|
8177
|
+
end
|
8178
|
+
end
|
8179
|
+
@Limit = params['Limit']
|
8180
|
+
@Offset = params['Offset']
|
8181
|
+
end
|
8182
|
+
end
|
8183
|
+
|
8184
|
+
# DescribeStandardEngineResourceGroupConfigInfo返回参数结构体
|
8185
|
+
class DescribeStandardEngineResourceGroupConfigInfoResponse < TencentCloud::Common::AbstractModel
|
8186
|
+
# @param Total: 总数
|
8187
|
+
# @type Total: Integer
|
8188
|
+
# @param StandardEngineResourceGroupConfigInfos: 标准引擎资源组,配置相关信息
|
8189
|
+
# @type StandardEngineResourceGroupConfigInfos: Array
|
8190
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8191
|
+
# @type RequestId: String
|
8192
|
+
|
8193
|
+
attr_accessor :Total, :StandardEngineResourceGroupConfigInfos, :RequestId
|
8194
|
+
|
8195
|
+
def initialize(total=nil, standardengineresourcegroupconfiginfos=nil, requestid=nil)
|
8196
|
+
@Total = total
|
8197
|
+
@StandardEngineResourceGroupConfigInfos = standardengineresourcegroupconfiginfos
|
8198
|
+
@RequestId = requestid
|
8199
|
+
end
|
8200
|
+
|
8201
|
+
def deserialize(params)
|
8202
|
+
@Total = params['Total']
|
8203
|
+
unless params['StandardEngineResourceGroupConfigInfos'].nil?
|
8204
|
+
@StandardEngineResourceGroupConfigInfos = []
|
8205
|
+
params['StandardEngineResourceGroupConfigInfos'].each do |i|
|
8206
|
+
standardengineresourcegroupconfiginfo_tmp = StandardEngineResourceGroupConfigInfo.new
|
8207
|
+
standardengineresourcegroupconfiginfo_tmp.deserialize(i)
|
8208
|
+
@StandardEngineResourceGroupConfigInfos << standardengineresourcegroupconfiginfo_tmp
|
8209
|
+
end
|
8210
|
+
end
|
8211
|
+
@RequestId = params['RequestId']
|
8212
|
+
end
|
8213
|
+
end
|
8214
|
+
|
8215
|
+
# DescribeStandardEngineResourceGroups请求参数结构体
|
8216
|
+
class DescribeStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
8217
|
+
# @param SortBy: 排序字段
|
8218
|
+
# @type SortBy: String
|
8219
|
+
# @param Sorting: 升序,降序
|
8220
|
+
# @type Sorting: String
|
8221
|
+
# @param Filters: 过滤条件可选,app-id--用户appID,engine-resource-group-id--引擎资源组ID,data-engine-name--引擎名称,engine-resource-group-name---引擎资源组名称(模糊查询),engine-resource-group-state---引擎资源组状态engine-resource-group-name-unique --引擎资源组名称(完全匹配)
|
8222
|
+
# @type Filters: Array
|
8223
|
+
# @param Limit: 数据条数,默认10
|
8224
|
+
# @type Limit: Integer
|
8225
|
+
# @param Offset: 偏移量,默认0
|
8226
|
+
# @type Offset: Integer
|
8227
|
+
|
8228
|
+
attr_accessor :SortBy, :Sorting, :Filters, :Limit, :Offset
|
8229
|
+
|
8230
|
+
def initialize(sortby=nil, sorting=nil, filters=nil, limit=nil, offset=nil)
|
8231
|
+
@SortBy = sortby
|
8232
|
+
@Sorting = sorting
|
8233
|
+
@Filters = filters
|
8234
|
+
@Limit = limit
|
8235
|
+
@Offset = offset
|
8236
|
+
end
|
8237
|
+
|
8238
|
+
def deserialize(params)
|
8239
|
+
@SortBy = params['SortBy']
|
8240
|
+
@Sorting = params['Sorting']
|
8241
|
+
unless params['Filters'].nil?
|
8242
|
+
@Filters = []
|
8243
|
+
params['Filters'].each do |i|
|
8244
|
+
filter_tmp = Filter.new
|
8245
|
+
filter_tmp.deserialize(i)
|
8246
|
+
@Filters << filter_tmp
|
8247
|
+
end
|
8248
|
+
end
|
8249
|
+
@Limit = params['Limit']
|
8250
|
+
@Offset = params['Offset']
|
8251
|
+
end
|
8252
|
+
end
|
8253
|
+
|
8254
|
+
# DescribeStandardEngineResourceGroups返回参数结构体
|
8255
|
+
class DescribeStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
8256
|
+
# @param UserEngineResourceGroupInfos: 标准引擎资源组信息
|
8257
|
+
# @type UserEngineResourceGroupInfos: Array
|
8258
|
+
# @param Total: 资源组总数
|
8259
|
+
# @type Total: Integer
|
8260
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8261
|
+
# @type RequestId: String
|
8262
|
+
|
8263
|
+
attr_accessor :UserEngineResourceGroupInfos, :Total, :RequestId
|
8264
|
+
|
8265
|
+
def initialize(userengineresourcegroupinfos=nil, total=nil, requestid=nil)
|
8266
|
+
@UserEngineResourceGroupInfos = userengineresourcegroupinfos
|
8267
|
+
@Total = total
|
8268
|
+
@RequestId = requestid
|
8269
|
+
end
|
8270
|
+
|
8271
|
+
def deserialize(params)
|
8272
|
+
unless params['UserEngineResourceGroupInfos'].nil?
|
8273
|
+
@UserEngineResourceGroupInfos = []
|
8274
|
+
params['UserEngineResourceGroupInfos'].each do |i|
|
8275
|
+
standardengineresourcegroupinfo_tmp = StandardEngineResourceGroupInfo.new
|
8276
|
+
standardengineresourcegroupinfo_tmp.deserialize(i)
|
8277
|
+
@UserEngineResourceGroupInfos << standardengineresourcegroupinfo_tmp
|
8278
|
+
end
|
8279
|
+
end
|
8280
|
+
@Total = params['Total']
|
8281
|
+
@RequestId = params['RequestId']
|
8282
|
+
end
|
8283
|
+
end
|
8284
|
+
|
7374
8285
|
# DescribeStoreLocation请求参数结构体
|
7375
8286
|
class DescribeStoreLocationRequest < TencentCloud::Common::AbstractModel
|
7376
8287
|
|
@@ -8605,15 +9516,63 @@ module TencentCloud
|
|
8605
9516
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
8606
9517
|
# @type RequestId: String
|
8607
9518
|
|
8608
|
-
attr_accessor :UserType, :RequestId
|
9519
|
+
attr_accessor :UserType, :RequestId
|
9520
|
+
|
9521
|
+
def initialize(usertype=nil, requestid=nil)
|
9522
|
+
@UserType = usertype
|
9523
|
+
@RequestId = requestid
|
9524
|
+
end
|
9525
|
+
|
9526
|
+
def deserialize(params)
|
9527
|
+
@UserType = params['UserType']
|
9528
|
+
@RequestId = params['RequestId']
|
9529
|
+
end
|
9530
|
+
end
|
9531
|
+
|
9532
|
+
# DescribeUserVpcConnection请求参数结构体
|
9533
|
+
class DescribeUserVpcConnectionRequest < TencentCloud::Common::AbstractModel
|
9534
|
+
# @param EngineNetworkId: 引擎网络ID
|
9535
|
+
# @type EngineNetworkId: String
|
9536
|
+
# @param DataEngineIds: 引擎ID集合
|
9537
|
+
# @type DataEngineIds: Array
|
9538
|
+
|
9539
|
+
attr_accessor :EngineNetworkId, :DataEngineIds
|
9540
|
+
|
9541
|
+
def initialize(enginenetworkid=nil, dataengineids=nil)
|
9542
|
+
@EngineNetworkId = enginenetworkid
|
9543
|
+
@DataEngineIds = dataengineids
|
9544
|
+
end
|
9545
|
+
|
9546
|
+
def deserialize(params)
|
9547
|
+
@EngineNetworkId = params['EngineNetworkId']
|
9548
|
+
@DataEngineIds = params['DataEngineIds']
|
9549
|
+
end
|
9550
|
+
end
|
9551
|
+
|
9552
|
+
# DescribeUserVpcConnection返回参数结构体
|
9553
|
+
class DescribeUserVpcConnectionResponse < TencentCloud::Common::AbstractModel
|
9554
|
+
# @param UserVpcConnectionInfos: 用户vpc连接信息
|
9555
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
9556
|
+
# @type UserVpcConnectionInfos: Array
|
9557
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9558
|
+
# @type RequestId: String
|
9559
|
+
|
9560
|
+
attr_accessor :UserVpcConnectionInfos, :RequestId
|
8609
9561
|
|
8610
|
-
def initialize(
|
8611
|
-
@
|
9562
|
+
def initialize(uservpcconnectioninfos=nil, requestid=nil)
|
9563
|
+
@UserVpcConnectionInfos = uservpcconnectioninfos
|
8612
9564
|
@RequestId = requestid
|
8613
9565
|
end
|
8614
9566
|
|
8615
9567
|
def deserialize(params)
|
8616
|
-
|
9568
|
+
unless params['UserVpcConnectionInfos'].nil?
|
9569
|
+
@UserVpcConnectionInfos = []
|
9570
|
+
params['UserVpcConnectionInfos'].each do |i|
|
9571
|
+
uservpcconnectioninfo_tmp = UserVpcConnectionInfo.new
|
9572
|
+
uservpcconnectioninfo_tmp.deserialize(i)
|
9573
|
+
@UserVpcConnectionInfos << uservpcconnectioninfo_tmp
|
9574
|
+
end
|
9575
|
+
end
|
8617
9576
|
@RequestId = params['RequestId']
|
8618
9577
|
end
|
8619
9578
|
end
|
@@ -9252,6 +10211,125 @@ module TencentCloud
|
|
9252
10211
|
end
|
9253
10212
|
end
|
9254
10213
|
|
10214
|
+
# 引擎网络信息
|
10215
|
+
class EngineNetworkInfo < TencentCloud::Common::AbstractModel
|
10216
|
+
# @param EngineNetworkName: 引擎网络名字
|
10217
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10218
|
+
# @type EngineNetworkName: String
|
10219
|
+
# @param EngineNetworkState: 引擎网络状态,0--初始化,2--可用,-1--已删除
|
10220
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10221
|
+
# @type EngineNetworkState: Integer
|
10222
|
+
# @param EngineNetworkCidr: 引擎网络cidr
|
10223
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10224
|
+
# @type EngineNetworkCidr: String
|
10225
|
+
# @param EngineNetworkId: 引擎网络ID
|
10226
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10227
|
+
# @type EngineNetworkId: String
|
10228
|
+
# @param CreateTime: 创建时间
|
10229
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10230
|
+
# @type CreateTime: Integer
|
10231
|
+
# @param UpdateTime: 更新时间
|
10232
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10233
|
+
# @type UpdateTime: Integer
|
10234
|
+
# @param PrivateLinkNumber: 私有连接个数
|
10235
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10236
|
+
# @type PrivateLinkNumber: Integer
|
10237
|
+
# @param EngineNumber: 计算引擎个数
|
10238
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10239
|
+
# @type EngineNumber: Integer
|
10240
|
+
# @param GateWayInfo: 网关信息
|
10241
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10242
|
+
# @type GateWayInfo: Array
|
10243
|
+
|
10244
|
+
attr_accessor :EngineNetworkName, :EngineNetworkState, :EngineNetworkCidr, :EngineNetworkId, :CreateTime, :UpdateTime, :PrivateLinkNumber, :EngineNumber, :GateWayInfo
|
10245
|
+
|
10246
|
+
def initialize(enginenetworkname=nil, enginenetworkstate=nil, enginenetworkcidr=nil, enginenetworkid=nil, createtime=nil, updatetime=nil, privatelinknumber=nil, enginenumber=nil, gatewayinfo=nil)
|
10247
|
+
@EngineNetworkName = enginenetworkname
|
10248
|
+
@EngineNetworkState = enginenetworkstate
|
10249
|
+
@EngineNetworkCidr = enginenetworkcidr
|
10250
|
+
@EngineNetworkId = enginenetworkid
|
10251
|
+
@CreateTime = createtime
|
10252
|
+
@UpdateTime = updatetime
|
10253
|
+
@PrivateLinkNumber = privatelinknumber
|
10254
|
+
@EngineNumber = enginenumber
|
10255
|
+
@GateWayInfo = gatewayinfo
|
10256
|
+
end
|
10257
|
+
|
10258
|
+
def deserialize(params)
|
10259
|
+
@EngineNetworkName = params['EngineNetworkName']
|
10260
|
+
@EngineNetworkState = params['EngineNetworkState']
|
10261
|
+
@EngineNetworkCidr = params['EngineNetworkCidr']
|
10262
|
+
@EngineNetworkId = params['EngineNetworkId']
|
10263
|
+
@CreateTime = params['CreateTime']
|
10264
|
+
@UpdateTime = params['UpdateTime']
|
10265
|
+
@PrivateLinkNumber = params['PrivateLinkNumber']
|
10266
|
+
@EngineNumber = params['EngineNumber']
|
10267
|
+
unless params['GateWayInfo'].nil?
|
10268
|
+
@GateWayInfo = []
|
10269
|
+
params['GateWayInfo'].each do |i|
|
10270
|
+
gatewayinfo_tmp = GatewayInfo.new
|
10271
|
+
gatewayinfo_tmp.deserialize(i)
|
10272
|
+
@GateWayInfo << gatewayinfo_tmp
|
10273
|
+
end
|
10274
|
+
end
|
10275
|
+
end
|
10276
|
+
end
|
10277
|
+
|
10278
|
+
# 引擎资源组参数 配置项
|
10279
|
+
class EngineResourceGroupConfigPair < TencentCloud::Common::AbstractModel
|
10280
|
+
# @param ConfigItem: 配置项
|
10281
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10282
|
+
# @type ConfigItem: String
|
10283
|
+
# @param ConfigValue: 配置项的值
|
10284
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10285
|
+
# @type ConfigValue: String
|
10286
|
+
|
10287
|
+
attr_accessor :ConfigItem, :ConfigValue
|
10288
|
+
|
10289
|
+
def initialize(configitem=nil, configvalue=nil)
|
10290
|
+
@ConfigItem = configitem
|
10291
|
+
@ConfigValue = configvalue
|
10292
|
+
end
|
10293
|
+
|
10294
|
+
def deserialize(params)
|
10295
|
+
@ConfigItem = params['ConfigItem']
|
10296
|
+
@ConfigValue = params['ConfigValue']
|
10297
|
+
end
|
10298
|
+
end
|
10299
|
+
|
10300
|
+
# TensorFlow、Pytorch、SK-learn镜像信息列表
|
10301
|
+
class EngineSessionImage < TencentCloud::Common::AbstractModel
|
10302
|
+
# @param SparkImageId: Spark镜像唯一id
|
10303
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10304
|
+
# @type SparkImageId: String
|
10305
|
+
# @param SparkImageVersion: Spark镜像版本名称
|
10306
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10307
|
+
# @type SparkImageVersion: String
|
10308
|
+
# @param SparkImageType: 小版本镜像类型.1:TensorFlow、2:Pytorch、3:SK-learn
|
10309
|
+
|
10310
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10311
|
+
# @type SparkImageType: Integer
|
10312
|
+
# @param SparkImageTag: 镜像地址
|
10313
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10314
|
+
# @type SparkImageTag: String
|
10315
|
+
|
10316
|
+
attr_accessor :SparkImageId, :SparkImageVersion, :SparkImageType, :SparkImageTag
|
10317
|
+
|
10318
|
+
def initialize(sparkimageid=nil, sparkimageversion=nil, sparkimagetype=nil, sparkimagetag=nil)
|
10319
|
+
@SparkImageId = sparkimageid
|
10320
|
+
@SparkImageVersion = sparkimageversion
|
10321
|
+
@SparkImageType = sparkimagetype
|
10322
|
+
@SparkImageTag = sparkimagetag
|
10323
|
+
end
|
10324
|
+
|
10325
|
+
def deserialize(params)
|
10326
|
+
@SparkImageId = params['SparkImageId']
|
10327
|
+
@SparkImageVersion = params['SparkImageVersion']
|
10328
|
+
@SparkImageType = params['SparkImageType']
|
10329
|
+
@SparkImageTag = params['SparkImageTag']
|
10330
|
+
end
|
10331
|
+
end
|
10332
|
+
|
9255
10333
|
# SQL语句对象
|
9256
10334
|
class Execution < TencentCloud::Common::AbstractModel
|
9257
10335
|
# @param SQL: 自动生成SQL语句。
|
@@ -9316,6 +10394,48 @@ module TencentCloud
|
|
9316
10394
|
end
|
9317
10395
|
end
|
9318
10396
|
|
10397
|
+
# 网关基础信息,包括id,名称,规格和状态
|
10398
|
+
class GatewayInfo < TencentCloud::Common::AbstractModel
|
10399
|
+
# @param GatewayId: 网关ID,
|
10400
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10401
|
+
# @type GatewayId: String
|
10402
|
+
# @param GatewayName: 网关名称,全局唯一
|
10403
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10404
|
+
# @type GatewayName: String
|
10405
|
+
# @param Size: 网关的规格
|
10406
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10407
|
+
# @type Size: Integer
|
10408
|
+
# @param State: -2已删除 -1失败 0初始化中 1挂起 2运行中 3准备删除 4删除中 5挂起中 6启动中 7隔离中 8隔离 9续费中 10变配中 11冲正中
|
10409
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10410
|
+
# @type State: Integer
|
10411
|
+
# @param PayMode: 计费模式
|
10412
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10413
|
+
# @type PayMode: Integer
|
10414
|
+
# @param Mode: 模式
|
10415
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10416
|
+
# @type Mode: Integer
|
10417
|
+
|
10418
|
+
attr_accessor :GatewayId, :GatewayName, :Size, :State, :PayMode, :Mode
|
10419
|
+
|
10420
|
+
def initialize(gatewayid=nil, gatewayname=nil, size=nil, state=nil, paymode=nil, mode=nil)
|
10421
|
+
@GatewayId = gatewayid
|
10422
|
+
@GatewayName = gatewayname
|
10423
|
+
@Size = size
|
10424
|
+
@State = state
|
10425
|
+
@PayMode = paymode
|
10426
|
+
@Mode = mode
|
10427
|
+
end
|
10428
|
+
|
10429
|
+
def deserialize(params)
|
10430
|
+
@GatewayId = params['GatewayId']
|
10431
|
+
@GatewayName = params['GatewayName']
|
10432
|
+
@Size = params['Size']
|
10433
|
+
@State = params['State']
|
10434
|
+
@PayMode = params['PayMode']
|
10435
|
+
@Mode = params['Mode']
|
10436
|
+
end
|
10437
|
+
end
|
10438
|
+
|
9319
10439
|
# GenerateCreateMangedTableSql请求参数结构体
|
9320
10440
|
class GenerateCreateMangedTableSqlRequest < TencentCloud::Common::AbstractModel
|
9321
10441
|
# @param TableBaseInfo: 表基本信息
|
@@ -9812,6 +10932,50 @@ module TencentCloud
|
|
9812
10932
|
end
|
9813
10933
|
end
|
9814
10934
|
|
10935
|
+
# LaunchStandardEngineResourceGroups请求参数结构体
|
10936
|
+
class LaunchStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
10937
|
+
# @param EngineResourceGroupNames: 标准引擎资源组名称
|
10938
|
+
# @type EngineResourceGroupNames: Array
|
10939
|
+
|
10940
|
+
attr_accessor :EngineResourceGroupNames
|
10941
|
+
|
10942
|
+
def initialize(engineresourcegroupnames=nil)
|
10943
|
+
@EngineResourceGroupNames = engineresourcegroupnames
|
10944
|
+
end
|
10945
|
+
|
10946
|
+
def deserialize(params)
|
10947
|
+
@EngineResourceGroupNames = params['EngineResourceGroupNames']
|
10948
|
+
end
|
10949
|
+
end
|
10950
|
+
|
10951
|
+
# LaunchStandardEngineResourceGroups返回参数结构体
|
10952
|
+
class LaunchStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
10953
|
+
# @param OperateEngineResourceGroupFailMessages: 批量操作资源组时,操作失败的资源组相关信息
|
10954
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
10955
|
+
# @type OperateEngineResourceGroupFailMessages: Array
|
10956
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
10957
|
+
# @type RequestId: String
|
10958
|
+
|
10959
|
+
attr_accessor :OperateEngineResourceGroupFailMessages, :RequestId
|
10960
|
+
|
10961
|
+
def initialize(operateengineresourcegroupfailmessages=nil, requestid=nil)
|
10962
|
+
@OperateEngineResourceGroupFailMessages = operateengineresourcegroupfailmessages
|
10963
|
+
@RequestId = requestid
|
10964
|
+
end
|
10965
|
+
|
10966
|
+
def deserialize(params)
|
10967
|
+
unless params['OperateEngineResourceGroupFailMessages'].nil?
|
10968
|
+
@OperateEngineResourceGroupFailMessages = []
|
10969
|
+
params['OperateEngineResourceGroupFailMessages'].each do |i|
|
10970
|
+
operateengineresourcegroupfailmessage_tmp = OperateEngineResourceGroupFailMessage.new
|
10971
|
+
operateengineresourcegroupfailmessage_tmp.deserialize(i)
|
10972
|
+
@OperateEngineResourceGroupFailMessages << operateengineresourcegroupfailmessage_tmp
|
10973
|
+
end
|
10974
|
+
end
|
10975
|
+
@RequestId = params['RequestId']
|
10976
|
+
end
|
10977
|
+
end
|
10978
|
+
|
9815
10979
|
# ListTaskJobLogDetail请求参数结构体
|
9816
10980
|
class ListTaskJobLogDetailRequest < TencentCloud::Common::AbstractModel
|
9817
10981
|
# @param TaskId: 列表返回的Id
|
@@ -11008,6 +12172,26 @@ module TencentCloud
|
|
11008
12172
|
end
|
11009
12173
|
end
|
11010
12174
|
|
12175
|
+
# 操作资源组,返回的操作失败信息
|
12176
|
+
class OperateEngineResourceGroupFailMessage < TencentCloud::Common::AbstractModel
|
12177
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
12178
|
+
# @type EngineResourceGroupName: String
|
12179
|
+
# @param FailMessage: 操作失败的提示信息
|
12180
|
+
# @type FailMessage: String
|
12181
|
+
|
12182
|
+
attr_accessor :EngineResourceGroupName, :FailMessage
|
12183
|
+
|
12184
|
+
def initialize(engineresourcegroupname=nil, failmessage=nil)
|
12185
|
+
@EngineResourceGroupName = engineresourcegroupname
|
12186
|
+
@FailMessage = failmessage
|
12187
|
+
end
|
12188
|
+
|
12189
|
+
def deserialize(params)
|
12190
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
12191
|
+
@FailMessage = params['FailMessage']
|
12192
|
+
end
|
12193
|
+
end
|
12194
|
+
|
11011
12195
|
# 数据优化引擎信息
|
11012
12196
|
class OptimizerEngineInfo < TencentCloud::Common::AbstractModel
|
11013
12197
|
# @param HouseName: 引擎资源名称
|
@@ -11103,6 +12287,30 @@ module TencentCloud
|
|
11103
12287
|
end
|
11104
12288
|
end
|
11105
12289
|
|
12290
|
+
# 对指定参数的更新、增加、删除
|
12291
|
+
class Param < TencentCloud::Common::AbstractModel
|
12292
|
+
# @param ConfigItem: 参数key,例如:
|
12293
|
+
# @type ConfigItem: String
|
12294
|
+
# @param ConfigValue: 参数值
|
12295
|
+
# @type ConfigValue: String
|
12296
|
+
# @param Operate: 下发操作,支持:ADD、DELETE、MODIFY
|
12297
|
+
# @type Operate: String
|
12298
|
+
|
12299
|
+
attr_accessor :ConfigItem, :ConfigValue, :Operate
|
12300
|
+
|
12301
|
+
def initialize(configitem=nil, configvalue=nil, operate=nil)
|
12302
|
+
@ConfigItem = configitem
|
12303
|
+
@ConfigValue = configvalue
|
12304
|
+
@Operate = operate
|
12305
|
+
end
|
12306
|
+
|
12307
|
+
def deserialize(params)
|
12308
|
+
@ConfigItem = params['ConfigItem']
|
12309
|
+
@ConfigValue = params['ConfigValue']
|
12310
|
+
@Operate = params['Operate']
|
12311
|
+
end
|
12312
|
+
end
|
12313
|
+
|
11106
12314
|
# 数据表分块信息。
|
11107
12315
|
class Partition < TencentCloud::Common::AbstractModel
|
11108
12316
|
# @param Name: 分区列名。
|
@@ -11140,6 +12348,50 @@ module TencentCloud
|
|
11140
12348
|
end
|
11141
12349
|
end
|
11142
12350
|
|
12351
|
+
# PauseStandardEngineResourceGroups请求参数结构体
|
12352
|
+
class PauseStandardEngineResourceGroupsRequest < TencentCloud::Common::AbstractModel
|
12353
|
+
# @param EngineResourceGroupNames: 标准引擎资源组名称
|
12354
|
+
# @type EngineResourceGroupNames: Array
|
12355
|
+
|
12356
|
+
attr_accessor :EngineResourceGroupNames
|
12357
|
+
|
12358
|
+
def initialize(engineresourcegroupnames=nil)
|
12359
|
+
@EngineResourceGroupNames = engineresourcegroupnames
|
12360
|
+
end
|
12361
|
+
|
12362
|
+
def deserialize(params)
|
12363
|
+
@EngineResourceGroupNames = params['EngineResourceGroupNames']
|
12364
|
+
end
|
12365
|
+
end
|
12366
|
+
|
12367
|
+
# PauseStandardEngineResourceGroups返回参数结构体
|
12368
|
+
class PauseStandardEngineResourceGroupsResponse < TencentCloud::Common::AbstractModel
|
12369
|
+
# @param OperateEngineResourceGroupFailMessages: 批量操作资源组时,操作失败的资源组相关信息
|
12370
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
12371
|
+
# @type OperateEngineResourceGroupFailMessages: Array
|
12372
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
12373
|
+
# @type RequestId: String
|
12374
|
+
|
12375
|
+
attr_accessor :OperateEngineResourceGroupFailMessages, :RequestId
|
12376
|
+
|
12377
|
+
def initialize(operateengineresourcegroupfailmessages=nil, requestid=nil)
|
12378
|
+
@OperateEngineResourceGroupFailMessages = operateengineresourcegroupfailmessages
|
12379
|
+
@RequestId = requestid
|
12380
|
+
end
|
12381
|
+
|
12382
|
+
def deserialize(params)
|
12383
|
+
unless params['OperateEngineResourceGroupFailMessages'].nil?
|
12384
|
+
@OperateEngineResourceGroupFailMessages = []
|
12385
|
+
params['OperateEngineResourceGroupFailMessages'].each do |i|
|
12386
|
+
operateengineresourcegroupfailmessage_tmp = OperateEngineResourceGroupFailMessage.new
|
12387
|
+
operateengineresourcegroupfailmessage_tmp.deserialize(i)
|
12388
|
+
@OperateEngineResourceGroupFailMessages << operateengineresourcegroupfailmessage_tmp
|
12389
|
+
end
|
12390
|
+
end
|
12391
|
+
@RequestId = params['RequestId']
|
12392
|
+
end
|
12393
|
+
end
|
12394
|
+
|
11143
12395
|
# 权限对象
|
11144
12396
|
class Policy < TencentCloud::Common::AbstractModel
|
11145
12397
|
# @param Database: 需要授权的数据库名,填 * 代表当前Catalog下所有数据库。当授权类型为管理员级别时,只允许填 “*”,当授权类型为数据连接级别时只允许填空,其他类型下可以任意指定数据库。
|
@@ -12350,35 +13602,350 @@ module TencentCloud
|
|
12350
13602
|
end
|
12351
13603
|
end
|
12352
13604
|
|
12353
|
-
# SparkSQL批任务日志操作信息。
|
12354
|
-
class SparkSessionBatchLogOperate < TencentCloud::Common::AbstractModel
|
12355
|
-
# @param Text: 操作提示
|
12356
|
-
# @type Text: String
|
12357
|
-
# @param Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
12358
|
-
# @type Operate: String
|
12359
|
-
# @param Supplement: 补充信息:如:taskid、sessionid、sparkui等
|
13605
|
+
# SparkSQL批任务日志操作信息。
|
13606
|
+
class SparkSessionBatchLogOperate < TencentCloud::Common::AbstractModel
|
13607
|
+
# @param Text: 操作提示
|
13608
|
+
# @type Text: String
|
13609
|
+
# @param Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
13610
|
+
# @type Operate: String
|
13611
|
+
# @param Supplement: 补充信息:如:taskid、sessionid、sparkui等
|
13612
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13613
|
+
# @type Supplement: Array
|
13614
|
+
|
13615
|
+
attr_accessor :Text, :Operate, :Supplement
|
13616
|
+
|
13617
|
+
def initialize(text=nil, operate=nil, supplement=nil)
|
13618
|
+
@Text = text
|
13619
|
+
@Operate = operate
|
13620
|
+
@Supplement = supplement
|
13621
|
+
end
|
13622
|
+
|
13623
|
+
def deserialize(params)
|
13624
|
+
@Text = params['Text']
|
13625
|
+
@Operate = params['Operate']
|
13626
|
+
unless params['Supplement'].nil?
|
13627
|
+
@Supplement = []
|
13628
|
+
params['Supplement'].each do |i|
|
13629
|
+
kvpair_tmp = KVPair.new
|
13630
|
+
kvpair_tmp.deserialize(i)
|
13631
|
+
@Supplement << kvpair_tmp
|
13632
|
+
end
|
13633
|
+
end
|
13634
|
+
end
|
13635
|
+
end
|
13636
|
+
|
13637
|
+
# spark session详细信息
|
13638
|
+
class SparkSessionInfo < TencentCloud::Common::AbstractModel
|
13639
|
+
# @param SparkSessionId: spark session id
|
13640
|
+
# @type SparkSessionId: String
|
13641
|
+
# @param SparkSessionName: spark session名称
|
13642
|
+
# @type SparkSessionName: String
|
13643
|
+
# @param ResourceGroupId: 资源组id
|
13644
|
+
# @type ResourceGroupId: String
|
13645
|
+
# @param EngineSessionId: engine session id
|
13646
|
+
# @type EngineSessionId: String
|
13647
|
+
# @param EngineSessionName: engine session
|
13648
|
+
# name
|
13649
|
+
# @type EngineSessionName: String
|
13650
|
+
# @param IdleTimeoutMin: 自动销毁时间
|
13651
|
+
# @type IdleTimeoutMin: Integer
|
13652
|
+
# @param DriverSpec: driver规格
|
13653
|
+
# @type DriverSpec: String
|
13654
|
+
# @param ExecutorSpec: executor规格
|
13655
|
+
# @type ExecutorSpec: String
|
13656
|
+
# @param ExecutorNumMin: executor最小数量
|
13657
|
+
# @type ExecutorNumMin: Integer
|
13658
|
+
# @param ExecutorNumMax: executor最大数量
|
13659
|
+
# @type ExecutorNumMax: Integer
|
13660
|
+
# @param TotalSpecMin: 总规格最小
|
13661
|
+
# @type TotalSpecMin: Integer
|
13662
|
+
# @param TotalSpecMax: 总规格最大
|
13663
|
+
# @type TotalSpecMax: Integer
|
13664
|
+
|
13665
|
+
attr_accessor :SparkSessionId, :SparkSessionName, :ResourceGroupId, :EngineSessionId, :EngineSessionName, :IdleTimeoutMin, :DriverSpec, :ExecutorSpec, :ExecutorNumMin, :ExecutorNumMax, :TotalSpecMin, :TotalSpecMax
|
13666
|
+
|
13667
|
+
def initialize(sparksessionid=nil, sparksessionname=nil, resourcegroupid=nil, enginesessionid=nil, enginesessionname=nil, idletimeoutmin=nil, driverspec=nil, executorspec=nil, executornummin=nil, executornummax=nil, totalspecmin=nil, totalspecmax=nil)
|
13668
|
+
@SparkSessionId = sparksessionid
|
13669
|
+
@SparkSessionName = sparksessionname
|
13670
|
+
@ResourceGroupId = resourcegroupid
|
13671
|
+
@EngineSessionId = enginesessionid
|
13672
|
+
@EngineSessionName = enginesessionname
|
13673
|
+
@IdleTimeoutMin = idletimeoutmin
|
13674
|
+
@DriverSpec = driverspec
|
13675
|
+
@ExecutorSpec = executorspec
|
13676
|
+
@ExecutorNumMin = executornummin
|
13677
|
+
@ExecutorNumMax = executornummax
|
13678
|
+
@TotalSpecMin = totalspecmin
|
13679
|
+
@TotalSpecMax = totalspecmax
|
13680
|
+
end
|
13681
|
+
|
13682
|
+
def deserialize(params)
|
13683
|
+
@SparkSessionId = params['SparkSessionId']
|
13684
|
+
@SparkSessionName = params['SparkSessionName']
|
13685
|
+
@ResourceGroupId = params['ResourceGroupId']
|
13686
|
+
@EngineSessionId = params['EngineSessionId']
|
13687
|
+
@EngineSessionName = params['EngineSessionName']
|
13688
|
+
@IdleTimeoutMin = params['IdleTimeoutMin']
|
13689
|
+
@DriverSpec = params['DriverSpec']
|
13690
|
+
@ExecutorSpec = params['ExecutorSpec']
|
13691
|
+
@ExecutorNumMin = params['ExecutorNumMin']
|
13692
|
+
@ExecutorNumMax = params['ExecutorNumMax']
|
13693
|
+
@TotalSpecMin = params['TotalSpecMin']
|
13694
|
+
@TotalSpecMax = params['TotalSpecMax']
|
13695
|
+
end
|
13696
|
+
end
|
13697
|
+
|
13698
|
+
# 节点规格信息
|
13699
|
+
class SpecInfo < TencentCloud::Common::AbstractModel
|
13700
|
+
# @param Name: 规格名称
|
13701
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13702
|
+
# @type Name: String
|
13703
|
+
# @param Cu: 当前规格的cu数
|
13704
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13705
|
+
# @type Cu: Integer
|
13706
|
+
# @param Cpu: 当前规格的cpu数
|
13707
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13708
|
+
# @type Cpu: Integer
|
13709
|
+
# @param Memory: 当前规格的内存数,单位G
|
13710
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13711
|
+
# @type Memory: Integer
|
13712
|
+
|
13713
|
+
attr_accessor :Name, :Cu, :Cpu, :Memory
|
13714
|
+
|
13715
|
+
def initialize(name=nil, cu=nil, cpu=nil, memory=nil)
|
13716
|
+
@Name = name
|
13717
|
+
@Cu = cu
|
13718
|
+
@Cpu = cpu
|
13719
|
+
@Memory = memory
|
13720
|
+
end
|
13721
|
+
|
13722
|
+
def deserialize(params)
|
13723
|
+
@Name = params['Name']
|
13724
|
+
@Cu = params['Cu']
|
13725
|
+
@Cpu = params['Cpu']
|
13726
|
+
@Memory = params['Memory']
|
13727
|
+
end
|
13728
|
+
end
|
13729
|
+
|
13730
|
+
# 标准引擎资源组,配置相关信息
|
13731
|
+
class StandardEngineResourceGroupConfigInfo < TencentCloud::Common::AbstractModel
|
13732
|
+
# @param ResourceGroupId: 引擎资源组 ID
|
13733
|
+
# @type ResourceGroupId: String
|
13734
|
+
# @param DataEngineId: 引擎ID
|
13735
|
+
# @type DataEngineId: String
|
13736
|
+
# @param StaticConfigPairs: 资源组静态参数,需要重启资源组生效
|
13737
|
+
# @type StaticConfigPairs: Array
|
13738
|
+
# @param DynamicConfigPairs: 资源组动态参数,下一个任务生效。
|
13739
|
+
# @type DynamicConfigPairs: Array
|
13740
|
+
# @param CreateTime: 创建时间
|
13741
|
+
# @type CreateTime: Integer
|
13742
|
+
# @param UpdateTime: 更新时间
|
13743
|
+
# @type UpdateTime: Integer
|
13744
|
+
|
13745
|
+
attr_accessor :ResourceGroupId, :DataEngineId, :StaticConfigPairs, :DynamicConfigPairs, :CreateTime, :UpdateTime
|
13746
|
+
|
13747
|
+
def initialize(resourcegroupid=nil, dataengineid=nil, staticconfigpairs=nil, dynamicconfigpairs=nil, createtime=nil, updatetime=nil)
|
13748
|
+
@ResourceGroupId = resourcegroupid
|
13749
|
+
@DataEngineId = dataengineid
|
13750
|
+
@StaticConfigPairs = staticconfigpairs
|
13751
|
+
@DynamicConfigPairs = dynamicconfigpairs
|
13752
|
+
@CreateTime = createtime
|
13753
|
+
@UpdateTime = updatetime
|
13754
|
+
end
|
13755
|
+
|
13756
|
+
def deserialize(params)
|
13757
|
+
@ResourceGroupId = params['ResourceGroupId']
|
13758
|
+
@DataEngineId = params['DataEngineId']
|
13759
|
+
unless params['StaticConfigPairs'].nil?
|
13760
|
+
@StaticConfigPairs = []
|
13761
|
+
params['StaticConfigPairs'].each do |i|
|
13762
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
13763
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
13764
|
+
@StaticConfigPairs << engineresourcegroupconfigpair_tmp
|
13765
|
+
end
|
13766
|
+
end
|
13767
|
+
unless params['DynamicConfigPairs'].nil?
|
13768
|
+
@DynamicConfigPairs = []
|
13769
|
+
params['DynamicConfigPairs'].each do |i|
|
13770
|
+
engineresourcegroupconfigpair_tmp = EngineResourceGroupConfigPair.new
|
13771
|
+
engineresourcegroupconfigpair_tmp.deserialize(i)
|
13772
|
+
@DynamicConfigPairs << engineresourcegroupconfigpair_tmp
|
13773
|
+
end
|
13774
|
+
end
|
13775
|
+
@CreateTime = params['CreateTime']
|
13776
|
+
@UpdateTime = params['UpdateTime']
|
13777
|
+
end
|
13778
|
+
end
|
13779
|
+
|
13780
|
+
# 用户标准引擎资源组信息
|
13781
|
+
class StandardEngineResourceGroupInfo < TencentCloud::Common::AbstractModel
|
13782
|
+
# @param EngineResourceGroupId: 标准引擎资源组ID
|
13783
|
+
# @type EngineResourceGroupId: String
|
13784
|
+
# @param EngineResourceGroupName: 标准引擎资源组名称,支持1-50个英文、汉字、数字、连接线-或下划线_
|
13785
|
+
# @type EngineResourceGroupName: String
|
13786
|
+
# @param Creator: 创建者
|
13787
|
+
# @type Creator: String
|
13788
|
+
# @param ResourceGroupState: 资源组 状态,-1--删除、0--启动中、2--运行、3--暂停、4--暂停中、7--切换引擎中、8--配置修改中。9--资源组重启中,10--因为变配导致资源组启动、11--因为隔离导致资源组挂起、12- 资源配置下发中、 13-接入点隔离导致资源组挂起中
|
13789
|
+
# @type ResourceGroupState: Integer
|
13790
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
13791
|
+
# @type AutoLaunch: Integer
|
13792
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
13793
|
+
# @type AutoPause: Integer
|
13794
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
13795
|
+
# @type AutoPauseTime: Integer
|
13796
|
+
# @param DriverCuSpec: driver的cu规格:
|
13797
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
13798
|
+
# @type DriverCuSpec: String
|
13799
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
13800
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
13801
|
+
# @type ExecutorCuSpec: String
|
13802
|
+
# @param MaxConcurrency: 任务并发数
|
13803
|
+
# @type MaxConcurrency: Integer
|
13804
|
+
# @param MinExecutorNums: executor最小数量,
|
13805
|
+
# @type MinExecutorNums: Integer
|
13806
|
+
# @param MaxExecutorNums: executor最大数量,
|
13807
|
+
# @type MaxExecutorNums: Integer
|
13808
|
+
# @param CreateTime: 创建时间戳
|
13809
|
+
# @type CreateTime: Integer
|
13810
|
+
# @param UpdateTime: 更新时间戳
|
13811
|
+
# @type UpdateTime: Integer
|
13812
|
+
# @param NeedRestart: 是否待重启,作为有资源参数,静态参数修改未重启生效的标识;0-- 不需要重启、1--因为资源参数待重启、2--因静态参数重启、3--因资源和静态参数而待重启、4--因网络配置而待重启、5--因网络配置和资源配置而待重启、6--因网络配置和静态参数而待重启、7--因网络配置,资源参数和静态参数而待重启、
|
13813
|
+
# @type NeedRestart: Integer
|
13814
|
+
# @param DataEngineName: 绑定的引擎名称
|
13815
|
+
# @type DataEngineName: String
|
13816
|
+
# @param DataEngineId: 绑定的引擎ID
|
13817
|
+
# @type DataEngineId: String
|
13818
|
+
# @param DataEngineState: 绑定的引擎状态
|
12360
13819
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
12361
|
-
# @type
|
13820
|
+
# @type DataEngineState: Integer
|
13821
|
+
# @param AccessPointId: 接入点ID
|
13822
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13823
|
+
# @type AccessPointId: String
|
13824
|
+
# @param AccessPointName: 接入点名称
|
13825
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13826
|
+
# @type AccessPointName: String
|
13827
|
+
# @param AccessPointState: 接入点状态
|
13828
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13829
|
+
# @type AccessPointState: Integer
|
13830
|
+
# @param ResourceGroupType: 资源组类型,console/ default
|
13831
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13832
|
+
# @type ResourceGroupType: String
|
13833
|
+
# @param EngineNetworkId: 引擎网络ID
|
13834
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13835
|
+
# @type EngineNetworkId: String
|
13836
|
+
# @param NetworkConfigNames: 网络配置名称
|
13837
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13838
|
+
# @type NetworkConfigNames: Array
|
13839
|
+
# @param FrameType: AI类型资源组的框架类型
|
13840
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13841
|
+
# @type FrameType: String
|
13842
|
+
# @param ImageType: AI类型资源组的镜像类型,内置:bulit-in,自定义:custom
|
13843
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13844
|
+
# @type ImageType: String
|
13845
|
+
# @param ImageName: 镜像名称
|
13846
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13847
|
+
# @type ImageName: String
|
13848
|
+
# @param ImageVersion: 镜像id
|
13849
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13850
|
+
# @type ImageVersion: String
|
13851
|
+
# @param Size: AI资源组的可用资源上限
|
13852
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13853
|
+
# @type Size: Integer
|
13854
|
+
# @param IsDefault: 是否是默认资源组
|
13855
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13856
|
+
# @type IsDefault: Boolean
|
13857
|
+
# @param ResourceGroupScene: 资源组场景
|
13858
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13859
|
+
# @type ResourceGroupScene: String
|
13860
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
13861
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13862
|
+
# @type PythonCuSpec: String
|
13863
|
+
# @param SparkSpecMode: Spark类型资源组资源配置模式,fast:快速模式,custom:自定义模式
|
13864
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13865
|
+
# @type SparkSpecMode: String
|
13866
|
+
# @param SparkSize: Spark类型资源组资源上限
|
13867
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13868
|
+
# @type SparkSize: Integer
|
13869
|
+
# @param SparkMinSize: Spark类型资源组资源最小值
|
13870
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
13871
|
+
# @type SparkMinSize: Integer
|
12362
13872
|
|
12363
|
-
attr_accessor :
|
13873
|
+
attr_accessor :EngineResourceGroupId, :EngineResourceGroupName, :Creator, :ResourceGroupState, :AutoLaunch, :AutoPause, :AutoPauseTime, :DriverCuSpec, :ExecutorCuSpec, :MaxConcurrency, :MinExecutorNums, :MaxExecutorNums, :CreateTime, :UpdateTime, :NeedRestart, :DataEngineName, :DataEngineId, :DataEngineState, :AccessPointId, :AccessPointName, :AccessPointState, :ResourceGroupType, :EngineNetworkId, :NetworkConfigNames, :FrameType, :ImageType, :ImageName, :ImageVersion, :Size, :IsDefault, :ResourceGroupScene, :PythonCuSpec, :SparkSpecMode, :SparkSize, :SparkMinSize
|
12364
13874
|
|
12365
|
-
def initialize(
|
12366
|
-
@
|
12367
|
-
@
|
12368
|
-
@
|
13875
|
+
def initialize(engineresourcegroupid=nil, engineresourcegroupname=nil, creator=nil, resourcegroupstate=nil, autolaunch=nil, autopause=nil, autopausetime=nil, drivercuspec=nil, executorcuspec=nil, maxconcurrency=nil, minexecutornums=nil, maxexecutornums=nil, createtime=nil, updatetime=nil, needrestart=nil, dataenginename=nil, dataengineid=nil, dataenginestate=nil, accesspointid=nil, accesspointname=nil, accesspointstate=nil, resourcegrouptype=nil, enginenetworkid=nil, networkconfignames=nil, frametype=nil, imagetype=nil, imagename=nil, imageversion=nil, size=nil, isdefault=nil, resourcegroupscene=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil, sparkminsize=nil)
|
13876
|
+
@EngineResourceGroupId = engineresourcegroupid
|
13877
|
+
@EngineResourceGroupName = engineresourcegroupname
|
13878
|
+
@Creator = creator
|
13879
|
+
@ResourceGroupState = resourcegroupstate
|
13880
|
+
@AutoLaunch = autolaunch
|
13881
|
+
@AutoPause = autopause
|
13882
|
+
@AutoPauseTime = autopausetime
|
13883
|
+
@DriverCuSpec = drivercuspec
|
13884
|
+
@ExecutorCuSpec = executorcuspec
|
13885
|
+
@MaxConcurrency = maxconcurrency
|
13886
|
+
@MinExecutorNums = minexecutornums
|
13887
|
+
@MaxExecutorNums = maxexecutornums
|
13888
|
+
@CreateTime = createtime
|
13889
|
+
@UpdateTime = updatetime
|
13890
|
+
@NeedRestart = needrestart
|
13891
|
+
@DataEngineName = dataenginename
|
13892
|
+
@DataEngineId = dataengineid
|
13893
|
+
@DataEngineState = dataenginestate
|
13894
|
+
@AccessPointId = accesspointid
|
13895
|
+
@AccessPointName = accesspointname
|
13896
|
+
@AccessPointState = accesspointstate
|
13897
|
+
@ResourceGroupType = resourcegrouptype
|
13898
|
+
@EngineNetworkId = enginenetworkid
|
13899
|
+
@NetworkConfigNames = networkconfignames
|
13900
|
+
@FrameType = frametype
|
13901
|
+
@ImageType = imagetype
|
13902
|
+
@ImageName = imagename
|
13903
|
+
@ImageVersion = imageversion
|
13904
|
+
@Size = size
|
13905
|
+
@IsDefault = isdefault
|
13906
|
+
@ResourceGroupScene = resourcegroupscene
|
13907
|
+
@PythonCuSpec = pythoncuspec
|
13908
|
+
@SparkSpecMode = sparkspecmode
|
13909
|
+
@SparkSize = sparksize
|
13910
|
+
@SparkMinSize = sparkminsize
|
12369
13911
|
end
|
12370
13912
|
|
12371
13913
|
def deserialize(params)
|
12372
|
-
@
|
12373
|
-
@
|
12374
|
-
|
12375
|
-
|
12376
|
-
|
12377
|
-
|
12378
|
-
|
12379
|
-
|
12380
|
-
|
12381
|
-
|
13914
|
+
@EngineResourceGroupId = params['EngineResourceGroupId']
|
13915
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
13916
|
+
@Creator = params['Creator']
|
13917
|
+
@ResourceGroupState = params['ResourceGroupState']
|
13918
|
+
@AutoLaunch = params['AutoLaunch']
|
13919
|
+
@AutoPause = params['AutoPause']
|
13920
|
+
@AutoPauseTime = params['AutoPauseTime']
|
13921
|
+
@DriverCuSpec = params['DriverCuSpec']
|
13922
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
13923
|
+
@MaxConcurrency = params['MaxConcurrency']
|
13924
|
+
@MinExecutorNums = params['MinExecutorNums']
|
13925
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
13926
|
+
@CreateTime = params['CreateTime']
|
13927
|
+
@UpdateTime = params['UpdateTime']
|
13928
|
+
@NeedRestart = params['NeedRestart']
|
13929
|
+
@DataEngineName = params['DataEngineName']
|
13930
|
+
@DataEngineId = params['DataEngineId']
|
13931
|
+
@DataEngineState = params['DataEngineState']
|
13932
|
+
@AccessPointId = params['AccessPointId']
|
13933
|
+
@AccessPointName = params['AccessPointName']
|
13934
|
+
@AccessPointState = params['AccessPointState']
|
13935
|
+
@ResourceGroupType = params['ResourceGroupType']
|
13936
|
+
@EngineNetworkId = params['EngineNetworkId']
|
13937
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
13938
|
+
@FrameType = params['FrameType']
|
13939
|
+
@ImageType = params['ImageType']
|
13940
|
+
@ImageName = params['ImageName']
|
13941
|
+
@ImageVersion = params['ImageVersion']
|
13942
|
+
@Size = params['Size']
|
13943
|
+
@IsDefault = params['IsDefault']
|
13944
|
+
@ResourceGroupScene = params['ResourceGroupScene']
|
13945
|
+
@PythonCuSpec = params['PythonCuSpec']
|
13946
|
+
@SparkSpecMode = params['SparkSpecMode']
|
13947
|
+
@SparkSize = params['SparkSize']
|
13948
|
+
@SparkMinSize = params['SparkMinSize']
|
12382
13949
|
end
|
12383
13950
|
end
|
12384
13951
|
|
@@ -12795,10 +14362,10 @@ module TencentCloud
|
|
12795
14362
|
|
12796
14363
|
attr_accessor :DatabaseName, :TableName, :DatasourceConnectionName, :TableComment, :Type, :TableFormat, :UserAlias, :UserSubUin, :GovernPolicy, :DbGovernPolicyIsDisable, :SmartPolicy, :PrimaryKeys
|
12797
14364
|
extend Gem::Deprecate
|
12798
|
-
deprecate :GovernPolicy, :none, 2025,
|
12799
|
-
deprecate :GovernPolicy=, :none, 2025,
|
12800
|
-
deprecate :DbGovernPolicyIsDisable, :none, 2025,
|
12801
|
-
deprecate :DbGovernPolicyIsDisable=, :none, 2025,
|
14365
|
+
deprecate :GovernPolicy, :none, 2025, 8
|
14366
|
+
deprecate :GovernPolicy=, :none, 2025, 8
|
14367
|
+
deprecate :DbGovernPolicyIsDisable, :none, 2025, 8
|
14368
|
+
deprecate :DbGovernPolicyIsDisable=, :none, 2025, 8
|
12802
14369
|
|
12803
14370
|
def initialize(databasename=nil, tablename=nil, datasourceconnectionname=nil, tablecomment=nil, type=nil, tableformat=nil, useralias=nil, usersubuin=nil, governpolicy=nil, dbgovernpolicyisdisable=nil, smartpolicy=nil, primarykeys=nil)
|
12804
14371
|
@DatabaseName = databasename
|
@@ -13534,6 +15101,38 @@ module TencentCloud
|
|
13534
15101
|
end
|
13535
15102
|
end
|
13536
15103
|
|
15104
|
+
# UnboundDatasourceHouse请求参数结构体
|
15105
|
+
class UnboundDatasourceHouseRequest < TencentCloud::Common::AbstractModel
|
15106
|
+
# @param NetworkConnectionName: 网络配置名称
|
15107
|
+
# @type NetworkConnectionName: String
|
15108
|
+
|
15109
|
+
attr_accessor :NetworkConnectionName
|
15110
|
+
|
15111
|
+
def initialize(networkconnectionname=nil)
|
15112
|
+
@NetworkConnectionName = networkconnectionname
|
15113
|
+
end
|
15114
|
+
|
15115
|
+
def deserialize(params)
|
15116
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
15117
|
+
end
|
15118
|
+
end
|
15119
|
+
|
15120
|
+
# UnboundDatasourceHouse返回参数结构体
|
15121
|
+
class UnboundDatasourceHouseResponse < TencentCloud::Common::AbstractModel
|
15122
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15123
|
+
# @type RequestId: String
|
15124
|
+
|
15125
|
+
attr_accessor :RequestId
|
15126
|
+
|
15127
|
+
def initialize(requestid=nil)
|
15128
|
+
@RequestId = requestid
|
15129
|
+
end
|
15130
|
+
|
15131
|
+
def deserialize(params)
|
15132
|
+
@RequestId = params['RequestId']
|
15133
|
+
end
|
15134
|
+
end
|
15135
|
+
|
13537
15136
|
# UnlockMetaData请求参数结构体
|
13538
15137
|
class UnlockMetaDataRequest < TencentCloud::Common::AbstractModel
|
13539
15138
|
# @param LockId: 锁ID
|
@@ -13570,6 +15169,33 @@ module TencentCloud
|
|
13570
15169
|
end
|
13571
15170
|
end
|
13572
15171
|
|
15172
|
+
# 配置下发参数
|
15173
|
+
class UpdateConfContext < TencentCloud::Common::AbstractModel
|
15174
|
+
# @param ConfigType: 参数类型,可选:StaticConfigType,DynamicConfigType
|
15175
|
+
# @type ConfigType: String
|
15176
|
+
# @param Params: 参数的配置数组
|
15177
|
+
# @type Params: Array
|
15178
|
+
|
15179
|
+
attr_accessor :ConfigType, :Params
|
15180
|
+
|
15181
|
+
def initialize(configtype=nil, params=nil)
|
15182
|
+
@ConfigType = configtype
|
15183
|
+
@Params = params
|
15184
|
+
end
|
15185
|
+
|
15186
|
+
def deserialize(params)
|
15187
|
+
@ConfigType = params['ConfigType']
|
15188
|
+
unless params['Params'].nil?
|
15189
|
+
@Params = []
|
15190
|
+
params['Params'].each do |i|
|
15191
|
+
param_tmp = Param.new
|
15192
|
+
param_tmp.deserialize(i)
|
15193
|
+
@Params << param_tmp
|
15194
|
+
end
|
15195
|
+
end
|
15196
|
+
end
|
15197
|
+
end
|
15198
|
+
|
13573
15199
|
# UpdateDataEngineConfig请求参数结构体
|
13574
15200
|
class UpdateDataEngineConfigRequest < TencentCloud::Common::AbstractModel
|
13575
15201
|
# @param DataEngineIds: 引擎ID
|
@@ -13708,6 +15334,82 @@ module TencentCloud
|
|
13708
15334
|
end
|
13709
15335
|
end
|
13710
15336
|
|
15337
|
+
# UpdateEngineResourceGroupNetworkConfigInfo请求参数结构体
|
15338
|
+
class UpdateEngineResourceGroupNetworkConfigInfoRequest < TencentCloud::Common::AbstractModel
|
15339
|
+
# @param EngineResourceGroupId: 引擎资源组ID
|
15340
|
+
# @type EngineResourceGroupId: String
|
15341
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15342
|
+
# @type IsEffectiveNow: Integer
|
15343
|
+
# @param NetworkConfigNames: 资源组绑定的网络配置名称集合
|
15344
|
+
# @type NetworkConfigNames: Array
|
15345
|
+
|
15346
|
+
attr_accessor :EngineResourceGroupId, :IsEffectiveNow, :NetworkConfigNames
|
15347
|
+
|
15348
|
+
def initialize(engineresourcegroupid=nil, iseffectivenow=nil, networkconfignames=nil)
|
15349
|
+
@EngineResourceGroupId = engineresourcegroupid
|
15350
|
+
@IsEffectiveNow = iseffectivenow
|
15351
|
+
@NetworkConfigNames = networkconfignames
|
15352
|
+
end
|
15353
|
+
|
15354
|
+
def deserialize(params)
|
15355
|
+
@EngineResourceGroupId = params['EngineResourceGroupId']
|
15356
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15357
|
+
@NetworkConfigNames = params['NetworkConfigNames']
|
15358
|
+
end
|
15359
|
+
end
|
15360
|
+
|
15361
|
+
# UpdateEngineResourceGroupNetworkConfigInfo返回参数结构体
|
15362
|
+
class UpdateEngineResourceGroupNetworkConfigInfoResponse < TencentCloud::Common::AbstractModel
|
15363
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15364
|
+
# @type RequestId: String
|
15365
|
+
|
15366
|
+
attr_accessor :RequestId
|
15367
|
+
|
15368
|
+
def initialize(requestid=nil)
|
15369
|
+
@RequestId = requestid
|
15370
|
+
end
|
15371
|
+
|
15372
|
+
def deserialize(params)
|
15373
|
+
@RequestId = params['RequestId']
|
15374
|
+
end
|
15375
|
+
end
|
15376
|
+
|
15377
|
+
# UpdateNetworkConnection请求参数结构体
|
15378
|
+
class UpdateNetworkConnectionRequest < TencentCloud::Common::AbstractModel
|
15379
|
+
# @param NetworkConnectionDesc: 网络配置描述
|
15380
|
+
# @type NetworkConnectionDesc: String
|
15381
|
+
# @param NetworkConnectionName: 网络配置名称
|
15382
|
+
# @type NetworkConnectionName: String
|
15383
|
+
|
15384
|
+
attr_accessor :NetworkConnectionDesc, :NetworkConnectionName
|
15385
|
+
|
15386
|
+
def initialize(networkconnectiondesc=nil, networkconnectionname=nil)
|
15387
|
+
@NetworkConnectionDesc = networkconnectiondesc
|
15388
|
+
@NetworkConnectionName = networkconnectionname
|
15389
|
+
end
|
15390
|
+
|
15391
|
+
def deserialize(params)
|
15392
|
+
@NetworkConnectionDesc = params['NetworkConnectionDesc']
|
15393
|
+
@NetworkConnectionName = params['NetworkConnectionName']
|
15394
|
+
end
|
15395
|
+
end
|
15396
|
+
|
15397
|
+
# UpdateNetworkConnection返回参数结构体
|
15398
|
+
class UpdateNetworkConnectionResponse < TencentCloud::Common::AbstractModel
|
15399
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15400
|
+
# @type RequestId: String
|
15401
|
+
|
15402
|
+
attr_accessor :RequestId
|
15403
|
+
|
15404
|
+
def initialize(requestid=nil)
|
15405
|
+
@RequestId = requestid
|
15406
|
+
end
|
15407
|
+
|
15408
|
+
def deserialize(params)
|
15409
|
+
@RequestId = params['RequestId']
|
15410
|
+
end
|
15411
|
+
end
|
15412
|
+
|
13711
15413
|
# UpdateRowFilter请求参数结构体
|
13712
15414
|
class UpdateRowFilterRequest < TencentCloud::Common::AbstractModel
|
13713
15415
|
# @param PolicyId: 行过滤策略的id,此值可以通过DescribeUserInfo或者DescribeWorkGroupInfo接口获取
|
@@ -13747,6 +15449,199 @@ module TencentCloud
|
|
13747
15449
|
end
|
13748
15450
|
end
|
13749
15451
|
|
15452
|
+
# UpdateStandardEngineResourceGroupBaseInfo请求参数结构体
|
15453
|
+
class UpdateStandardEngineResourceGroupBaseInfoRequest < TencentCloud::Common::AbstractModel
|
15454
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15455
|
+
# @type EngineResourceGroupName: String
|
15456
|
+
# @param AutoLaunch: 自动启动,(任务提交自动拉起资源组)0-自动启动,1-不自动启动
|
15457
|
+
# @type AutoLaunch: Integer
|
15458
|
+
# @param AutoPause: 自动挂起资源组。0-自动挂起,1-不自动挂起
|
15459
|
+
# @type AutoPause: Integer
|
15460
|
+
# @param AutoPauseTime: 自动挂起时间,单位分钟,取值范围在1-999(在无任务AutoPauseTime后,资源组自动挂起)
|
15461
|
+
# @type AutoPauseTime: Integer
|
15462
|
+
# @param MaxConcurrency: 任务并发数
|
15463
|
+
# @type MaxConcurrency: Integer
|
15464
|
+
|
15465
|
+
attr_accessor :EngineResourceGroupName, :AutoLaunch, :AutoPause, :AutoPauseTime, :MaxConcurrency
|
15466
|
+
|
15467
|
+
def initialize(engineresourcegroupname=nil, autolaunch=nil, autopause=nil, autopausetime=nil, maxconcurrency=nil)
|
15468
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15469
|
+
@AutoLaunch = autolaunch
|
15470
|
+
@AutoPause = autopause
|
15471
|
+
@AutoPauseTime = autopausetime
|
15472
|
+
@MaxConcurrency = maxconcurrency
|
15473
|
+
end
|
15474
|
+
|
15475
|
+
def deserialize(params)
|
15476
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15477
|
+
@AutoLaunch = params['AutoLaunch']
|
15478
|
+
@AutoPause = params['AutoPause']
|
15479
|
+
@AutoPauseTime = params['AutoPauseTime']
|
15480
|
+
@MaxConcurrency = params['MaxConcurrency']
|
15481
|
+
end
|
15482
|
+
end
|
15483
|
+
|
15484
|
+
# UpdateStandardEngineResourceGroupBaseInfo返回参数结构体
|
15485
|
+
class UpdateStandardEngineResourceGroupBaseInfoResponse < TencentCloud::Common::AbstractModel
|
15486
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15487
|
+
# @type RequestId: String
|
15488
|
+
|
15489
|
+
attr_accessor :RequestId
|
15490
|
+
|
15491
|
+
def initialize(requestid=nil)
|
15492
|
+
@RequestId = requestid
|
15493
|
+
end
|
15494
|
+
|
15495
|
+
def deserialize(params)
|
15496
|
+
@RequestId = params['RequestId']
|
15497
|
+
end
|
15498
|
+
end
|
15499
|
+
|
15500
|
+
# UpdateStandardEngineResourceGroupConfigInfo请求参数结构体
|
15501
|
+
class UpdateStandardEngineResourceGroupConfigInfoRequest < TencentCloud::Common::AbstractModel
|
15502
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15503
|
+
# @type EngineResourceGroupName: String
|
15504
|
+
# @param UpdateConfContext: 需要更新的配置
|
15505
|
+
# @type UpdateConfContext: Array
|
15506
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15507
|
+
# @type IsEffectiveNow: Integer
|
15508
|
+
|
15509
|
+
attr_accessor :EngineResourceGroupName, :UpdateConfContext, :IsEffectiveNow
|
15510
|
+
|
15511
|
+
def initialize(engineresourcegroupname=nil, updateconfcontext=nil, iseffectivenow=nil)
|
15512
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15513
|
+
@UpdateConfContext = updateconfcontext
|
15514
|
+
@IsEffectiveNow = iseffectivenow
|
15515
|
+
end
|
15516
|
+
|
15517
|
+
def deserialize(params)
|
15518
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15519
|
+
unless params['UpdateConfContext'].nil?
|
15520
|
+
@UpdateConfContext = []
|
15521
|
+
params['UpdateConfContext'].each do |i|
|
15522
|
+
updateconfcontext_tmp = UpdateConfContext.new
|
15523
|
+
updateconfcontext_tmp.deserialize(i)
|
15524
|
+
@UpdateConfContext << updateconfcontext_tmp
|
15525
|
+
end
|
15526
|
+
end
|
15527
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15528
|
+
end
|
15529
|
+
end
|
15530
|
+
|
15531
|
+
# UpdateStandardEngineResourceGroupConfigInfo返回参数结构体
|
15532
|
+
class UpdateStandardEngineResourceGroupConfigInfoResponse < TencentCloud::Common::AbstractModel
|
15533
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15534
|
+
# @type RequestId: String
|
15535
|
+
|
15536
|
+
attr_accessor :RequestId
|
15537
|
+
|
15538
|
+
def initialize(requestid=nil)
|
15539
|
+
@RequestId = requestid
|
15540
|
+
end
|
15541
|
+
|
15542
|
+
def deserialize(params)
|
15543
|
+
@RequestId = params['RequestId']
|
15544
|
+
end
|
15545
|
+
end
|
15546
|
+
|
15547
|
+
# UpdateStandardEngineResourceGroupResourceInfo请求参数结构体
|
15548
|
+
class UpdateStandardEngineResourceGroupResourceInfoRequest < TencentCloud::Common::AbstractModel
|
15549
|
+
# @param EngineResourceGroupName: 引擎资源组名称
|
15550
|
+
# @type EngineResourceGroupName: String
|
15551
|
+
# @param DriverCuSpec: driver的cu规格:
|
15552
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
15553
|
+
# @type DriverCuSpec: String
|
15554
|
+
# @param ExecutorCuSpec: executor的cu规格:
|
15555
|
+
# 当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu),内存型cu为cpu:men=1:8,m.small(1cu内存型)、m.medium(2cu内存型)、m.large(4cu内存型)、m.xlarge(8cu内存型)
|
15556
|
+
# @type ExecutorCuSpec: String
|
15557
|
+
# @param MinExecutorNums: executor最小数量,
|
15558
|
+
# @type MinExecutorNums: Integer
|
15559
|
+
# @param MaxExecutorNums: executor最大数量
|
15560
|
+
# @type MaxExecutorNums: Integer
|
15561
|
+
# @param IsEffectiveNow: 是否立即重启资源组生效,0--立即生效,1--只保持不重启生效
|
15562
|
+
# @type IsEffectiveNow: Integer
|
15563
|
+
# @param Size: AI资源组资源上限
|
15564
|
+
# @type Size: Integer
|
15565
|
+
# @param ImageType: 镜像类型,内置镜像:built-in,自定义镜像:custom
|
15566
|
+
# @type ImageType: String
|
15567
|
+
# @param ImageName: 镜像名称
|
15568
|
+
# @type ImageName: String
|
15569
|
+
# @param ImageVersion: 镜像版本,镜像id
|
15570
|
+
# @type ImageVersion: String
|
15571
|
+
# @param FrameType: 框架类型
|
15572
|
+
# @type FrameType: String
|
15573
|
+
# @param PublicDomain: 自定义镜像域名
|
15574
|
+
# @type PublicDomain: String
|
15575
|
+
# @param RegistryId: 自定义镜像实例id
|
15576
|
+
# @type RegistryId: String
|
15577
|
+
# @param RegionName: 自定义镜像所属地域
|
15578
|
+
# @type RegionName: String
|
15579
|
+
# @param PythonCuSpec: python类型资源组python单机节点资源上限,该值要小于资源组的资源上限.small:1cu medium:2cu large:4cu xlarge:8cu 4xlarge:16cu 8xlarge:32cu 16xlarge:64cu,如果是高内存型资源,在类型前面加上m.
|
15580
|
+
# @type PythonCuSpec: String
|
15581
|
+
# @param SparkSpecMode: 仅SQL资源组资源配置模式,fast:快速模式,custom:自定义模式
|
15582
|
+
# @type SparkSpecMode: String
|
15583
|
+
# @param SparkSize: 仅SQL资源组资源上限,仅用于快速模式
|
15584
|
+
# @type SparkSize: Integer
|
15585
|
+
|
15586
|
+
attr_accessor :EngineResourceGroupName, :DriverCuSpec, :ExecutorCuSpec, :MinExecutorNums, :MaxExecutorNums, :IsEffectiveNow, :Size, :ImageType, :ImageName, :ImageVersion, :FrameType, :PublicDomain, :RegistryId, :RegionName, :PythonCuSpec, :SparkSpecMode, :SparkSize
|
15587
|
+
|
15588
|
+
def initialize(engineresourcegroupname=nil, drivercuspec=nil, executorcuspec=nil, minexecutornums=nil, maxexecutornums=nil, iseffectivenow=nil, size=nil, imagetype=nil, imagename=nil, imageversion=nil, frametype=nil, publicdomain=nil, registryid=nil, regionname=nil, pythoncuspec=nil, sparkspecmode=nil, sparksize=nil)
|
15589
|
+
@EngineResourceGroupName = engineresourcegroupname
|
15590
|
+
@DriverCuSpec = drivercuspec
|
15591
|
+
@ExecutorCuSpec = executorcuspec
|
15592
|
+
@MinExecutorNums = minexecutornums
|
15593
|
+
@MaxExecutorNums = maxexecutornums
|
15594
|
+
@IsEffectiveNow = iseffectivenow
|
15595
|
+
@Size = size
|
15596
|
+
@ImageType = imagetype
|
15597
|
+
@ImageName = imagename
|
15598
|
+
@ImageVersion = imageversion
|
15599
|
+
@FrameType = frametype
|
15600
|
+
@PublicDomain = publicdomain
|
15601
|
+
@RegistryId = registryid
|
15602
|
+
@RegionName = regionname
|
15603
|
+
@PythonCuSpec = pythoncuspec
|
15604
|
+
@SparkSpecMode = sparkspecmode
|
15605
|
+
@SparkSize = sparksize
|
15606
|
+
end
|
15607
|
+
|
15608
|
+
def deserialize(params)
|
15609
|
+
@EngineResourceGroupName = params['EngineResourceGroupName']
|
15610
|
+
@DriverCuSpec = params['DriverCuSpec']
|
15611
|
+
@ExecutorCuSpec = params['ExecutorCuSpec']
|
15612
|
+
@MinExecutorNums = params['MinExecutorNums']
|
15613
|
+
@MaxExecutorNums = params['MaxExecutorNums']
|
15614
|
+
@IsEffectiveNow = params['IsEffectiveNow']
|
15615
|
+
@Size = params['Size']
|
15616
|
+
@ImageType = params['ImageType']
|
15617
|
+
@ImageName = params['ImageName']
|
15618
|
+
@ImageVersion = params['ImageVersion']
|
15619
|
+
@FrameType = params['FrameType']
|
15620
|
+
@PublicDomain = params['PublicDomain']
|
15621
|
+
@RegistryId = params['RegistryId']
|
15622
|
+
@RegionName = params['RegionName']
|
15623
|
+
@PythonCuSpec = params['PythonCuSpec']
|
15624
|
+
@SparkSpecMode = params['SparkSpecMode']
|
15625
|
+
@SparkSize = params['SparkSize']
|
15626
|
+
end
|
15627
|
+
end
|
15628
|
+
|
15629
|
+
# UpdateStandardEngineResourceGroupResourceInfo返回参数结构体
|
15630
|
+
class UpdateStandardEngineResourceGroupResourceInfoResponse < TencentCloud::Common::AbstractModel
|
15631
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15632
|
+
# @type RequestId: String
|
15633
|
+
|
15634
|
+
attr_accessor :RequestId
|
15635
|
+
|
15636
|
+
def initialize(requestid=nil)
|
15637
|
+
@RequestId = requestid
|
15638
|
+
end
|
15639
|
+
|
15640
|
+
def deserialize(params)
|
15641
|
+
@RequestId = params['RequestId']
|
15642
|
+
end
|
15643
|
+
end
|
15644
|
+
|
13750
15645
|
# UpdateUserDataEngineConfig请求参数结构体
|
13751
15646
|
class UpdateUserDataEngineConfigRequest < TencentCloud::Common::AbstractModel
|
13752
15647
|
# @param DataEngineId: 引擎ID
|
@@ -14089,6 +15984,43 @@ module TencentCloud
|
|
14089
15984
|
end
|
14090
15985
|
end
|
14091
15986
|
|
15987
|
+
# 用户vpc网络连接信息
|
15988
|
+
class UserVpcConnectionInfo < TencentCloud::Common::AbstractModel
|
15989
|
+
# @param EngineNetworkId: 引擎网络ID
|
15990
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15991
|
+
# @type EngineNetworkId: String
|
15992
|
+
# @param UserVpcId: 用户vpcid
|
15993
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15994
|
+
# @type UserVpcId: String
|
15995
|
+
# @param UserVpcEndpointId: 用户终端节点ID
|
15996
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
15997
|
+
# @type UserVpcEndpointId: String
|
15998
|
+
# @param UserVpcEndpointName: 用户终端节点名称
|
15999
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16000
|
+
# @type UserVpcEndpointName: String
|
16001
|
+
# @param AccessConnectionInfos: 接入点信息
|
16002
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
16003
|
+
# @type AccessConnectionInfos: Array
|
16004
|
+
|
16005
|
+
attr_accessor :EngineNetworkId, :UserVpcId, :UserVpcEndpointId, :UserVpcEndpointName, :AccessConnectionInfos
|
16006
|
+
|
16007
|
+
def initialize(enginenetworkid=nil, uservpcid=nil, uservpcendpointid=nil, uservpcendpointname=nil, accessconnectioninfos=nil)
|
16008
|
+
@EngineNetworkId = enginenetworkid
|
16009
|
+
@UserVpcId = uservpcid
|
16010
|
+
@UserVpcEndpointId = uservpcendpointid
|
16011
|
+
@UserVpcEndpointName = uservpcendpointname
|
16012
|
+
@AccessConnectionInfos = accessconnectioninfos
|
16013
|
+
end
|
16014
|
+
|
16015
|
+
def deserialize(params)
|
16016
|
+
@EngineNetworkId = params['EngineNetworkId']
|
16017
|
+
@UserVpcId = params['UserVpcId']
|
16018
|
+
@UserVpcEndpointId = params['UserVpcEndpointId']
|
16019
|
+
@UserVpcEndpointName = params['UserVpcEndpointName']
|
16020
|
+
@AccessConnectionInfos = params['AccessConnectionInfos']
|
16021
|
+
end
|
16022
|
+
end
|
16023
|
+
|
14092
16024
|
# 用户信息集合
|
14093
16025
|
class Users < TencentCloud::Common::AbstractModel
|
14094
16026
|
# @param UserSet: 用户信息集合
|