tencentcloud-sdk-dlc 3.0.1039 → 3.0.1041

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20210125/models.rb +49 -293
  4. metadata +2 -2
@@ -419,46 +419,39 @@ module TencentCloud
419
419
  # @param InstanceStartTime: 任务创建时间,毫秒时间戳
420
420
  # @type InstanceStartTime: Integer
421
421
  # @param InstanceCompleteTime: 任务结束时间,毫秒时间戳
422
- # 注意:此字段可能返回 null,表示取不到有效值。
423
422
  # @type InstanceCompleteTime: Integer
424
423
  # @param State: 任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。
425
424
  # @type State: Integer
426
425
  # @param SQL: 任务SQL语句
427
426
  # @type SQL: String
428
427
  # @param DataEngineName: 计算资源名字
429
- # 注意:此字段可能返回 null,表示取不到有效值。
430
428
  # @type DataEngineName: String
431
429
  # @param JobTimeSum: 单位毫秒,引擎内执行耗时
432
- # 注意:此字段可能返回 null,表示取不到有效值。
433
430
  # @type JobTimeSum: Integer
434
- # @param TaskTimeSum: 单位秒,CU资源消耗
435
- # 注意:此字段可能返回 null,表示取不到有效值。
431
+ # @param TaskTimeSum: 单位秒,统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
436
432
  # @type TaskTimeSum: Integer
437
433
  # @param InputRecordsSum: 数据扫描总行数
438
- # 注意:此字段可能返回 null,表示取不到有效值。
439
434
  # @type InputRecordsSum: Integer
440
435
  # @param InputBytesSum: 数据扫描总 bytes
441
- # 注意:此字段可能返回 null,表示取不到有效值。
442
436
  # @type InputBytesSum: Integer
443
437
  # @param OutputRecordsSum: 输出总行数
444
- # 注意:此字段可能返回 null,表示取不到有效值。
445
438
  # @type OutputRecordsSum: Integer
446
439
  # @param OutputBytesSum: 输出总 bytes
447
- # 注意:此字段可能返回 null,表示取不到有效值。
448
440
  # @type OutputBytesSum: Integer
449
441
  # @param ShuffleReadBytesSum: shuffle read 总 bytes
450
- # 注意:此字段可能返回 null,表示取不到有效值。
451
442
  # @type ShuffleReadBytesSum: Integer
452
443
  # @param ShuffleReadRecordsSum: shuffle read 总行数
453
- # 注意:此字段可能返回 null,表示取不到有效值。
454
444
  # @type ShuffleReadRecordsSum: Integer
455
445
  # @param AnalysisStatus: 洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
456
- # 注意:此字段可能返回 null,表示取不到有效值。
457
446
  # @type AnalysisStatus: String
447
+ # @param OutputFilesNum: 任务输出文件总数
448
+ # @type OutputFilesNum: Integer
449
+ # @param OutputSmallFilesNum: 任务输出小文件总数
450
+ # @type OutputSmallFilesNum: Integer
458
451
 
459
- attr_accessor :Id, :InstanceStartTime, :InstanceCompleteTime, :State, :SQL, :DataEngineName, :JobTimeSum, :TaskTimeSum, :InputRecordsSum, :InputBytesSum, :OutputRecordsSum, :OutputBytesSum, :ShuffleReadBytesSum, :ShuffleReadRecordsSum, :AnalysisStatus
452
+ attr_accessor :Id, :InstanceStartTime, :InstanceCompleteTime, :State, :SQL, :DataEngineName, :JobTimeSum, :TaskTimeSum, :InputRecordsSum, :InputBytesSum, :OutputRecordsSum, :OutputBytesSum, :ShuffleReadBytesSum, :ShuffleReadRecordsSum, :AnalysisStatus, :OutputFilesNum, :OutputSmallFilesNum
460
453
 
461
- def initialize(id=nil, instancestarttime=nil, instancecompletetime=nil, state=nil, sql=nil, dataenginename=nil, jobtimesum=nil, tasktimesum=nil, inputrecordssum=nil, inputbytessum=nil, outputrecordssum=nil, outputbytessum=nil, shufflereadbytessum=nil, shufflereadrecordssum=nil, analysisstatus=nil)
454
+ def initialize(id=nil, instancestarttime=nil, instancecompletetime=nil, state=nil, sql=nil, dataenginename=nil, jobtimesum=nil, tasktimesum=nil, inputrecordssum=nil, inputbytessum=nil, outputrecordssum=nil, outputbytessum=nil, shufflereadbytessum=nil, shufflereadrecordssum=nil, analysisstatus=nil, outputfilesnum=nil, outputsmallfilesnum=nil)
462
455
  @Id = id
463
456
  @InstanceStartTime = instancestarttime
464
457
  @InstanceCompleteTime = instancecompletetime
@@ -474,6 +467,8 @@ module TencentCloud
474
467
  @ShuffleReadBytesSum = shufflereadbytessum
475
468
  @ShuffleReadRecordsSum = shufflereadrecordssum
476
469
  @AnalysisStatus = analysisstatus
470
+ @OutputFilesNum = outputfilesnum
471
+ @OutputSmallFilesNum = outputsmallfilesnum
477
472
  end
478
473
 
479
474
  def deserialize(params)
@@ -492,6 +487,8 @@ module TencentCloud
492
487
  @ShuffleReadBytesSum = params['ShuffleReadBytesSum']
493
488
  @ShuffleReadRecordsSum = params['ShuffleReadRecordsSum']
494
489
  @AnalysisStatus = params['AnalysisStatus']
490
+ @OutputFilesNum = params['OutputFilesNum']
491
+ @OutputSmallFilesNum = params['OutputSmallFilesNum']
495
492
  end
496
493
  end
497
494
 
@@ -760,22 +757,16 @@ module TencentCloud
760
757
  # spark session batch SQL的消耗信息
761
758
  class BatchSQLCostInfo < TencentCloud::Common::AbstractModel
762
759
  # @param BatchId: 任务id
763
- # 注意:此字段可能返回 null,表示取不到有效值。
764
760
  # @type BatchId: String
765
761
  # @param DataEngineName: 引擎名称
766
- # 注意:此字段可能返回 null,表示取不到有效值。
767
762
  # @type DataEngineName: String
768
763
  # @param DataEngineId: 引擎id
769
- # 注意:此字段可能返回 null,表示取不到有效值。
770
764
  # @type DataEngineId: String
771
765
  # @param Cost: 本次消耗,单位cu
772
- # 注意:此字段可能返回 null,表示取不到有效值。
773
766
  # @type Cost: Float
774
767
  # @param TimeCost: 时间开销,秒
775
- # 注意:此字段可能返回 null,表示取不到有效值。
776
768
  # @type TimeCost: Integer
777
769
  # @param Operator: 操作者
778
- # 注意:此字段可能返回 null,表示取不到有效值。
779
770
  # @type Operator: String
780
771
 
781
772
  attr_accessor :BatchId, :DataEngineName, :DataEngineId, :Cost, :TimeCost, :Operator
@@ -802,13 +793,10 @@ module TencentCloud
802
793
  # SparkSQL批任务信息
803
794
  class BatchSqlTask < TencentCloud::Common::AbstractModel
804
795
  # @param TaskId: SQL子任务唯一标识
805
- # 注意:此字段可能返回 null,表示取不到有效值。
806
796
  # @type TaskId: String
807
797
  # @param ExecuteSQL: 运行SQL
808
- # 注意:此字段可能返回 null,表示取不到有效值。
809
798
  # @type ExecuteSQL: String
810
799
  # @param Message: 任务信息,成功则返回:Task Success!,失败则返回异常信息
811
- # 注意:此字段可能返回 null,表示取不到有效值。
812
800
  # @type Message: String
813
801
 
814
802
  attr_accessor :TaskId, :ExecuteSQL, :Message
@@ -864,20 +852,14 @@ module TencentCloud
864
852
  # chdfs产品vpc信息
865
853
  class CHDFSProductVpcInfo < TencentCloud::Common::AbstractModel
866
854
  # @param VpcId: vpc id
867
-
868
- # 注意:此字段可能返回 null,表示取不到有效值。
869
855
  # @type VpcId: String
870
856
  # @param VpcName: vpc名称
871
- # 注意:此字段可能返回 null,表示取不到有效值。
872
857
  # @type VpcName: String
873
858
  # @param VpcCidrBlock: vpc子网信息列表
874
- # 注意:此字段可能返回 null,表示取不到有效值。
875
859
  # @type VpcCidrBlock: Array
876
860
  # @param RuleId: 规则Id
877
- # 注意:此字段可能返回 null,表示取不到有效值。
878
861
  # @type RuleId: Integer
879
862
  # @param AccessGroupId: 权限组Id
880
- # 注意:此字段可能返回 null,表示取不到有效值。
881
863
  # @type AccessGroupId: String
882
864
 
883
865
  attr_accessor :VpcId, :VpcName, :VpcCidrBlock, :RuleId, :AccessGroupId
@@ -1303,25 +1285,18 @@ module TencentCloud
1303
1285
  # 注意:此字段可能返回 null,表示取不到有效值。
1304
1286
  # @type Comment: String
1305
1287
  # @param Precision: 表示整个 numeric 的长度
1306
- # 注意:此字段可能返回 null,表示取不到有效值。
1307
1288
  # @type Precision: Integer
1308
1289
  # @param Scale: 表示小数部分的长度
1309
- # 注意:此字段可能返回 null,表示取不到有效值。
1310
1290
  # @type Scale: Integer
1311
1291
  # @param Nullable: 是否为null
1312
- # 注意:此字段可能返回 null,表示取不到有效值。
1313
1292
  # @type Nullable: String
1314
1293
  # @param Position: 字段位置,小的在前
1315
- # 注意:此字段可能返回 null,表示取不到有效值。
1316
1294
  # @type Position: Integer
1317
1295
  # @param CreateTime: 字段创建时间
1318
- # 注意:此字段可能返回 null,表示取不到有效值。
1319
1296
  # @type CreateTime: String
1320
1297
  # @param ModifiedTime: 字段修改时间
1321
- # 注意:此字段可能返回 null,表示取不到有效值。
1322
1298
  # @type ModifiedTime: String
1323
1299
  # @param IsPartition: 是否为分区字段
1324
- # 注意:此字段可能返回 null,表示取不到有效值。
1325
1300
  # @type IsPartition: Boolean
1326
1301
  # @param DataMaskStrategyInfo: 数据脱敏策略信息
1327
1302
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -1492,7 +1467,6 @@ module TencentCloud
1492
1467
  # CreateCHDFSBindingProduct返回参数结构体
1493
1468
  class CreateCHDFSBindingProductResponse < TencentCloud::Common::AbstractModel
1494
1469
  # @param MountPointAssociates: 绑定信息
1495
- # 注意:此字段可能返回 null,表示取不到有效值。
1496
1470
  # @type MountPointAssociates: Array
1497
1471
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1498
1472
  # @type RequestId: String
@@ -2211,7 +2185,6 @@ module TencentCloud
2211
2185
  # @param SessionId: Session唯一标识
