tencentcloud-sdk-tione 3.0.755 → 3.0.756

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 29afc143b2cfaae0eaf7c3ddf614096778017a55
4
- data.tar.gz: cb2ee27825d8fe83b72148815604f530d90ffe77
3
+ metadata.gz: c02b57c7ca59d464a236c2ef9ed0b06ed1e7366e
4
+ data.tar.gz: e688fdc7e7da8e33da7c2b8ca42c88444a7cf492
5
5
  SHA512:
6
- metadata.gz: 55e3bc811a649903c96aceeb161cbb1847ebba5ea0bfb6bc4330508ca0684fe5c9db724af66d06d78dd7bd43ebff3a7e17cd87aa4e4a69cd3ec8c9dee33f6f30
7
- data.tar.gz: 0bf63b34ec56c31879df0cbbe1d5210a018021ed87350d180e1ce135e9b9adfe70c2e11a1210128a690670ace01d8712bb035f9e5c6917dc96128bf8da350674
6
+ metadata.gz: b937d2317d4b510fdbd49b5ff8cfb8ddc886c1c0caa08b1a0f373722e9468a070768c98a4a70926d3b1bb967ae3de238bf36460cbe2cb077cd34d4da85af784a
7
+ data.tar.gz: db84f650d2e77e0028b964b4261f9ce94bfd9879c8945a74d0bc9c1e9e876421f0b372e3e1f403704bbb146eabe50ff892c0860a244f013f3fbb2c7f9462eb22
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.755
1
+ 3.0.756
@@ -77,7 +77,7 @@ module TencentCloud
77
77
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
78
78
  end
79
79
 
80
- # 创建跑批任务
80
+ # 创建批量预测任务
81
81
 
82
82
  # @param request: Request instance for CreateBatchTask.
83
83
  # @type request: :class:`Tencentcloud::tione::V20211111::CreateBatchTaskRequest`
@@ -269,7 +269,7 @@ module TencentCloud
269
269
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
270
270
  end
271
271
 
272
- # 删除跑批任务
272
+ # 删除批量预测任务
273
273
 
274
274
  # @param request: Request instance for DeleteBatchTask.
275
275
  # @type request: :class:`Tencentcloud::tione::V20211111::DeleteBatchTaskRequest`
@@ -533,7 +533,7 @@ module TencentCloud
533
533
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
534
534
  end
535
535
 
536
- # 查询跑批任务
536
+ # 查询批量预测任务
537
537
 
538
538
  # @param request: Request instance for DescribeBatchTask.
539
539
  # @type request: :class:`Tencentcloud::tione::V20211111::DescribeBatchTaskRequest`
@@ -557,7 +557,7 @@ module TencentCloud
557
557
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
558
558
  end
559
559
 
560
- # 查询跑批实例列表
560
+ # 查询批量预测任务实例列表
561
561
 
562
562
  # @param request: Request instance for DescribeBatchTaskInstances.
563
563
  # @type request: :class:`Tencentcloud::tione::V20211111::DescribeBatchTaskInstancesRequest`
@@ -581,7 +581,7 @@ module TencentCloud
581
581
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
582
582
  end
583
583
 
584
- # 批量预测任务列表信息
584
+ # 查询批量预测任务列表信息
585
585
 
586
586
  # @param request: Request instance for DescribeBatchTasks.
587
587
  # @type request: :class:`Tencentcloud::tione::V20211111::DescribeBatchTasksRequest`
@@ -1685,7 +1685,7 @@ module TencentCloud
1685
1685
  raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
1686
1686
  end
1687
1687
 
1688
- # 停止跑批任务
1688
+ # 停止批量预测任务
1689
1689
 
1690
1690
  # @param request: Request instance for StopBatchTask.
1691
1691
  # @type request: :class:`Tencentcloud::tione::V20211111::StopBatchTaskRequest`
@@ -144,11 +144,11 @@ module TencentCloud
144
144
  end
145
145
  end
146
146
 
147
- # 跑批任务详情
147
+ # 批量预测任务详情
148
148
  class BatchTaskDetail < TencentCloud::Common::AbstractModel
149
- # @param BatchTaskId: 跑批任务ID
149
+ # @param BatchTaskId: 批量预测任务ID
150
150
  # @type BatchTaskId: String
151
- # @param BatchTaskName: 跑批任务名称
151
+ # @param BatchTaskName: 批量预测任务名称
152
152
  # @type BatchTaskName: String
153
153
  # @param Uin: 主账号uin
154
154
  # @type Uin: String
