tencentcloud-sdk-dlc 3.0.1040 → 3.0.1042

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