2212
2186
  # @type SessionId: String
2213
2187
  # @param SparkAppId: Spark任务返回的AppId
2214
- # 注意:此字段可能返回 null,表示取不到有效值。
2215
2188
  # @type SparkAppId: String
2216
2189
  # @param State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
2217
2190
  # @type State: String
@@ -2552,7 +2525,6 @@ module TencentCloud
2552
2525
  # CreateSparkApp返回参数结构体
2553
2526
  class CreateSparkAppResponse < TencentCloud::Common::AbstractModel
2554
2527
  # @param SparkAppId: App唯一标识
2555
- # 注意:此字段可能返回 null,表示取不到有效值。
2556
2528
  # @type SparkAppId: String
2557
2529
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2558
2530
  # @type RequestId: String
@@ -2962,7 +2934,6 @@ module TencentCloud
2962
2934
  # CreateTask返回参数结构体
2963
2935
  class CreateTaskResponse < TencentCloud::Common::AbstractModel
2964
2936
  # @param TaskId: 任务ID
2965
- # 注意:此字段可能返回 null,表示取不到有效值。
2966
2937
  # @type TaskId: String
2967
2938
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2968
2939
  # @type RequestId: String
@@ -3246,16 +3217,12 @@ module TencentCloud
3246
3217
  # DLC 数据目录访问权限
3247
3218
  class DLCCatalogAccess < TencentCloud::Common::AbstractModel
3248
3219
  # @param VpcId: VPCID
3249
- # 注意:此字段可能返回 null,表示取不到有效值。
3250
3220
  # @type VpcId: String
3251
3221
  # @param Product: 产品类型
3252
- # 注意:此字段可能返回 null,表示取不到有效值。
3253
3222
  # @type Product: String
3254
3223
  # @param Description: 描述信息
3255
- # 注意:此字段可能返回 null,表示取不到有效值。
3256
3224
  # @type Description: String
3257
3225
  # @param CreateTime: 创建时间
3258
- # 注意:此字段可能返回 null,表示取不到有效值。
3259
3226
  # @type CreateTime: String
3260
3227
 
3261
3228
  attr_accessor :VpcId, :Product, :Description, :CreateTime
@@ -3749,7 +3716,6 @@ module TencentCloud
3749
3716
  # 引擎配置信息
3750
3717
  class DataEngineConfigInstanceInfo < TencentCloud::Common::AbstractModel
3751
3718
  # @param DataEngineId: 引擎ID
3752
- # 注意:此字段可能返回 null,表示取不到有效值。
3753
3719
  # @type DataEngineId: String
3754
3720
  # @param DataEngineConfigPairs: 用户自定义配置项集合
3755
3721
  # @type DataEngineConfigPairs: Array
@@ -3808,7 +3774,6 @@ module TencentCloud
3808
3774
  # @param ImageVersion: 镜像大版本名称
3809
3775
  # @type ImageVersion: String
3810
3776
  # @param Description: 镜像大版本描述
3811
- # 注意:此字段可能返回 null,表示取不到有效值。
3812
3777
  # @type Description: String
3813
3778
  # @param IsPublic: 是否为公共版本:1:公共;2:私有
3814
3779
  # @type IsPublic: Integer
@@ -4289,10 +4254,8 @@ module TencentCloud
4289
4254
  # 数据治理规则
4290
4255
  class DataGovernPolicy < TencentCloud::Common::AbstractModel
4291
4256
  # @param RuleType: 治理规则类型,Customize: 自定义;Intelligence: 智能治理
4292
- # 注意:此字段可能返回 null,表示取不到有效值。
4293
4257
  # @type RuleType: String
4294
4258
  # @param GovernEngine: 治理引擎
4295
- # 注意:此字段可能返回 null,表示取不到有效值。
4296
4259
  # @type GovernEngine: String
4297
4260
 
4298
4261
  attr_accessor :RuleType, :GovernEngine
@@ -4311,22 +4274,17 @@ module TencentCloud
4311
4274
  # 数据脱敏策略信息
4312
4275
  class DataMaskStrategyInfo < TencentCloud::Common::AbstractModel
4313
4276
  # @param StrategyName: 策略名称
4314
- # 注意:此字段可能返回 null,表示取不到有效值。
4315
4277
  # @type StrategyName: String
4316
4278
  # @param StrategyType: MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
4317
- # 注意:此字段可能返回 null,表示取不到有效值。
4318
4279
  # @type StrategyType: String
4319
4280
  # @param StrategyDesc: 策略描述
4320
- # 注意:此字段可能返回 null,表示取不到有效值。
4321
4281
  # @type StrategyDesc: String
4322
4282
  # @param Groups: 用户组策略列表
4323
4283
  # 注意:此字段可能返回 null,表示取不到有效值。
4324
4284
  # @type Groups: Array
4325
4285
  # @param Users: 用户子账号uin列表,按;拼接
4326
- # 注意:此字段可能返回 null,表示取不到有效值。
4327
4286
  # @type Users: String
4328
4287
  # @param StrategyId: 策略Id
4329
- # 注意:此字段可能返回 null,表示取不到有效值。
4330
4288
  # @type StrategyId: String
4331
4289
 
4332
4290
  attr_accessor :StrategyName, :StrategyType, :StrategyDesc, :Groups, :Users, :StrategyId
@@ -4418,7 +4376,6 @@ module TencentCloud
4418
4376
  # 注意:此字段可能返回 null,表示取不到有效值。
4419
4377
  # @type Properties: Array
4420
4378
  # @param Location: 数据库cos路径
4421
- # 注意:此字段可能返回 null,表示取不到有效值。
4422
4379
  # @type Location: String
4423
4380
 
4424
4381
  attr_accessor :DatabaseName, :Comment, :Properties, :Location
@@ -4450,7 +4407,6 @@ module TencentCloud
4450
4407
  # @param DatabaseName: 数据库名称。
4451
4408
  # @type DatabaseName: String
4452
4409
  # @param Comment: 数据库描述信息,长度 0~256。
4453
- # 注意:此字段可能返回 null,表示取不到有效值。
4454
4410
  # @type Comment: String
4455
4411
  # @param Properties: 允许针对数据库的属性元数据信息进行指定。
4456
4412
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -4462,19 +4418,15 @@ module TencentCloud
4462
4418
  # 注意:此字段可能返回 null,表示取不到有效值。
4463
4419
  # @type ModifiedTime: String
4464
4420
  # @param Location: cos存储路径
4465
- # 注意:此字段可能返回 null,表示取不到有效值。
4466
4421
  # @type Location: String
4467
4422
  # @param UserAlias: 建库用户昵称
4468
- # 注意:此字段可能返回 null,表示取不到有效值。
4469
4423
  # @type UserAlias: String
4470
4424
  # @param UserSubUin: 建库用户ID
4471
- # 注意:此字段可能返回 null,表示取不到有效值。
4472
4425
  # @type UserSubUin: String
4473
4426
  # @param GovernPolicy: 数据治理配置项
4474
4427
  # 注意:此字段可能返回 null,表示取不到有效值。
4475
4428
  # @type GovernPolicy: :class:`Tencentcloud::Dlc.v20210125.models.DataGovernPolicy`
4476
4429
  # @param DatabaseId: 数据库ID(无效字段)
4477
- # 注意:此字段可能返回 null,表示取不到有效值。
4478
4430
  # @type DatabaseId: String
4479
4431
 
4480
4432
  attr_accessor :DatabaseName, :Comment, :Properties, :CreateTime, :ModifiedTime, :Location, :UserAlias, :UserSubUin, :GovernPolicy, :DatabaseId
@@ -4646,16 +4598,13 @@ module TencentCloud
4646
4598
  # 注意:此字段可能返回 null,表示取不到有效值。
4647
4599
  # @type DataEngines: Array
4648
4600
  # @param UserAlias: 创建人
4649
- # 注意:此字段可能返回 null,表示取不到有效值。
4650
4601
  # @type UserAlias: String
4651
4602
  # @param NetworkConnectionSet: 网络配置列表
4652
4603
  # 注意:此字段可能返回 null,表示取不到有效值。
4653
4604
  # @type NetworkConnectionSet: Array
4654
4605
  # @param ConnectivityState: 连通性状态:0(未测试,默认)、1(正常)、2(失败)
4655
- # 注意:此字段可能返回 null,表示取不到有效值。
4656
4606
  # @type ConnectivityState: Integer
4657
4607
  # @param ConnectivityTips: 连通性测试提示信息
4658
- # 注意:此字段可能返回 null,表示取不到有效值。
4659
4608
  # @type ConnectivityTips: String
4660
4609
 
4661
4610
  attr_accessor :Id, :DatasourceConnectionId, :DatasourceConnectionName, :DatasourceConnectionDesc, :DatasourceConnectionType, :DatasourceConnectionConfig, :State, :Region, :AppId, :CreateTime, :UpdateTime, :Message, :DataEngines, :UserAlias, :NetworkConnectionSet, :ConnectivityState, :ConnectivityTips
@@ -5114,18 +5063,21 @@ module TencentCloud
5114
5063
  # @param HasLakeFs: 是否有托管存储权限
5115
5064
  # @type HasLakeFs: Boolean
5116
5065
  # @param LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
5117
- # 注意:此字段可能返回 null,表示取不到有效值。
5118
5066
  # @type LakeFsStatus: String
5067
+ # @param BucketType: 托管存储桶类型
5068
+ # 注意:此字段可能返回 null,表示取不到有效值。
5069
+ # @type BucketType: String
5119
5070
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5120
5071
  # @type RequestId: String
5121
5072
 
5122
- attr_accessor :Enable, :StoreLocation, :HasLakeFs, :LakeFsStatus, :RequestId
5073
+ attr_accessor :Enable, :StoreLocation, :HasLakeFs, :LakeFsStatus, :BucketType, :RequestId
5123
5074
 
5124
- def initialize(enable=nil, storelocation=nil, haslakefs=nil, lakefsstatus=nil, requestid=nil)
5075
+ def initialize(enable=nil, storelocation=nil, haslakefs=nil, lakefsstatus=nil, buckettype=nil, requestid=nil)
5125
5076
  @Enable = enable
5126
5077
  @StoreLocation = storelocation
5127
5078
  @HasLakeFs = haslakefs
5128
5079
  @LakeFsStatus = lakefsstatus
5080
+ @BucketType = buckettype
5129
5081
  @RequestId = requestid
5130
5082
  end
5131
5083
 
@@ -5134,6 +5086,7 @@ module TencentCloud
5134
5086
  @StoreLocation = params['StoreLocation']
5135
5087
  @HasLakeFs = params['HasLakeFs']
5136
5088
  @LakeFsStatus = params['LakeFsStatus']
5089
+ @BucketType = params['BucketType']
5137
5090
  @RequestId = params['RequestId']
5138
5091
  end
5139
5092
  end
@@ -5227,16 +5180,12 @@ module TencentCloud
5227
5180
  # DescribeDMSDatabase返回参数结构体
5228
5181
  class DescribeDMSDatabaseResponse < TencentCloud::Common::AbstractModel