@@ -212,7 +212,12 @@ module TencentCloud
212
212
  # @param EndTime: 任务结束时间
213
213
  # 注意:此字段可能返回 null,表示取不到有效值。
214
214
  # @type EndTime: String
215
- # @param ChargeStatus: 计费状态,eg:BILLING计费中,ARREARS_STOP欠费停止,NOT_BILLING不在计费中
215
+ # @param ChargeStatus: 计费状态,取值范围:
216
+ # BILLING: 计费中
217
+ # NOT_BILLING: 未计费
218
+ # WHITELIST_USING: 白名单使用中
219
+ # WHITELIST_STOP: 白名单到期
220
+ # ARREARS_STOP: 欠费停止
216
221
  # @type ChargeStatus: String
217
222
  # @param LatestInstanceId: 最近一次实例ID
218
223
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -384,9 +389,9 @@ module TencentCloud
384
389
 
385
390
  # 出参类型
386
391
  class BatchTaskSetItem < TencentCloud::Common::AbstractModel
387
- # @param BatchTaskId: 跑批任务ID
392
+ # @param BatchTaskId: 批量预测任务ID
388
393
  # @type BatchTaskId: String
389
- # @param BatchTaskName: 跑批任务名称
394
+ # @param BatchTaskName: 批量预测任务名称
390
395
  # @type BatchTaskName: String
391
396
  # @param ModelInfo: 模型信息
392
397
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -395,7 +400,12 @@ module TencentCloud
395
400
  # @type ImageInfo: :class:`Tencentcloud::Tione.v20211111.models.ImageInfo`
396
401
  # @param ChargeType: 计费模式
397
402
  # @type ChargeType: String
398
- # @param ChargeStatus: 计费状态,eg:BILLING计费中,ARREARS_STOP欠费停止,NOT_BILLING不在计费中
403
+ # @param ChargeStatus: 计费状态,取值范围:
404
+ # BILLING: 计费中
405
+ # NOT_BILLING: 未计费
406
+ # WHITELIST_USING: 白名单使用中
407
+ # WHITELIST_STOP: 白名单到期
408
+ # ARREARS_STOP: 欠费停止
399
409
  # @type ChargeStatus: String
400
410
  # @param ResourceGroupId: 包年包月资源组ID
401
411
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -405,20 +415,21 @@ module TencentCloud
405
415
  # @param Tags: 标签配置
406
416
  # 注意:此字段可能返回 null,表示取不到有效值。
407
417
  # @type Tags: Array
408
- # @param Status: 任务状态
418
+ # @param Status: 任务状态, 取值范围:
419
+ # INIT, STARTING, RUNNING, FAILED, STOPPING, STOPPED, SUCCEED
409
420
  # @type Status: String
410
421
  # @param RuntimeInSeconds: 运行时长
411
422
  # 注意:此字段可能返回 null,表示取不到有效值。
412
423
  # @type RuntimeInSeconds: Integer
413
- # @param CreateTime: 创建时间
424
+ # @param CreateTime: 任务创建时间
414
425
  # @type CreateTime: String
415
- # @param StartTime: 开始时间
426
+ # @param StartTime: 任务开始运行时间
416
427
  # 注意:此字段可能返回 null,表示取不到有效值。
417
428
  # @type StartTime: String
418
- # @param EndTime: 结束时间
429
+ # @param EndTime: 任务结束时间
419
430
  # 注意:此字段可能返回 null,表示取不到有效值。
420
431
  # @type EndTime: String
421
- # @param UpdateTime: 更新时间
432
+ # @param UpdateTime: 任务更新时间
422
433
  # 注意:此字段可能返回 null,表示取不到有效值。
423
434
  # @type UpdateTime: String
424
435
  # @param Outputs: 输出
@@ -428,7 +439,7 @@ module TencentCloud
428
439
  # @type ResourceGroupName: String
429
440
  # @param FailureReason: 失败原因
430
441
  # @type FailureReason: String
431
- # @param BillingInfo: 计费金额信息,eg:2.00元/小时 (for 按量计费)
442
+ # @param BillingInfo: 按量计费信息
432
443
  # @type BillingInfo: String
433
444
 
434
445
  attr_accessor :BatchTaskId, :BatchTaskName, :ModelInfo, :ImageInfo, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfo, :Tags, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :UpdateTime, :Outputs, :ResourceGroupName, :FailureReason, :BillingInfo
@@ -847,13 +858,13 @@ module TencentCloud
847
858
 
848
859
  # CreateBatchTask请求参数结构体
849
860
  class CreateBatchTaskRequest < TencentCloud::Common::AbstractModel