5229
5182
  # @param Name: 数据库名称
5230
- # 注意:此字段可能返回 null,表示取不到有效值。
5231
5183
  # @type Name: String
5232
5184
  # @param SchemaName: schema名称
5233
- # 注意:此字段可能返回 null,表示取不到有效值。
5234
5185
  # @type SchemaName: String
5235
5186
  # @param Location: 存储地址
5236
- # 注意:此字段可能返回 null,表示取不到有效值。
5237
5187
  # @type Location: String
5238
5188
  # @param Asset: 数据对象
5239
- # 注意:此字段可能返回 null,表示取不到有效值。
5240
5189
  # @type Asset: :class:`Tencentcloud::Dlc.v20210125.models.Asset`
5241
5190
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5242
5191
  # @type RequestId: String
@@ -5405,19 +5354,14 @@ module TencentCloud
5405
5354
  # DescribeDMSTable返回参数结构体
5406
5355
  class DescribeDMSTableResponse < TencentCloud::Common::AbstractModel
5407
5356
  # @param Asset: 基础对象
5408
- # 注意:此字段可能返回 null,表示取不到有效值。
5409
5357
  # @type Asset: :class:`Tencentcloud::Dlc.v20210125.models.Asset`
5410
5358
  # @param ViewOriginalText: 视图文本
5411
- # 注意:此字段可能返回 null,表示取不到有效值。
5412
5359
  # @type ViewOriginalText: String
5413
5360
  # @param ViewExpandedText: 视图文本
5414
- # 注意:此字段可能返回 null,表示取不到有效值。
5415
5361
  # @type ViewExpandedText: String
5416
5362
  # @param Retention: hive维护版本
5417
- # 注意:此字段可能返回 null,表示取不到有效值。
5418
5363
  # @type Retention: Integer
5419
5364
  # @param Sds: 存储对象
5420
- # 注意:此字段可能返回 null,表示取不到有效值。
5421
5365
  # @type Sds: :class:`Tencentcloud::Dlc.v20210125.models.DMSSds`
5422
5366
  # @param PartitionKeys: 分区列
5423
5367
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -5426,37 +5370,27 @@ module TencentCloud
5426
5370
  # 注意:此字段可能返回 null,表示取不到有效值。
5427
5371
  # @type Partitions: Array
5428
5372
  # @param Type: 表类型
5429
- # 注意:此字段可能返回 null,表示取不到有效值。
5430
5373
  # @type Type: String
5431
5374
  # @param DbName: 数据库名称
5432
- # 注意:此字段可能返回 null,表示取不到有效值。
5433
5375
  # @type DbName: String
5434
5376
  # @param SchemaName: Schame名称
5435
- # 注意:此字段可能返回 null,表示取不到有效值。
5436
5377
  # @type SchemaName: String
5437
5378
  # @param StorageSize: 存储大小
5438
- # 注意:此字段可能返回 null,表示取不到有效值。
5439
5379
  # @type StorageSize: Integer
5440
5380
  # @param RecordCount: 记录数量
5441
- # 注意:此字段可能返回 null,表示取不到有效值。
5442
5381
  # @type RecordCount: Integer
5443
5382
  # @param LifeTime: 生命周期
5444
- # 注意:此字段可能返回 null,表示取不到有效值。
5445
5383
  # @type LifeTime: Integer
5446
5384
  # @param LastAccessTime: 最后访问时间
5447
- # 注意:此字段可能返回 null,表示取不到有效值。
5448
5385
  # @type LastAccessTime: String
5449
5386
  # @param DataUpdateTime: 数据更新时间
5450
- # 注意:此字段可能返回 null,表示取不到有效值。
5451
5387
  # @type DataUpdateTime: String
5452
5388
  # @param StructUpdateTime: 结构更新时间
5453
- # 注意:此字段可能返回 null,表示取不到有效值。
5454
5389
  # @type StructUpdateTime: String
5455
5390
  # @param Columns: 列
5456
5391
  # 注意:此字段可能返回 null,表示取不到有效值。
5457
5392
  # @type Columns: Array
5458
5393
  # @param Name: 表名称
5459
- # 注意:此字段可能返回 null,表示取不到有效值。
5460
5394
  # @type Name: String
5461
5395
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5462
5396
  # @type RequestId: String
@@ -5609,7 +5543,6 @@ module TencentCloud
5609
5543
  # 注意:此字段可能返回 null,表示取不到有效值。
5610
5544
  # @type TableList: Array
5611
5545
  # @param TotalCount: 统计值
5612
- # 注意:此字段可能返回 null,表示取不到有效值。
5613
5546
  # @type TotalCount: Integer
5614
5547
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5615
5548
  # @type RequestId: String
@@ -5670,16 +5603,12 @@ module TencentCloud
5670
5603
  # 注意:此字段可能返回 null,表示取不到有效值。
5671
5604
  # @type Events: Array
5672
5605
  # @param Page: 分页号
5673
- # 注意:此字段可能返回 null,表示取不到有效值。
5674
5606
  # @type Page: Integer
5675
5607
  # @param Size: 分页大小
5676
- # 注意:此字段可能返回 null,表示取不到有效值。
5677
5608
  # @type Size: Integer
5678
5609
  # @param TotalPages: 总页数
5679
- # 注意:此字段可能返回 null,表示取不到有效值。
5680
5610
  # @type TotalPages: Integer
5681
5611
  # @param TotalCount: 总条数
5682
- # 注意:此字段可能返回 null,表示取不到有效值。
5683
5612
  # @type TotalCount: Integer
5684
5613
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5685
5614
  # @type RequestId: String
@@ -5926,7 +5855,6 @@ module TencentCloud
5926
5855
  # 注意:此字段可能返回 null,表示取不到有效值。
5927
5856
  # @type DataEngines: Array
5928
5857
  # @param TotalCount: 总条数
5929
- # 注意:此字段可能返回 null,表示取不到有效值。
5930
5858
  # @type TotalCount: Integer
5931
5859
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5932
5860
  # @type RequestId: String
@@ -6522,22 +6450,16 @@ module TencentCloud
6522
6450
  # @param ResultSchema: schema
6523
6451
  # @type ResultSchema: Array
6524
6452
  # @param NextToken: 分页信息
6525
- # 注意:此字段可能返回 null,表示取不到有效值。
6526
6453
  # @type NextToken: String
6527
6454
  # @param OutputPath: 存储结果地址
6528
- # 注意:此字段可能返回 null,表示取不到有效值。
6529
6455
  # @type OutputPath: String
6530
6456
  # @param UseTime: 引擎计算耗时
6531
- # 注意:此字段可能返回 null,表示取不到有效值。
6532
6457
  # @type UseTime: Integer
6533
6458
  # @param AffectRows: 结果条数
6534
- # 注意:此字段可能返回 null,表示取不到有效值。
6535
6459
  # @type AffectRows: Integer
6536
6460
  # @param DataAmount: 数据扫描量
6537
- # 注意:此字段可能返回 null,表示取不到有效值。
6538
6461
  # @type DataAmount: Integer
6539
6462
  # @param UiUrl: spark ui地址
6540
- # 注意:此字段可能返回 null,表示取不到有效值。
6541
6463
  # @type UiUrl: String
6542
6464
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6543
6465
  # @type RequestId: String
@@ -6782,16 +6704,12 @@ module TencentCloud
6782
6704
  # @param Status: 任务状态 init | queue | format | compress | success| timeout | error
6783
6705
  # @type Status: String
6784
6706
  # @param Reason: 任务异常原因
6785
- # 注意:此字段可能返回 null,表示取不到有效值。
6786
6707
  # @type Reason: String
6787
6708
  # @param SecretId: 临时SecretId
6788
- # 注意:此字段可能返回 null,表示取不到有效值。
6789
6709
  # @type SecretId: String
6790
6710
  # @param SecretKey: 临时SecretKey
6791
- # 注意:此字段可能返回 null,表示取不到有效值。
6792
6711
  # @type SecretKey: String
6793
6712
  # @param Token: 临时Token
6794
- # 注意:此字段可能返回 null,表示取不到有效值。
6795
6713
  # @type Token: String
6796
6714
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6797
6715
  # @type RequestId: String
@@ -7271,7 +7189,6 @@ module TencentCloud
7271
7189
  # DescribeStoreLocation返回参数结构体
7272
7190
  class DescribeStoreLocationResponse < TencentCloud::Common::AbstractModel
7273
7191
  # @param StoreLocation: 返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
7274
- # 注意:此字段可能返回 null,表示取不到有效值。
7275
7192
  # @type StoreLocation: String
7276
7193
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7277
7194
  # @type RequestId: String
@@ -7606,16 +7523,12 @@ module TencentCloud
7606
7523
  # DescribeTaskLog返回参数结构体
7607
7524
  class DescribeTaskLogResponse < TencentCloud::Common::AbstractModel
7608
7525
  # @param Context: 下一次分页参数
7609
- # 注意:此字段可能返回 null,表示取不到有效值。
7610
7526
  # @type Context: String
7611
7527
  # @param ListOver: 是否获取完结
7612
- # 注意:此字段可能返回 null,表示取不到有效值。
7613
7528
  # @type ListOver: Boolean
7614
7529
  # @param Results: 日志详情
7615
- # 注意:此字段可能返回 null,表示取不到有效值。
7616
7530
  # @type Results: Array
7617
7531
  # @param LogUrl: 日志url
7618
- # 注意:此字段可能返回 null,表示取不到有效值。
7619
7532
  # @type LogUrl: String
7620
7533
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7621
7534
  # @type RequestId: String
@@ -7901,10 +7814,8 @@ module TencentCloud
7901
7814
  # DescribeTasksCostInfo返回参数结构体
7902
7815
  class DescribeTasksCostInfoResponse < TencentCloud::Common::AbstractModel
7903
7816
  # @param SearchAfter: 下一页的标识
7904
- # 注意:此字段可能返回 null,表示取不到有效值。
7905
7817
  # @type SearchAfter: String
7906
7818
  # @param Data: 返回的数据,字符串类型的二维数组,首行为列中文名称
7907
- # 注意:此字段可能返回 null,表示取不到有效值。
7908
7819
  # @type Data: String
7909
7820
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7910
7821
  # @type RequestId: String
@@ -8218,7 +8129,6 @@ module TencentCloud
8218
8129
  # DescribeUserDataEngineConfig返回参数结构体
8219
8130
  class DescribeUserDataEngineConfigResponse < TencentCloud::Common::AbstractModel
8220
8131
  # @param DataEngineConfigInstanceInfos: 用户引擎自定义配置项列表。
8221
- # 注意:此字段可能返回 null,表示取不到有效值。
8222
8132
  # @type DataEngineConfigInstanceInfos: Array
8223
8133
  # @param TotalCount: 配置项总数。
8224
8134
  # @type TotalCount: Integer
@@ -8424,7 +8334,6 @@ module TencentCloud
8424
8334
  # DescribeUserType返回参数结构体
8425
8335
  class DescribeUserTypeResponse < TencentCloud::Common::AbstractModel
8426
8336
  # @param UserType: 用户类型。ADMIN:管理员 COMMON:普通用户
8427
- # 注意:此字段可能返回 null,表示取不到有效值。
8428
8337
  # @type UserType: String
8429
8338
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8430
8339
  # @type RequestId: String
@@ -9090,16 +8999,12 @@ module TencentCloud
9090
8999
  # FavorInfo
9091
9000
  class FavorInfo < TencentCloud::Common::AbstractModel
9092
9001
  # @param Priority: 优先事项
9093
- # 注意:此字段可能返回 null,表示取不到有效值。
9094
9002
  # @type Priority: Integer
9095
9003
  # @param Catalog: Catalog名称
9096
- # 注意:此字段可能返回 null,表示取不到有效值。
9097
9004
  # @type Catalog: String
9098
9005
  # @param DataBase: DataBase名称
9099
- # 注意:此字段可能返回 null,表示取不到有效值。
9100
9006
  # @type DataBase: String
9101
9007
  # @param Table: Table名称
9102
- # 注意:此字段可能返回 null,表示取不到有效值。
9103
9008
  # @type Table: String
9104
9009
 
9105
9010
  attr_accessor :Priority, :Catalog, :DataBase, :Table
@@ -9311,10 +9216,8 @@ module TencentCloud
9311
9216
  # 数据脱敏用户组信息
9312
9217
  class GroupInfo < TencentCloud::Common::AbstractModel
9313
9218
  # @param WorkGroupId: 用户组ID
9314
- # 注意:此字段可能返回 null,表示取不到有效值。
9315
9219
  # @type WorkGroupId: Integer
9316
9220
  # @param StrategyType: 策略类型
9317
- # 注意:此字段可能返回 null,表示取不到有效值。
9318
9221
  # @type StrategyType: String
9319
9222
 
9320
9223
  attr_accessor :WorkGroupId, :StrategyType
@@ -9604,16 +9507,12 @@ module TencentCloud
9604
9507
  # @param CreateTimeStamp: 创建时候的时间戳
9605
9508
  # @type CreateTimeStamp: Integer
9606
9509
  # @param DefaultBucket: 是否是用户默认桶,0:默认桶,1:非默认桶
9607
- # 注意:此字段可能返回 null,表示取不到有效值。
9608
9510
  # @type DefaultBucket: Integer
9609
9511
  # @param ShortName: 托管存储short name
9610
- # 注意:此字段可能返回 null,表示取不到有效值。
9611
9512
  # @type ShortName: String
9612
9513
  # @param Description: 桶描述信息
9613
- # 注意:此字段可能返回 null,表示取不到有效值。
9614
9514
  # @type Description: String
9615
9515
  # @param Status: 托管桶状态,当前取值为:creating、bind、readOnly、isolate
9616
- # 注意:此字段可能返回 null,表示取不到有效值。
9617
9516
  # @type Status: String
9618
9517
 
9619
9518
  attr_accessor :Name, :Type, :SpaceUsedSize, :CreateTimeStamp, :DefaultBucket, :ShortName, :Description, :Status
@@ -9695,16 +9594,12 @@ module TencentCloud
9695
9594
  # ListTaskJobLogDetail返回参数结构体
9696
9595
  class ListTaskJobLogDetailResponse < TencentCloud::Common::AbstractModel
9697
9596
  # @param Context: 下一次分页参数
9698
- # 注意:此字段可能返回 null,表示取不到有效值。
9699
9597
  # @type Context: String
9700
9598
  # @param ListOver: 是否获取完结
9701
- # 注意:此字段可能返回 null,表示取不到有效值。
9702
9599
  # @type ListOver: Boolean
9703
9600
  # @param Results: 日志详情
9704
- # 注意:此字段可能返回 null,表示取不到有效值。
9705
9601
  # @type Results: Array
9706
- # @param LogUrl: 日志url
9707
- # 注意:此字段可能返回 null,表示取不到有效值。
9602
+ # @param LogUrl: 日志url(字段已废弃)
9708
9603
  # @type LogUrl: String
9709
9604
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9710
9605
  # @type RequestId: String
@@ -10296,19 +10191,14 @@ module TencentCloud
10296
10191
  # 绑定融合桶信息
10297
10192
  class MountPointAssociates < TencentCloud::Common::AbstractModel
10298
10193
  # @param BucketId: 桶Id
10299
- # 注意:此字段可能返回 null,表示取不到有效值。
10300
10194
  # @type BucketId: String
10301
10195
  # @param VpcId: vpcId
10302
- # 注意:此字段可能返回 null,表示取不到有效值。
10303
10196
  # @type VpcId: String
10304
10197
  # @param VpcCidrBlock: 子网地址
10305
- # 注意:此字段可能返回 null,表示取不到有效值。
10306
10198
  # @type VpcCidrBlock: String
10307
10199
  # @param AccessGroupId: 权限组Id
10308
- # 注意:此字段可能返回 null,表示取不到有效值。
10309
10200
  # @type AccessGroupId: String
10310
10201
  # @param AccessRuleId: 权限规则Id
10311
- # 注意:此字段可能返回 null,表示取不到有效值。
10312
10202
  # @type AccessRuleId: Integer
10313
10203
 
10314
10204
  attr_accessor :BucketId, :VpcId, :VpcCidrBlock, :AccessGroupId, :AccessRuleId
@@ -10414,22 +10304,17 @@ module TencentCloud
10414
10304
  # 网络配置
10415
10305
  class NetworkConnection < TencentCloud::Common::AbstractModel
10416
10306
  # @param Id: 网络配置id
10417
- # 注意:此字段可能返回 null,表示取不到有效值。
10418
10307
  # @type Id: Integer
10419
10308
  # @param AssociateId: 网络配置唯一标志符
10420
- # 注意:此字段可能返回 null,表示取不到有效值。
10421
10309
  # @type AssociateId: String
10422
10310
  # @param HouseId: 计算引擎id
10423
- # 注意:此字段可能返回 null,表示取不到有效值。
10424
10311
  # @type HouseId: String
10425
10312
  # @param DatasourceConnectionId: 数据源id(已废弃)
10426
- # 注意:此字段可能返回 null,表示取不到有效值。
10427
10313
  # @type DatasourceConnectionId: String
10428
10314
  # @param State: 网络配置状态(0-初始化,1-正常)
10429
10315
  # 注意:此字段可能返回 null,表示取不到有效值。
10430
10316
  # @type State: Integer
10431
10317
  # @param CreateTime: 创建时间
10432
- # 注意:此字段可能返回 null,表示取不到有效值。
10433
10318
  # @type CreateTime: Integer
10434
10319
  # @param UpdateTime: 修改时间
10435
10320
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10438,10 +10323,8 @@ module TencentCloud
10438
10323
  # 注意:此字段可能返回 null,表示取不到有效值。
10439
10324
  # @type Appid: Integer
10440
10325
  # @param HouseName: 计算引擎名称
10441
- # 注意:此字段可能返回 null,表示取不到有效值。
10442
10326
  # @type HouseName: String
10443
10327
  # @param DatasourceConnectionName: 网络配置名称
10444
- # 注意:此字段可能返回 null,表示取不到有效值。
10445
10328
  # @type DatasourceConnectionName: String
10446
10329
  # @param NetworkConnectionType: 网络配置类型
10447
10330
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10537,22 +10420,16 @@ module TencentCloud
10537
10420
  # 注意:此字段可能返回 null,表示取不到有效值。
10538
10421
  # @type ProgramArchives: Array
10539
10422
  # @param DriverSize: 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
10540
- # 注意:此字段可能返回 null,表示取不到有效值。
10541
10423
  # @type DriverSize: String
10542
10424
  # @param ExecutorSize: 指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
10543
- # 注意:此字段可能返回 null,表示取不到有效值。
10544
10425
  # @type ExecutorSize: String
10545
10426
  # @param ExecutorNumbers: 指定的Executor数量,默认为1
10546
- # 注意:此字段可能返回 null,表示取不到有效值。
10547
10427
  # @type ExecutorNumbers: Integer
10548
10428
  # @param ProxyUser: 代理用户,默认为root
10549
- # 注意:此字段可能返回 null,表示取不到有效值。
10550
10429
  # @type ProxyUser: String
10551
10430
  # @param TimeoutInSecond: 指定的Session超时时间,单位秒,默认3600秒
10552
- # 注意:此字段可能返回 null,表示取不到有效值。
10553
10431
  # @type TimeoutInSecond: Integer
10554
10432
  # @param SparkAppId: Spark任务返回的AppId
10555
- # 注意:此字段可能返回 null,表示取不到有效值。
10556
10433
  # @type SparkAppId: String
10557
10434
  # @param SessionId: Session唯一标识
10558
10435
  # @type SessionId: String
@@ -10564,28 +10441,20 @@ module TencentCloud
10564
10441
  # 注意:此字段可能返回 null,表示取不到有效值。
10565
10442
  # @type AppInfo: Array
10566
10443
  # @param SparkUiUrl: Spark ui地址
10567
- # 注意:此字段可能返回 null,表示取不到有效值。
10568
10444
  # @type SparkUiUrl: String
10569
10445
  # @param ExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
10570
- # 注意:此字段可能返回 null,表示取不到有效值。
10571
10446
  # @type ExecutorMaxNumbers: Integer
10572
10447
  # @param SessionType: session类型,group:资源组下session independent:独立资源session, 不依赖资源组
10573
- # 注意:此字段可能返回 null,表示取不到有效值。
10574
10448
  # @type SessionType: String
10575
10449
  # @param DataEngineId: 引擎id
10576
- # 注意:此字段可能返回 null,表示取不到有效值。
10577
10450
  # @type DataEngineId: String
10578
10451
  # @param ResourceGroupId: 资源组id
10579
- # 注意:此字段可能返回 null,表示取不到有效值。
10580
10452
  # @type ResourceGroupId: String
10581
10453
  # @param ResourceGroupName: 资源组名称
10582
- # 注意:此字段可能返回 null,表示取不到有效值。
10583
10454
  # @type ResourceGroupName: String
10584
10455
  # @param PodSize: session,pod大小
10585
- # 注意:此字段可能返回 null,表示取不到有效值。
10586
10456
  # @type PodSize: Integer
10587
10457
  # @param PodNumbers: pod数量
10588
- # 注意:此字段可能返回 null,表示取不到有效值。
10589
10458
  # @type PodNumbers: Integer
10590
10459
 
10591
10460
  attr_accessor :Name, :Kind, :DataEngineName, :Arguments, :ProgramDependentFiles, :ProgramDependentJars, :ProgramDependentPython, :ProgramArchives, :DriverSize, :ExecutorSize, :ExecutorNumbers, :ProxyUser, :TimeoutInSecond, :SparkAppId, :SessionId, :State, :CreateTime, :AppInfo, :SparkUiUrl, :ExecutorMaxNumbers, :SessionType, :DataEngineId, :ResourceGroupId, :ResourceGroupName, :PodSize, :PodNumbers
@@ -10669,10 +10538,8 @@ module TencentCloud
10669
10538
  # 注意:此字段可能返回 null,表示取不到有效值。