850
- # @param BatchTaskName: 跑批任务名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
861
+ # @param BatchTaskName: 批量预测任务名称,不超过60个字符,仅支持中英文、数字、下划线"_"、短横"-",只能以中英文、数字开头
851
862
  # @type BatchTaskName: String
852
863
  # @param ChargeType: 计费模式,eg:PREPAID 包年包月;POSTPAID_BY_HOUR 按量计费
853
864
  # @type ChargeType: String
854
865
  # @param ResourceConfigInfo: 资源配置
855
866
  # @type ResourceConfigInfo: :class:`Tencentcloud::Tione.v20211111.models.ResourceConfigInfo`
856
- # @param Outputs: 结果输出
867
+ # @param Outputs: 结果输出存储信息
857
868
  # @type Outputs: Array
858
869
  # @param LogEnable: 是否上报日志
859
870
  # @type LogEnable: Boolean
@@ -887,6 +898,11 @@ module TencentCloud
887
898
  # @type CallbackUrl: String
888
899
 
889
900
  attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark, :CallbackUrl
901
+ extend Gem::Deprecate
902
+ deprecate :JobType, :none, 2024, 1
903
+ deprecate :JobType=, :none, 2024, 1
904
+ deprecate :CronInfo, :none, 2024, 1
905
+ deprecate :CronInfo=, :none, 2024, 1
890
906
 
891
907
  def initialize(batchtaskname=nil, chargetype=nil, resourceconfiginfo=nil, outputs=nil, logenable=nil, jobtype=nil, croninfo=nil, resourcegroupid=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackage=nil, startcmd=nil, dataconfigs=nil, logconfig=nil, vpcid=nil, subnetid=nil, remark=nil, callbackurl=nil)
892
908
  @BatchTaskName = batchtaskname
@@ -974,7 +990,7 @@ module TencentCloud
974
990
 
975
991
  # CreateBatchTask返回参数结构体
976
992
  class CreateBatchTaskResponse < TencentCloud::Common::AbstractModel
977
- # @param BatchTaskId: 跑批任务ID
993
+ # @param BatchTaskId: 批量预测任务ID
978
994
  # @type BatchTaskId: String
979
995
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
980
996
  # @type RequestId: String
@@ -2520,7 +2536,7 @@ module TencentCloud
2520
2536
 
2521
2537
  # DeleteBatchTask请求参数结构体
2522
2538
  class DeleteBatchTaskRequest < TencentCloud::Common::AbstractModel
2523
- # @param BatchTaskId: 跑批任务ID
2539
+ # @param BatchTaskId: 批量预测任务ID
2524
2540
  # @type BatchTaskId: String
2525
2541
 
2526
2542
  attr_accessor :BatchTaskId
@@ -2937,7 +2953,7 @@ module TencentCloud
2937
2953
 
2938
2954
  # DescribeBatchTaskInstances请求参数结构体
2939
2955
  class DescribeBatchTaskInstancesRequest < TencentCloud::Common::AbstractModel
2940
- # @param BatchTaskId: 跑批任务id
2956
+ # @param BatchTaskId: 批量预测任务id
2941
2957
  # @type BatchTaskId: String
2942
2958
 
2943
2959
  attr_accessor :BatchTaskId
@@ -2953,7 +2969,7 @@ module TencentCloud
2953
2969
 
2954
2970
  # DescribeBatchTaskInstances返回参数结构体
2955
2971
  class DescribeBatchTaskInstancesResponse < TencentCloud::Common::AbstractModel
2956
- # @param BatchInstances: 实例集
2972
+ # @param BatchInstances: 批量预测实例结果
2957
2973
  # 注意:此字段可能返回 null,表示取不到有效值。
2958
2974
  # @type BatchInstances: Array
2959
2975
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -2981,7 +2997,7 @@ module TencentCloud
2981
2997
 
2982
2998
  # DescribeBatchTask请求参数结构体
2983
2999
  class DescribeBatchTaskRequest < TencentCloud::Common::AbstractModel
2984
- # @param BatchTaskId: 跑批任务ID
3000
+ # @param BatchTaskId: 批量预测任务ID
2985
3001
  # @type BatchTaskId: String
2986
3002
 
2987
3003
  attr_accessor :BatchTaskId
@@ -2997,7 +3013,7 @@ module TencentCloud
2997
3013
 
2998
3014
  # DescribeBatchTask返回参数结构体
2999
3015
  class DescribeBatchTaskResponse < TencentCloud::Common::AbstractModel