10670
10539
  # @type NotebookSessionStatementBatch: Array
10671
10540
  # @param IsAvailable: 当前批任务是否运行完成
10672
- # 注意:此字段可能返回 null,表示取不到有效值。
10673
10541
  # @type IsAvailable: Boolean
10674
10542
  # @param SessionId: Session唯一标识
10675
- # 注意:此字段可能返回 null,表示取不到有效值。
10676
10543
  # @type SessionId: String
10677
10544
  # @param BatchId: Batch唯一标识
10678
10545
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10762,12 +10629,10 @@ module TencentCloud
10762
10629
  # @param SessionId: Session唯一标识
10763
10630
  # @type SessionId: String
10764
10631
  # @param ProxyUser: 代理用户,默认为root
10765
- # 注意:此字段可能返回 null,表示取不到有效值。
10766
10632
  # @type ProxyUser: String
10767
10633
  # @param State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
10768
10634
  # @type State: String
10769
10635
  # @param SparkAppId: Spark任务返回的AppId
10770
- # 注意:此字段可能返回 null,表示取不到有效值。
10771
10636
  # @type SparkAppId: String
10772
10637
  # @param Name: Session名称
10773
10638
  # @type Name: String
@@ -10776,24 +10641,18 @@ module TencentCloud
10776
10641
  # @param DataEngineName: 引擎名称
10777
10642
  # @type DataEngineName: String
10778
10643
  # @param LastRunningTime: 最新的运行时间
10779
- # 注意:此字段可能返回 null,表示取不到有效值。
10780
10644
  # @type LastRunningTime: String
10781
10645
  # @param Creator: 创建者
10782
10646
  # @type Creator: String
10783
10647
  # @param SparkUiUrl: spark ui地址
10784
- # 注意:此字段可能返回 null,表示取不到有效值。
10785
10648
  # @type SparkUiUrl: String
10786
10649
  # @param SessionType: session类型,group:资源组session independent:独立资源session,不依赖资源组
10787
- # 注意:此字段可能返回 null,表示取不到有效值。
10788
10650
  # @type SessionType: String
10789
10651
  # @param DataEngineId: 引擎id
10790
- # 注意:此字段可能返回 null,表示取不到有效值。
10791
10652
  # @type DataEngineId: String
10792
10653
  # @param ResourceGroupId: 资源组id
10793
- # 注意:此字段可能返回 null,表示取不到有效值。
10794
10654
  # @type ResourceGroupId: String
10795
10655
  # @param ResourceGroupName: 资源组名字
10796
- # 注意:此字段可能返回 null,表示取不到有效值。
10797
10656
  # @type ResourceGroupName: String
10798
10657
 
10799
10658
  attr_accessor :Kind, :SessionId, :ProxyUser, :State, :SparkAppId, :Name, :CreateTime, :DataEngineName, :LastRunningTime, :Creator, :SparkUiUrl, :SessionType, :DataEngineId, :ResourceGroupId, :ResourceGroupName
@@ -10838,16 +10697,12 @@ module TencentCloud
10838
10697
  # 开通了第三方访问的用户信息
10839
10698
  class OpendThirdAccessUserInfo < TencentCloud::Common::AbstractModel
10840
10699
  # @param Id: id信息
10841
- # 注意:此字段可能返回 null,表示取不到有效值。
10842
10700
  # @type Id: Integer
10843
10701
  # @param Uin: 用户主UIN
10844
- # 注意:此字段可能返回 null,表示取不到有效值。
10845
10702
  # @type Uin: String
10846
10703
  # @param AppId: 用户AppId
10847
- # 注意:此字段可能返回 null,表示取不到有效值。
10848
10704
  # @type AppId: String
10849
10705
  # @param CreateTime: 开通时间
10850
- # 注意:此字段可能返回 null,表示取不到有效值。
10851
10706
  # @type CreateTime: String
10852
10707
 
10853
10708
  attr_accessor :Id, :Uin, :AppId, :CreateTime
@@ -10870,10 +10725,8 @@ module TencentCloud
10870
10725
  # 数据优化引擎信息
10871
10726
  class OptimizerEngineInfo < TencentCloud::Common::AbstractModel
10872
10727
  # @param HouseName: 引擎资源名称
10873
- # 注意:此字段可能返回 null,表示取不到有效值。
10874
10728
  # @type HouseName: String
10875
10729
  # @param HouseId: 引擎资源ID
10876
- # 注意:此字段可能返回 null,表示取不到有效值。
10877
10730
  # @type HouseId: String
10878
10731
  # @param HouseSize: 该参数仅针对spark作业引擎有效,用于执行数据优化任务的资源大小,不填时将采用该引擎所有资源
10879
10732
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -10977,13 +10830,11 @@ module TencentCloud
10977
10830
  # @param Comment: 对分区的描述。
10978
10831
  # @type Comment: String
10979
10832
  # @param Transform: 隐式分区转换策略
10980
- # 注意:此字段可能返回 null,表示取不到有效值。
10981
10833
  # @type Transform: String
10982
10834
  # @param TransformArgs: 转换策略参数
10983
10835
  # 注意:此字段可能返回 null,表示取不到有效值。
10984
10836
  # @type TransformArgs: Array
10985
10837
  # @param CreateTime: 创建时间
10986
- # 注意:此字段可能返回 null,表示取不到有效值。
10987
10838
  # @type CreateTime: Integer
10988
10839
 
10989
10840
  attr_accessor :Name, :Type, :Comment, :Transform, :TransformArgs, :CreateTime
@@ -11109,7 +10960,6 @@ module TencentCloud
11109
10960
  # 注意:此字段可能返回 null,表示取不到有效值。
11110
10961
  # @type PolicySet: Array
11111
10962
  # @param TotalCount: 策略总数
11112
- # 注意:此字段可能返回 null,表示取不到有效值。
11113
10963
  # @type TotalCount: Integer
11114
10964
 
11115
10965
  attr_accessor :PolicySet, :TotalCount
@@ -11183,7 +11033,6 @@ module TencentCloud
11183
11033
  # @param SparkImageVersion: spark镜像名称
11184
11034
  # @type SparkImageVersion: String
11185
11035
  # @param Description: spark镜像描述信息
11186
- # 注意:此字段可能返回 null,表示取不到有效值。
11187
11036
  # @type Description: String
11188
11037
  # @param CreateTime: 创建时间
11189
11038
  # @type CreateTime: String
@@ -11255,7 +11104,7 @@ module TencentCloud
11255
11104
  class QueryResultRequest < TencentCloud::Common::AbstractModel
11256
11105
  # @param TaskId: 任务ID
11257
11106
  # @type TaskId: String
11258
- # @param NextToken: lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
11107
+ # @param NextToken: objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
11259
11108
  # @type NextToken: String
11260
11109
 
11261
11110
  attr_accessor :TaskId, :NextToken
@@ -11280,7 +11129,6 @@ module TencentCloud
11280
11129
  # @param ResultSchema: schema
11281
11130
  # @type ResultSchema: Array
11282
11131
  # @param NextToken: 分页信息
11283
- # 注意:此字段可能返回 null,表示取不到有效值。
11284
11132
  # @type NextToken: String
11285
11133
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11286
11134
  # @type RequestId: String
@@ -11361,10 +11209,8 @@ module TencentCloud
11361
11209
  # QueryTaskCostDetail返回参数结构体
11362
11210
  class QueryTaskCostDetailResponse < TencentCloud::Common::AbstractModel
11363
11211
  # @param SearchAfter: 下一页的标识
11364
- # 注意:此字段可能返回 null,表示取不到有效值。
11365
11212
  # @type SearchAfter: String
11366
11213
  # @param Data: 返回的数据
11367
- # 注意:此字段可能返回 null,表示取不到有效值。
11368
11214
  # @type Data: String
11369
11215
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11370
11216
  # @type RequestId: String
@@ -11502,25 +11348,19 @@ module TencentCloud
11502
11348
  # ResourceInfo
11503
11349
  class ResourceInfo < TencentCloud::Common::AbstractModel
11504
11350
  # @param AttributionType: 归属类型
11505
- # 注意:此字段可能返回 null,表示取不到有效值。
11506
11351
  # @type AttributionType: String
11507
11352
  # @param ResourceType: 资源类型
11508
- # 注意:此字段可能返回 null,表示取不到有效值。
11509
11353
  # @type ResourceType: String
11510
11354
  # @param Name: 引擎名称
11511
- # 注意:此字段可能返回 null,表示取不到有效值。
11512
11355
  # @type Name: String
11513
11356
  # @param Instance: 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
11514
- # 注意:此字段可能返回 null,表示取不到有效值。
11515
11357
  # @type Instance: String
11516
11358
  # @param Favor: 亲和性
11517
11359
  # 注意:此字段可能返回 null,表示取不到有效值。
11518
11360
  # @type Favor: Array
11519
11361
  # @param Status: 状态
11520
- # 注意:此字段可能返回 null,表示取不到有效值。
11521
11362
  # @type Status: Integer
11522
11363
  # @param ResourceGroupName: 标准引擎资源组信息
11523
- # 注意:此字段可能返回 null,表示取不到有效值。
11524
11364
  # @type ResourceGroupName: String
11525
11365
 
11526
11366
  attr_accessor :AttributionType, :ResourceType, :Name, :Instance, :Favor, :Status, :ResourceGroupName
@@ -11691,22 +11531,18 @@ module TencentCloud
11691
11531
  # script实例。
11692
11532
  class Script < TencentCloud::Common::AbstractModel
11693
11533
  # @param ScriptId: 脚本Id,长度36字节。
11694
- # 注意:此字段可能返回 null,表示取不到有效值。
11695
11534
  # @type ScriptId: String
11696
11535
  # @param ScriptName: 脚本名称,长度0-25。
11697
- # 注意:此字段可能返回 null,表示取不到有效值。
11698
11536
  # @type ScriptName: String
11699
11537
  # @param ScriptDesc: 脚本描述,长度0-50。
11700
11538
  # 注意:此字段可能返回 null,表示取不到有效值。
11701
11539
  # @type ScriptDesc: String
11702
11540
  # @param DatabaseName: 默认关联数据库。
11703
- # 注意:此字段可能返回 null,表示取不到有效值。
11704
11541
  # @type DatabaseName: String
11705
11542
  # @param SQLStatement: SQL描述,长度0-10000。
11706
11543
  # 注意:此字段可能返回 null,表示取不到有效值。
11707
11544
  # @type SQLStatement: String
11708
11545
  # @param UpdateTime: 更新时间戳, 单位:ms。
11709
- # 注意:此字段可能返回 null,表示取不到有效值。
11710
11546
  # @type UpdateTime: Integer
11711
11547
 
11712
11548
  attr_accessor :ScriptId, :ScriptName, :ScriptDesc, :DatabaseName, :SQLStatement, :UpdateTime
@@ -11733,25 +11569,24 @@ module TencentCloud
11733
11569
  # Spark批作业集群Session资源配置模板;
11734
11570
  class SessionResourceTemplate < TencentCloud::Common::AbstractModel
11735
11571
  # @param DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
11736
- # 注意:此字段可能返回 null,表示取不到有效值。
11737
11572
  # @type DriverSize: String
11738
11573
  # @param ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
11739
- # 注意:此字段可能返回 null,表示取不到有效值。
11740
11574
  # @type ExecutorSize: String
11741
11575
  # @param ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
11742
- # 注意:此字段可能返回 null,表示取不到有效值。
11743
11576
  # @type ExecutorNums: Integer
11744
11577
  # @param ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
11745
- # 注意:此字段可能返回 null,表示取不到有效值。
11746
11578
  # @type ExecutorMaxNumbers: Integer
11579
+ # @param RunningTimeParameters: 运行时参数
11580
+ # @type RunningTimeParameters: Array
11747
11581
 
11748
- attr_accessor :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers
11582
+ attr_accessor :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :RunningTimeParameters
11749
11583
 
11750
- def initialize(driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil)
11584
+ def initialize(driversize=nil, executorsize=nil, executornums=nil, executormaxnumbers=nil, runningtimeparameters=nil)
11751
11585
  @DriverSize = driversize
11752
11586
  @ExecutorSize = executorsize
11753
11587
  @ExecutorNums = executornums
11754
11588
  @ExecutorMaxNumbers = executormaxnumbers
11589
+ @RunningTimeParameters = runningtimeparameters
11755
11590
  end
11756
11591
 
11757
11592
  def deserialize(params)
@@ -11759,13 +11594,20 @@ module TencentCloud
11759
11594
  @ExecutorSize = params['ExecutorSize']
11760
11595
  @ExecutorNums = params['ExecutorNums']
11761
11596
  @ExecutorMaxNumbers = params['ExecutorMaxNumbers']
11597
+ unless params['RunningTimeParameters'].nil?
11598
+ @RunningTimeParameters = []
11599
+ params['RunningTimeParameters'].each do |i|
11600
+ dataengineconfigpair_tmp = DataEngineConfigPair.new
11601
+ dataengineconfigpair_tmp.deserialize(i)
11602
+ @RunningTimeParameters << dataengineconfigpair_tmp
11603
+ end
11604
+ end
11762
11605
  end
11763
11606
  end
11764
11607
 
11765
11608
  # 混合表中,change表的数据保存时间,单位为天
11766
11609
  class SmartOptimizerChangeTablePolicy < TencentCloud::Common::AbstractModel
11767
11610
  # @param DataRetentionTime: change表的数据保存时间,单位为天
11768
- # 注意:此字段可能返回 null,表示取不到有效值。
11769
11611
  # @type DataRetentionTime: Integer
11770
11612
 
11771
11613
  attr_accessor :DataRetentionTime
@@ -11782,7 +11624,6 @@ module TencentCloud
11782
11624
  # SmartOptimizerIndexPolicy
11783
11625
  class SmartOptimizerIndexPolicy < TencentCloud::Common::AbstractModel
11784
11626
  # @param IndexEnable: 开启索引
11785
- # 注意:此字段可能返回 null,表示取不到有效值。
11786
11627
  # @type IndexEnable: String
11787
11628
 
11788
11629
  attr_accessor :IndexEnable
@@ -11799,19 +11640,14 @@ module TencentCloud
11799
11640
  # SmartOptimizerLifecyclePolicy
11800
11641
  class SmartOptimizerLifecyclePolicy < TencentCloud::Common::AbstractModel
11801
11642
  # @param LifecycleEnable: 生命周期启用
11802
- # 注意:此字段可能返回 null,表示取不到有效值。
11803
11643
  # @type LifecycleEnable: String
11804
11644
  # @param Expiration: 过期时间
11805
- # 注意:此字段可能返回 null,表示取不到有效值。
11806
11645
  # @type Expiration: Integer
11807
11646
  # @param DropTable: 是否删表
11808
- # 注意:此字段可能返回 null,表示取不到有效值。
11809
11647
  # @type DropTable: Boolean
11810
11648
  # @param ExpiredField: 过期字段
11811
- # 注意:此字段可能返回 null,表示取不到有效值。
11812
11649
  # @type ExpiredField: String
11813
11650
  # @param ExpiredFieldFormat: 过期字段格式
11814
- # 注意:此字段可能返回 null,表示取不到有效值。
11815
11651
  # @type ExpiredFieldFormat: String
11816
11652
 
11817
11653
  attr_accessor :LifecycleEnable, :Expiration, :DropTable, :ExpiredField, :ExpiredFieldFormat
@@ -11836,7 +11672,6 @@ module TencentCloud
11836
11672
  # SmartOptimizerPolicy
11837
11673
  class SmartOptimizerPolicy < TencentCloud::Common::AbstractModel
11838
11674
  # @param Inherit: 是否继承
11839
- # 注意:此字段可能返回 null,表示取不到有效值。
11840
11675
  # @type Inherit: String
11841
11676
  # @param Resources: ResourceInfo
11842
11677
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -11897,7 +11732,6 @@ module TencentCloud
11897
11732
  # SmartOptimizerWrittenPolicy
11898
11733
  class SmartOptimizerWrittenPolicy < TencentCloud::Common::AbstractModel
11899
11734
  # @param WrittenEnable: none/enable/disable/default
11900
- # 注意:此字段可能返回 null,表示取不到有效值。
11901
11735
  # @type WrittenEnable: String
11902
11736
 
11903
11737
  attr_accessor :WrittenEnable
@@ -11942,22 +11776,16 @@ module TencentCloud
11942
11776
  # SmartPolicyBaseInfo
11943
11777
  class SmartPolicyBaseInfo < TencentCloud::Common::AbstractModel
11944
11778
  # @param Uin: 用户uin
11945
- # 注意:此字段可能返回 null,表示取不到有效值。
11946
11779
  # @type Uin: String
11947
11780
  # @param PolicyType: Catalog/Database/Table
11948
- # 注意:此字段可能返回 null,表示取不到有效值。
11949
11781
  # @type PolicyType: String
11950
11782
  # @param Catalog: Catalog名称
11951
- # 注意:此字段可能返回 null,表示取不到有效值。
11952
11783
  # @type Catalog: String
11953
11784
  # @param Database: 数据库名称
11954
- # 注意:此字段可能返回 null,表示取不到有效值。
11955
11785
  # @type Database: String
11956
11786
  # @param Table: 表名称
11957
- # 注意:此字段可能返回 null,表示取不到有效值。
11958
11787
  # @type Table: String
11959
11788
  # @param AppId: 用户appid
11960
- # 注意:此字段可能返回 null,表示取不到有效值。
11961
11789
  # @type AppId: String
11962
11790
 
11963
11791
  attr_accessor :Uin, :PolicyType, :Catalog, :Database, :Table, :AppId
@@ -12207,13 +12035,10 @@ module TencentCloud
12207
12035
  # SparkSQL批任务运行日志
12208
12036
  class SparkSessionBatchLog < TencentCloud::Common::AbstractModel
12209
12037
  # @param Step: 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
12210
- # 注意:此字段可能返回 null,表示取不到有效值。
12211
12038
  # @type Step: String
12212
12039
  # @param Time: 时间
12213
- # 注意:此字段可能返回 null,表示取不到有效值。
12214
12040
  # @type Time: String
12215
12041
  # @param Message: 日志提示
12216
- # 注意:此字段可能返回 null,表示取不到有效值。
12217
12042
  # @type Message: String
12218
12043
  # @param Operate: 日志操作
12219
12044
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12246,10 +12071,8 @@ module TencentCloud
12246
12071
  # SparkSQL批任务日志操作信息。
12247
12072
  class SparkSessionBatchLogOperate < TencentCloud::Common::AbstractModel
12248
12073
  # @param Text: 操作提示
12249
- # 注意:此字段可能返回 null,表示取不到有效值。
12250
12074
  # @type Text: String
12251
12075
  # @param Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
12252
- # 注意:此字段可能返回 null,表示取不到有效值。
12253
12076
  # @type Operate: String
12254
12077
  # @param Supplement: 补充信息:如:taskid、sessionid、sparkui等
12255
12078
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12566,32 +12389,23 @@ module TencentCloud
12566
12389
  # 表字段描述信息
12567
12390
  class TColumn < TencentCloud::Common::AbstractModel
12568
12391
  # @param Name: 字段名称
12569
- # 注意:此字段可能返回 null,表示取不到有效值。
12570
12392
  # @type Name: String
12571
12393
  # @param Type: 字段类型
12572
- # 注意:此字段可能返回 null,表示取不到有效值。
12573
12394
  # @type Type: String
12574
12395
  # @param Comment: 字段描述
12575
- # 注意:此字段可能返回 null,表示取不到有效值。
12576
12396
  # @type Comment: String
12577
12397
  # @param Default: 字段默认值
12578
- # 注意:此字段可能返回 null,表示取不到有效值。
12579
12398
  # @type Default: String
12580
12399
  # @param NotNull: 字段是否是非空
12581
- # 注意:此字段可能返回 null,表示取不到有效值。
12582
12400
  # @type NotNull: Boolean
12583
12401
  # @param Precision: 表示整个 numeric 的长度,取值1-38
12584
- # 注意:此字段可能返回 null,表示取不到有效值。
12585
12402
  # @type Precision: Integer
12586
12403
  # @param Scale: 表示小数部分的长度
12587
12404
  # Scale小于Precision
12588
- # 注意:此字段可能返回 null,表示取不到有效值。
12589
12405
  # @type Scale: Integer
12590
12406
  # @param Position: 字段位置,小的在前
12591
- # 注意:此字段可能返回 null,表示取不到有效值。
12592
12407
  # @type Position: Integer
12593
12408
  # @param IsPartition: 是否为分区字段
12594
- # 注意:此字段可能返回 null,表示取不到有效值。
12595
12409
  # @type IsPartition: Boolean
12596
12410
 
12597
12411
  attr_accessor :Name, :Type, :Comment, :Default, :NotNull, :Precision, :Scale, :Position, :IsPartition
@@ -12672,22 +12486,17 @@ module TencentCloud
12672
12486
  # @param TableName: 数据表名字
12673
12487
  # @type TableName: String
12674
12488
  # @param DatasourceConnectionName: 该数据表所属数据源名字
12675
- # 注意:此字段可能返回 null,表示取不到有效值。
12676
12489
  # @type DatasourceConnectionName: String
12677
12490
  # @param TableComment: 该数据表备注
12678
12491
  # 注意:此字段可能返回 null,表示取不到有效值。
12679
12492
  # @type TableComment: String
12680
12493
  # @param Type: 具体类型,表or视图
12681
- # 注意:此字段可能返回 null,表示取不到有效值。
12682
12494
  # @type Type: String
12683
12495
  # @param TableFormat: 数据格式类型,hive,iceberg等
12684
- # 注意:此字段可能返回 null,表示取不到有效值。
12685
12496
  # @type TableFormat: String
12686
12497
  # @param UserAlias: 建表用户昵称