3000
- # @param BatchTaskDetail: 跑批任务详情
3016
+ # @param BatchTaskDetail: 批量预测任务详情
3001
3017
  # 注意:此字段可能返回 null,表示取不到有效值。
3002
3018
  # @type BatchTaskDetail: :class:`Tencentcloud::Tione.v20211111.models.BatchTaskDetail`
3003
3019
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -3021,24 +3037,24 @@ module TencentCloud
3021
3037
 
3022
3038
  # DescribeBatchTasks请求参数结构体
3023
3039
  class DescribeBatchTasksRequest < TencentCloud::Common::AbstractModel
3024
- # @param Filters: 过滤器,eg:[{ "Name": "Id", "Values": ["train-23091792777383936"] }]
3040
+ # @param Filters: 过滤器
3025
3041
 
3026
- # 取值范围:
3027
- # Name(名称):task1
3028
- # Id(task ID):train-23091792777383936
3029
- # Status(状态):STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED
3030
- # ChargeType(计费类型):PREPAID 包年包月 / POSTPAID_BY_HOUR 按量计费
3031
- # CHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)
3042
+ # Name支持的取值范围:
3043
+ # BatchTaskId, BatchTaskName, Status, ModelVersionId
3044
+
3045
+ # 其中Status 的有效取值范围:
3046
+ # INIT, STARTING, RUNNING, FAILED, STOPPING, STOPPED, SUCCEED
3032
3047
  # @type Filters: Array
3033
- # @param TagFilters: 标签过滤器,eg:[{ "TagKey": "TagKeyA", "TagValue": ["TagValueA"] }]
3048
+ # @param TagFilters: 标签过滤器
3034
3049
  # @type TagFilters: Array
3035
3050
  # @param Offset: 偏移量,默认为0
3036
3051
  # @type Offset: Integer
3037
- # @param Limit: 返回数量,默认为10,最大为50
3052
+ # @param Limit: 限制数目,默认为20
3038
3053
  # @type Limit: Integer
3039
3054
  # @param Order: 输出列表的排列顺序。取值范围:ASC(升序排列)/ DESC(降序排列),默认为DESC
3040
3055
  # @type Order: String
3041
- # @param OrderField: 排序的依据字段, 取值范围 "CreateTime" "UpdateTime"
3056
+ # @param OrderField: 排序字段。当前仅支持 "CreateTime"
3057
+ # 不传此字段则按照DB默认排序结果返回
3042
3058
  # @type OrderField: String
3043
3059
 
3044
3060
  attr_accessor :Filters, :TagFilters, :Offset, :Limit, :Order, :OrderField
@@ -3078,9 +3094,9 @@ module TencentCloud
3078
3094
 
3079
3095
  # DescribeBatchTasks返回参数结构体
3080
3096
  class DescribeBatchTasksResponse < TencentCloud::Common::AbstractModel
3081
- # @param TotalCount: 数量
3097
+ # @param TotalCount: 批量预测任务总数
3082
3098
  # @type TotalCount: Integer
3083
- # @param BatchTaskSet: 任务集
3099
+ # @param BatchTaskSet: 批量预测任务列表
3084
3100
  # 注意:此字段可能返回 null,表示取不到有效值。
3085
3101
  # @type BatchTaskSet: Array
3086
3102
  # @param RequestId: 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
@@ -9629,7 +9645,7 @@ module TencentCloud
9629
9645
 
9630
9646
  # StopBatchTask请求参数结构体
9631
9647
  class StopBatchTaskRequest < TencentCloud::Common::AbstractModel
9632
- # @param BatchTaskId: 跑批任务ID
9648
+ # @param BatchTaskId: 批量预测任务ID
9633
9649
  # @type BatchTaskId: String
9634
9650
 
9635
9651
  attr_accessor :BatchTaskId
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-tione
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.755
4
+ version: 3.0.756
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-22 00:00:00.000000000 Z
11
+ date: 2024-01-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common
@@ -33,10 +33,10 @@ executables: []
33
33
  extensions: []
34
34
  extra_rdoc_files: []
35
35
  files:
36
- - lib/v20191022/client.rb
37
- - lib/v20191022/models.rb
38
- - lib/v20211111/client.rb
39
36
  - lib/v20211111/models.rb
37
+ - lib/v20211111/client.rb
38
+ - lib/v20191022/models.rb
39
+ - lib/v20191022/client.rb
40
40
  - lib/tencentcloud-sdk-tione.rb
41
41
  - lib/VERSION
42
42
  homepage: https://github.com/TencentCloud/tencentcloud-sdk-ruby