12687
- # 注意:此字段可能返回 null,表示取不到有效值。
12688
12498
  # @type UserAlias: String
12689
12499
  # @param UserSubUin: 建表用户ID
12690
- # 注意:此字段可能返回 null,表示取不到有效值。
12691
12500
  # @type UserSubUin: String
12692
12501
  # @param GovernPolicy: 数据治理配置项
12693
12502
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -12809,31 +12618,23 @@ module TencentCloud
12809
12618
  # 注意:此字段可能返回 null,表示取不到有效值。
12810
12619
  # @type Partitions: Array
12811
12620
  # @param Location: 数据存储路径。
12812
- # 注意:此字段可能返回 null,表示取不到有效值。
12813
12621
  # @type Location: String
12814
12622
  # @param Properties: 数据表属性信息。
12815
12623
  # 注意:此字段可能返回 null,表示取不到有效值。
12816
12624
  # @type Properties: Array
12817
12625
  # @param ModifiedTime: 数据表更新时间, 单位: ms。
12818
- # 注意:此字段可能返回 null,表示取不到有效值。
12819
12626
  # @type ModifiedTime: String
12820
12627
  # @param CreateTime: 数据表创建时间,单位: ms。
12821
- # 注意:此字段可能返回 null,表示取不到有效值。
12822
12628
  # @type CreateTime: String
12823
12629
  # @param InputFormat: 数据格式。
12824
- # 注意:此字段可能返回 null,表示取不到有效值。
12825
12630
  # @type InputFormat: String
12826
12631
  # @param StorageSize: 数据表存储大小(单位:Byte)
12827
- # 注意:此字段可能返回 null,表示取不到有效值。
12828
12632
  # @type StorageSize: Integer
12829
12633
  # @param RecordCount: 数据表行数
12830
- # 注意:此字段可能返回 null,表示取不到有效值。
12831
12634
  # @type RecordCount: Integer
12832
12635
  # @param MapMaterializedViewName: xxxx
12833
- # 注意:此字段可能返回 null,表示取不到有效值。
12834
12636
  # @type MapMaterializedViewName: String
12835
12637
  # @param HeatValue: 访问热点
12836
- # 注意:此字段可能返回 null,表示取不到有效值。
12837
12638
  # @type HeatValue: Integer
12838
12639
  # @param InputFormatShort: InputFormat的缩写
12839
12640
  # @type InputFormatShort: String
@@ -13008,7 +12809,6 @@ module TencentCloud
13008
12809
  # @param RowAffectInfo: 数据影响统计信息。
13009
12810
  # @type RowAffectInfo: String
13010
12811
  # @param DataSet: 任务结果数据表。
13011
- # 注意:此字段可能返回 null,表示取不到有效值。
13012
12812
  # @type DataSet: String
13013
12813
  # @param Error: 失败信息, 例如:errorMessage。该字段已废弃。
13014
12814
  # @type Error: String
@@ -13019,67 +12819,47 @@ module TencentCloud
13019
12819
  # @param TaskType: 执行SQL的引擎类型
13020
12820
  # @type TaskType: String
13021
12821
  # @param ProgressDetail: 任务进度明细
13022
- # 注意:此字段可能返回 null,表示取不到有效值。
13023
12822
  # @type ProgressDetail: String
13024
12823
  # @param UpdateTime: 任务结束时间
13025
- # 注意:此字段可能返回 null,表示取不到有效值。
13026
12824
  # @type UpdateTime: String
13027
12825
  # @param DataEngineId: 计算资源id
13028
- # 注意:此字段可能返回 null,表示取不到有效值。
13029
12826
  # @type DataEngineId: String
13030
12827
  # @param OperateUin: 执行sql的子uin
13031
- # 注意:此字段可能返回 null,表示取不到有效值。
13032
12828
  # @type OperateUin: String
13033
12829
  # @param DataEngineName: 计算资源名字
13034
12830
  # 注意:此字段可能返回 null,表示取不到有效值。
13035
12831
  # @type DataEngineName: String
13036
12832
  # @param InputType: 导入类型是本地导入还是cos
13037
- # 注意:此字段可能返回 null,表示取不到有效值。
13038
12833
  # @type InputType: String
13039
12834
  # @param InputConf: 导入配置
13040
- # 注意:此字段可能返回 null,表示取不到有效值。
13041
12835
  # @type InputConf: String
13042
12836
  # @param DataNumber: 数据条数
13043
- # 注意:此字段可能返回 null,表示取不到有效值。
13044
12837
  # @type DataNumber: Integer
13045
12838
  # @param CanDownload: 查询数据能不能下载
13046
- # 注意:此字段可能返回 null,表示取不到有效值。
13047
12839
  # @type CanDownload: Boolean
13048
12840
  # @param UserAlias: 用户别名
13049
- # 注意:此字段可能返回 null,表示取不到有效值。
13050
12841
  # @type UserAlias: String
13051
12842
  # @param SparkJobName: spark应用作业名
13052
- # 注意:此字段可能返回 null,表示取不到有效值。
13053
12843
  # @type SparkJobName: String
13054
12844
  # @param SparkJobId: spark应用作业Id
13055
- # 注意:此字段可能返回 null,表示取不到有效值。
13056
12845
  # @type SparkJobId: String
13057
12846
  # @param SparkJobFile: spark应用入口jar文件
13058
- # 注意:此字段可能返回 null,表示取不到有效值。
13059
12847
  # @type SparkJobFile: String
13060
12848
  # @param UiUrl: spark ui url
13061
- # 注意:此字段可能返回 null,表示取不到有效值。
13062
12849
  # @type UiUrl: String
13063
12850
  # @param TotalTime: 任务耗时,单位: ms
13064
- # 注意:此字段可能返回 null,表示取不到有效值。
13065
12851
  # @type TotalTime: Integer
13066
12852
  # @param CmdArgs: spark app job执行task的程序入口参数
13067
- # 注意:此字段可能返回 null,表示取不到有效值。
13068
12853
  # @type CmdArgs: String
13069
12854
  # @param ImageVersion: 集群镜像大版本名称
13070
- # 注意:此字段可能返回 null,表示取不到有效值。
13071
12855
  # @type ImageVersion: String
13072
12856
  # @param DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
13073
- # 注意:此字段可能返回 null,表示取不到有效值。
13074
12857
  # @type DriverSize: String
13075
12858
  # @param ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
13076
- # 注意:此字段可能返回 null,表示取不到有效值。
13077
12859
  # @type ExecutorSize: String
13078
12860
  # @param ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
13079
- # 注意:此字段可能返回 null,表示取不到有效值。
13080
12861
  # @type ExecutorNums: Integer
13081
12862
  # @param ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
13082
- # 注意:此字段可能返回 null,表示取不到有效值。
13083
12863
  # @type ExecutorMaxNumbers: Integer
13084
12864
  # @param CommonMetrics: 任务公共指标数据
13085
12865
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13091,13 +12871,10 @@ module TencentCloud
13091
12871
  # 注意:此字段可能返回 null,表示取不到有效值。
13092
12872
  # @type PrestoMonitorMetrics: :class:`Tencentcloud::Dlc.v20210125.models.PrestoMonitorMetrics`
13093
12873
  # @param ResultFormat: 结果文件格式:默认为csv
13094
- # 注意:此字段可能返回 null,表示取不到有效值。
13095
12874
  # @type ResultFormat: String
13096
12875
  # @param EngineTypeDetail: 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
13097
- # 注意:此字段可能返回 null,表示取不到有效值。
13098
12876
  # @type EngineTypeDetail: String
13099
12877
  # @param ResourceGroupName: spark引擎资源组名称
13100
- # 注意:此字段可能返回 null,表示取不到有效值。
13101
12878
  # @type ResourceGroupName: String
13102
12879
 
13103
12880
  attr_accessor :DatabaseName, :DataAmount, :Id, :UsedTime, :OutputPath, :CreateTime, :State, :SQLType, :SQL, :ResultExpired, :RowAffectInfo, :DataSet, :Error, :Percentage, :OutputMessage, :TaskType, :ProgressDetail, :UpdateTime, :DataEngineId, :OperateUin, :DataEngineName, :InputType, :InputConf, :DataNumber, :CanDownload, :UserAlias, :SparkJobName, :SparkJobId, :SparkJobFile, :UiUrl, :TotalTime, :CmdArgs, :ImageVersion, :DriverSize, :ExecutorSize, :ExecutorNums, :ExecutorMaxNumbers, :CommonMetrics, :SparkMonitorMetrics, :PrestoMonitorMetrics, :ResultFormat, :EngineTypeDetail, :ResourceGroupName
@@ -13426,7 +13203,6 @@ module TencentCloud
13426
13203
  # @param Format: 文本类型,本参数取值为TextFile。
13427
13204
  # @type Format: String
13428
13205
  # @param Regex: 处理文本用的正则表达式。
13429
- # 注意:此字段可能返回 null,表示取不到有效值。
13430
13206
  # @type Regex: String
13431
13207
 
13432
13208
  attr_accessor :Format, :Regex
@@ -13775,16 +13551,12 @@ module TencentCloud
13775
13551
  # 用户详细信息
13776
13552
  class UserDetailInfo < TencentCloud::Common::AbstractModel
13777
13553
  # @param UserId: 用户Id
13778
- # 注意:此字段可能返回 null,表示取不到有效值。
13779
13554
  # @type UserId: String
13780
13555
  # @param Type: 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
13781
- # 注意:此字段可能返回 null,表示取不到有效值。
13782
13556
  # @type Type: String
13783
13557
  # @param UserType: 用户类型:ADMIN:管理员 COMMON:一般用户
13784
- # 注意:此字段可能返回 null,表示取不到有效值。
13785
13558
  # @type UserType: String
13786
13559
  # @param UserDescription: 用户描述信息
13787
- # 注意:此字段可能返回 null,表示取不到有效值。
13788
13560
  # @type UserDescription: String
13789
13561
  # @param DataPolicyInfo: 数据权限信息集合
13790
13562
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13796,18 +13568,19 @@ module TencentCloud
13796
13568
  # 注意:此字段可能返回 null,表示取不到有效值。
13797
13569
  # @type WorkGroupInfo: :class:`Tencentcloud::Dlc.v20210125.models.WorkGroups`
13798
13570
  # @param UserAlias: 用户别名
13799
- # 注意:此字段可能返回 null,表示取不到有效值。
13800
13571
  # @type UserAlias: String
13801
13572
  # @param RowFilterInfo: 行过滤集合
13802
13573
  # 注意:此字段可能返回 null,表示取不到有效值。
13803
13574
  # @type RowFilterInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
13804
13575
  # @param AccountType: 账号类型
13805
- # 注意:此字段可能返回 null,表示取不到有效值。
13806
13576
  # @type AccountType: String
13577
+ # @param CatalogPolicyInfo: 数据源权限集合
13578
+ # 注意:此字段可能返回 null,表示取不到有效值。
13579
+ # @type CatalogPolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
13807
13580
 
13808
- attr_accessor :UserId, :Type, :UserType, :UserDescription, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupInfo, :UserAlias, :RowFilterInfo, :AccountType
13581
+ attr_accessor :UserId, :Type, :UserType, :UserDescription, :DataPolicyInfo, :EnginePolicyInfo, :WorkGroupInfo, :UserAlias, :RowFilterInfo, :AccountType, :CatalogPolicyInfo
13809
13582
 
13810
- def initialize(userid=nil, type=nil, usertype=nil, userdescription=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupinfo=nil, useralias=nil, rowfilterinfo=nil, accounttype=nil)
13583
+ def initialize(userid=nil, type=nil, usertype=nil, userdescription=nil, datapolicyinfo=nil, enginepolicyinfo=nil, workgroupinfo=nil, useralias=nil, rowfilterinfo=nil, accounttype=nil, catalogpolicyinfo=nil)
13811
13584
  @UserId = userid
13812
13585
  @Type = type
13813
13586
  @UserType = usertype
@@ -13818,6 +13591,7 @@ module TencentCloud
13818
13591
  @UserAlias = useralias
13819
13592
  @RowFilterInfo = rowfilterinfo
13820
13593
  @AccountType = accounttype
13594
+ @CatalogPolicyInfo = catalogpolicyinfo
13821
13595
  end
13822
13596
 
13823
13597
  def deserialize(params)
@@ -13843,6 +13617,10 @@ module TencentCloud
13843
13617
  @RowFilterInfo.deserialize(params['RowFilterInfo'])
13844
13618
  end
13845
13619
  @AccountType = params['AccountType']
13620
+ unless params['CatalogPolicyInfo'].nil?
13621
+ @CatalogPolicyInfo = Policys.new
13622
+ @CatalogPolicyInfo.deserialize(params['CatalogPolicyInfo'])
13623
+ end
13846
13624
  end
13847
13625
  end
13848
13626
 
@@ -13871,7 +13649,6 @@ module TencentCloud
13871
13649
  # @param UserId: 用户Id,和子用户uin相同
13872
13650
  # @type UserId: String
13873
13651
  # @param UserDescription: 用户描述信息,方便区分不同用户
13874
- # 注意:此字段可能返回 null,表示取不到有效值。
13875
13652
  # @type UserDescription: String
13876
13653
  # @param PolicySet: 单独给用户绑定的权限集合
13877
13654
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -13884,18 +13661,17 @@ module TencentCloud
13884
13661
  # 注意:此字段可能返回 null,表示取不到有效值。
13885
13662
  # @type WorkGroupSet: Array
13886
13663
  # @param IsOwner: 是否是主账号
13887
- # 注意:此字段可能返回 null,表示取不到有效值。
13888
13664
  # @type IsOwner: Boolean
13889
13665
  # @param UserType: 用户类型。ADMIN:管理员 COMMON:普通用户。
13890
- # 注意:此字段可能返回 null,表示取不到有效值。
13891
13666
  # @type UserType: String
13892
13667
  # @param UserAlias: 用户别名
13893
- # 注意:此字段可能返回 null,表示取不到有效值。
13894
13668
  # @type UserAlias: String
13669
+ # @param AccountType: 账号类型
13670
+ # @type AccountType: String
13895
13671
 
13896
- attr_accessor :UserId, :UserDescription, :PolicySet, :Creator, :CreateTime, :WorkGroupSet, :IsOwner, :UserType, :UserAlias
13672
+ attr_accessor :UserId, :UserDescription, :PolicySet, :Creator, :CreateTime, :WorkGroupSet, :IsOwner, :UserType, :UserAlias, :AccountType
13897
13673
 
13898
- def initialize(userid=nil, userdescription=nil, policyset=nil, creator=nil, createtime=nil, workgroupset=nil, isowner=nil, usertype=nil, useralias=nil)
13674
+ def initialize(userid=nil, userdescription=nil, policyset=nil, creator=nil, createtime=nil, workgroupset=nil, isowner=nil, usertype=nil, useralias=nil, accounttype=nil)
13899
13675
  @UserId = userid
13900
13676
  @UserDescription = userdescription
13901
13677
  @PolicySet = policyset
@@ -13905,6 +13681,7 @@ module TencentCloud
13905
13681
  @IsOwner = isowner
13906
13682
  @UserType = usertype
13907
13683
  @UserAlias = useralias
13684
+ @AccountType = accounttype
13908
13685
  end
13909
13686
 
13910
13687
  def deserialize(params)
@@ -13931,6 +13708,7 @@ module TencentCloud
13931
13708
  @IsOwner = params['IsOwner']
13932
13709
  @UserType = params['UserType']
13933
13710
  @UserAlias = params['UserAlias']
13711
+ @AccountType = params['AccountType']
13934
13712
  end
13935
13713
  end
13936
13714
 
@@ -13982,16 +13760,12 @@ module TencentCloud
13982
13760
  # @param Desc: 角色描述信息
13983
13761
  # @type Desc: String
13984
13762
  # @param RoleName: 角色名称
13985
- # 注意:此字段可能返回 null,表示取不到有效值。
13986
13763
  # @type RoleName: String
13987
13764
  # @param Creator: 创建者UIN
13988
- # 注意:此字段可能返回 null,表示取不到有效值。
13989
13765
  # @type Creator: String
13990
13766
  # @param CosPermissionList: cos授权路径列表
13991
- # 注意:此字段可能返回 null,表示取不到有效值。
13992
13767
  # @type CosPermissionList: Array
13993
13768
  # @param PermissionJson: cam策略json
13994
- # 注意:此字段可能返回 null,表示取不到有效值。
13995
13769
  # @type PermissionJson: String
13996
13770
 
13997
13771
  attr_accessor :RoleId, :AppId, :Uin, :Arn, :ModifyTime, :Desc, :RoleName, :Creator, :CosPermissionList, :PermissionJson
@@ -14036,7 +13810,6 @@ module TencentCloud
14036
13810
  # 注意:此字段可能返回 null,表示取不到有效值。
14037
13811
  # @type UserSet: Array
14038
13812
  # @param TotalCount: 用户总数
14039
- # 注意:此字段可能返回 null,表示取不到有效值。
14040
13813
  # @type TotalCount: Integer
14041
13814
 
14042
13815
  attr_accessor :UserSet, :TotalCount
@@ -14141,10 +13914,8 @@ module TencentCloud
14141
13914
  # VPC子网信息
14142
13915
  class VpcCidrBlock < TencentCloud::Common::AbstractModel
14143
13916
  # @param CidrId: 子网Id
14144
- # 注意:此字段可能返回 null,表示取不到有效值。
14145
13917
  # @type CidrId: String
14146
13918
  # @param CidrAddr: 子网网段
14147
- # 注意:此字段可能返回 null,表示取不到有效值。
14148
13919
  # @type CidrAddr: String
14149
13920
 
14150
13921
  attr_accessor :CidrId, :CidrAddr
@@ -14163,16 +13934,12 @@ module TencentCloud
14163
13934
  # vpc信息
14164
13935
  class VpcInfo < TencentCloud::Common::AbstractModel
14165
13936
  # @param VpcId: vpc Id
14166
- # 注意:此字段可能返回 null,表示取不到有效值。
14167
13937
  # @type VpcId: String
14168
13938
  # @param VpcCidrBlock: vpc子网
14169
- # 注意:此字段可能返回 null,表示取不到有效值。
14170
13939
  # @type VpcCidrBlock: String
14171
13940
  # @param RuleId: 规则Id
14172
- # 注意:此字段可能返回 null,表示取不到有效值。
14173
13941
  # @type RuleId: Integer
14174
13942
  # @param AccessGroupId: 权限组Id
14175
- # 注意:此字段可能返回 null,表示取不到有效值。
14176
13943
  # @type AccessGroupId: String
14177
13944
 
14178
13945
  attr_accessor :VpcId, :VpcCidrBlock, :RuleId, :AccessGroupId
@@ -14195,28 +13962,20 @@ module TencentCloud
14195
13962
  # 工作组详细信息
14196
13963
  class WorkGroupDetailInfo < TencentCloud::Common::AbstractModel
14197
13964
  # @param WorkGroupId: 工作组Id
14198
- # 注意:此字段可能返回 null,表示取不到有效值。
14199
13965
  # @type WorkGroupId: Integer
14200
13966
  # @param WorkGroupName: 工作组名称
14201
- # 注意:此字段可能返回 null,表示取不到有效值。
14202
13967
  # @type WorkGroupName: String
14203
13968
  # @param Type: 包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
14204
- # 注意:此字段可能返回 null,表示取不到有效值。
14205
13969
  # @type Type: String
14206
13970
  # @param UserInfo: 工作组上绑定的用户集合
14207
- # 注意:此字段可能返回 null,表示取不到有效值。
14208
13971
  # @type UserInfo: :class:`Tencentcloud::Dlc.v20210125.models.Users`
14209
13972
  # @param DataPolicyInfo: 数据权限集合
14210
- # 注意:此字段可能返回 null,表示取不到有效值。
14211
13973
  # @type DataPolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
14212
13974
  # @param EnginePolicyInfo: 引擎权限集合
14213
- # 注意:此字段可能返回 null,表示取不到有效值。
14214
13975
  # @type EnginePolicyInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
14215
13976
  # @param WorkGroupDescription: 工作组描述信息
14216
- # 注意:此字段可能返回 null,表示取不到有效值。
14217
13977
  # @type WorkGroupDescription: String
14218
13978
  # @param RowFilterInfo: 行过滤信息集合
14219
- # 注意:此字段可能返回 null,表示取不到有效值。
14220
13979
  # @type RowFilterInfo: :class:`Tencentcloud::Dlc.v20210125.models.Policys`
14221
13980
  # @param CatalogPolicyInfo: 数据目录权限集
14222
13981
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -14291,7 +14050,6 @@ module TencentCloud
14291
14050
  # @param WorkGroupName: 工作组名称
14292
14051
  # @type WorkGroupName: String
14293
14052
  # @param WorkGroupDescription: 工作组描述
14294
- # 注意:此字段可能返回 null,表示取不到有效值。
14295
14053
  # @type WorkGroupDescription: String
14296
14054
  # @param UserNum: 工作组关联的用户数量
14297
14055
  # @type UserNum: Integer
@@ -14352,7 +14110,6 @@ module TencentCloud
14352
14110
  # @param WorkGroupName: 工作组名称
14353
14111
  # @type WorkGroupName: String
14354
14112
  # @param WorkGroupDescription: 工作组描述
14355
- # 注意:此字段可能返回 null,表示取不到有效值。
14356
14113
  # @type WorkGroupDescription: String
14357
14114
  # @param Creator: 创建者
14358
14115
  # @type Creator: String
@@ -14384,7 +14141,6 @@ module TencentCloud
14384
14141
  # 注意:此字段可能返回 null,表示取不到有效值。
14385
14142
  # @type WorkGroupSet: Array
14386
14143
  # @param TotalCount: 工作组总数
14387
- # 注意:此字段可能返回 null,表示取不到有效值。
14388
14144
  # @type TotalCount: Integer
14389
14145
 
14390
14146
  attr_accessor :WorkGroupSet, :TotalCount