tencentcloud-sdk-tione 3.0.483 → 3.0.485

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20211111/models.rb +17 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d50bc9aa185acb9a493760c503c827804148c676
4
- data.tar.gz: 33edcacb7265252a82967a53279213eae65a88c5
3
+ metadata.gz: 4f0c379f350ce7939fa785ad5869076441e6c8da
4
+ data.tar.gz: f70b7ddc213e1d2c9caae2159d2710c322a3e958
5
5
  SHA512:
6
- metadata.gz: 7036ee1c1d9c84e9461d650627fbb14d3f24b788bec2b4182c03cc3a9f678f76851d276d1bc591dddda67f7ba1f1acabb6cfee88b454fc5beffe772b756c0df9
7
- data.tar.gz: cc0b26736d8871543fbe2d03a2cd97f36742a0c918d76f3146d1ef3aa88258f20f7b83c2acacb4cc56fcff762883c832eb328203a7828896983a9cf7c1605240
6
+ metadata.gz: 740705846651397727944f59754368bff2334990697bb70a3c695957bdb39c44d2fe2507e0e2a20a7cb2c4491f52b6288b335a892b26b0ea31ccc7ca0cef155f
7
+ data.tar.gz: 600ff051759e65984753ccd300f1da8ba47ddf9a0e654fa8708655dcfc9ef1dbffb28ea4f6fb79af29d4d12dd565f4ed485c7c582e4ccb9113fbc5f9982c5e85
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.483
1
+ 3.0.485
@@ -541,9 +541,9 @@ module TencentCloud
541
541
  # @type ModelOutputPath: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
542
542
  # @param Tags: 标签
543
543
  # @type Tags: Array
544
- # @param OptimizationLevel: 优化级别(NO_LOSS/FP16),默认FP16
544
+ # @param OptimizationLevel: 优化级别(NO_LOSS/FP16/INT8),默认FP16
545
545
  # @type OptimizationLevel: String
546
- # @param GPUType: GPU卡类型(T4/V100),默认T4
546
+ # @param GPUType: GPU卡类型(T4/V100/A10),默认T4
547
547
  # @type GPUType: String
548
548
  # @param HyperParameter: 专业参数设置
549
549
  # @type HyperParameter: :class:`Tencentcloud::Tione.v20211111.models.HyperParameter`
@@ -1192,10 +1192,12 @@ module TencentCloud
1192
1192
  # @type MaxReservedModels: Integer
1193
1193
  # @param ModelCleanPeriod: 模型清理周期(默认值为1分钟,上限为1440,下限为1分钟,步长为1)
1194
1194
  # @type ModelCleanPeriod: Integer
1195
+ # @param IsQAT: 是否QAT模型
1196
+ # @type IsQAT: Boolean
1195
1197
 
1196
- attr_accessor :ImportMethod, :TrainingModelCosPath, :ReasoningEnvironmentSource, :TrainingModelName, :Tags, :TrainingJobName, :AlgorithmFramework, :ReasoningEnvironment, :TrainingModelIndex, :TrainingModelVersion, :ReasoningImageInfo, :ModelMoveMode, :TrainingJobId, :TrainingModelId, :ModelOutputPath, :TrainingModelSource, :TrainingPreference, :AutoMLTaskId, :TrainingJobVersion, :ModelVersionType, :ModelFormat, :ReasoningEnvironmentId, :AutoClean, :MaxReservedModels, :ModelCleanPeriod
1198
+ attr_accessor :ImportMethod, :TrainingModelCosPath, :ReasoningEnvironmentSource, :TrainingModelName, :Tags, :TrainingJobName, :AlgorithmFramework, :ReasoningEnvironment, :TrainingModelIndex, :TrainingModelVersion, :ReasoningImageInfo, :ModelMoveMode, :TrainingJobId, :TrainingModelId, :ModelOutputPath, :TrainingModelSource, :TrainingPreference, :AutoMLTaskId, :TrainingJobVersion, :ModelVersionType, :ModelFormat, :ReasoningEnvironmentId, :AutoClean, :MaxReservedModels, :ModelCleanPeriod, :IsQAT
1197
1199
 
1198
- def initialize(importmethod=nil, trainingmodelcospath=nil, reasoningenvironmentsource=nil, trainingmodelname=nil, tags=nil, trainingjobname=nil, algorithmframework=nil, reasoningenvironment=nil, trainingmodelindex=nil, trainingmodelversion=nil, reasoningimageinfo=nil, modelmovemode=nil, trainingjobid=nil, trainingmodelid=nil, modeloutputpath=nil, trainingmodelsource=nil, trainingpreference=nil, automltaskid=nil, trainingjobversion=nil, modelversiontype=nil, modelformat=nil, reasoningenvironmentid=nil, autoclean=nil, maxreservedmodels=nil, modelcleanperiod=nil)
1200
+ def initialize(importmethod=nil, trainingmodelcospath=nil, reasoningenvironmentsource=nil, trainingmodelname=nil, tags=nil, trainingjobname=nil, algorithmframework=nil, reasoningenvironment=nil, trainingmodelindex=nil, trainingmodelversion=nil, reasoningimageinfo=nil, modelmovemode=nil, trainingjobid=nil, trainingmodelid=nil, modeloutputpath=nil, trainingmodelsource=nil, trainingpreference=nil, automltaskid=nil, trainingjobversion=nil, modelversiontype=nil, modelformat=nil, reasoningenvironmentid=nil, autoclean=nil, maxreservedmodels=nil, modelcleanperiod=nil, isqat=nil)
1199
1201
  @ImportMethod = importmethod
1200
1202
  @TrainingModelCosPath = trainingmodelcospath
1201
1203
  @ReasoningEnvironmentSource = reasoningenvironmentsource
@@ -1221,6 +1223,7 @@ module TencentCloud
1221
1223
  @AutoClean = autoclean
1222
1224
  @MaxReservedModels = maxreservedmodels
1223
1225
  @ModelCleanPeriod = modelcleanperiod
1226
+ @IsQAT = isqat
1224
1227
  end
1225
1228
 
1226
1229
  def deserialize(params)
@@ -1265,6 +1268,7 @@ module TencentCloud
1265
1268
  @AutoClean = params['AutoClean']
1266
1269
  @MaxReservedModels = params['MaxReservedModels']
1267
1270
  @ModelCleanPeriod = params['ModelCleanPeriod']
1271
+ @IsQAT = params['IsQAT']
1268
1272
  end
1269
1273
  end
1270
1274
 
@@ -4994,10 +4998,13 @@ module TencentCloud
4994
4998
  # @param ModelSignature: SAVED_MODEL保存时配置的签名
4995
4999
  # 注意:此字段可能返回 null,表示取不到有效值。
4996
5000
  # @type ModelSignature: String
5001
+ # @param QATModel: 是否是QAT模型
5002
+ # 注意:此字段可能返回 null,表示取不到有效值。
5003
+ # @type QATModel: Boolean
4997
5004
 
4998
- attr_accessor :ModelAccTaskId, :ModelAccTaskName, :ModelId, :ModelName, :ModelVersion, :ModelSource, :OptimizationLevel, :TaskStatus, :ModelInputNum, :ModelInputInfos, :GPUType, :ChargeType, :Speedup, :ModelInputPath, :ModelOutputPath, :ErrorMsg, :AlgorithmFramework, :WaitNumber, :CreateTime, :TaskProgress, :ModelFormat, :TensorInfos, :HyperParameter, :AccEngineVersion, :Tags, :IsSaved, :ModelSignature
5005
+ attr_accessor :ModelAccTaskId, :ModelAccTaskName, :ModelId, :ModelName, :ModelVersion, :ModelSource, :OptimizationLevel, :TaskStatus, :ModelInputNum, :ModelInputInfos, :GPUType, :ChargeType, :Speedup, :ModelInputPath, :ModelOutputPath, :ErrorMsg, :AlgorithmFramework, :WaitNumber, :CreateTime, :TaskProgress, :ModelFormat, :TensorInfos, :HyperParameter, :AccEngineVersion, :Tags, :IsSaved, :ModelSignature, :QATModel
4999
5006
 
5000
- def initialize(modelacctaskid=nil, modelacctaskname=nil, modelid=nil, modelname=nil, modelversion=nil, modelsource=nil, optimizationlevel=nil, taskstatus=nil, modelinputnum=nil, modelinputinfos=nil, gputype=nil, chargetype=nil, speedup=nil, modelinputpath=nil, modeloutputpath=nil, errormsg=nil, algorithmframework=nil, waitnumber=nil, createtime=nil, taskprogress=nil, modelformat=nil, tensorinfos=nil, hyperparameter=nil, accengineversion=nil, tags=nil, issaved=nil, modelsignature=nil)
5007
+ def initialize(modelacctaskid=nil, modelacctaskname=nil, modelid=nil, modelname=nil, modelversion=nil, modelsource=nil, optimizationlevel=nil, taskstatus=nil, modelinputnum=nil, modelinputinfos=nil, gputype=nil, chargetype=nil, speedup=nil, modelinputpath=nil, modeloutputpath=nil, errormsg=nil, algorithmframework=nil, waitnumber=nil, createtime=nil, taskprogress=nil, modelformat=nil, tensorinfos=nil, hyperparameter=nil, accengineversion=nil, tags=nil, issaved=nil, modelsignature=nil, qatmodel=nil)
5001
5008
  @ModelAccTaskId = modelacctaskid
5002
5009
  @ModelAccTaskName = modelacctaskname
5003
5010
  @ModelId = modelid
@@ -5025,6 +5032,7 @@ module TencentCloud
5025
5032
  @Tags = tags
5026
5033
  @IsSaved = issaved
5027
5034
  @ModelSignature = modelsignature
5035
+ @QATModel = qatmodel
5028
5036
  end
5029
5037
 
5030
5038
  def deserialize(params)
@@ -5078,6 +5086,7 @@ module TencentCloud
5078
5086
  end
5079
5087
  @IsSaved = params['IsSaved']
5080
5088
  @ModelSignature = params['ModelSignature']
5089
+ @QATModel = params['QATModel']
5081
5090
  end
5082
5091
  end
5083
5092
 
@@ -5794,7 +5803,7 @@ module TencentCloud
5794
5803
  # @type ModelVersion: String
5795
5804
  # @param ModelInputPath: 模型输入cos路径
5796
5805
  # @type ModelInputPath: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
5797
- # @param OptimizationLevel: 优化级别(NO_LOSS/FP16),默认FP16
5806
+ # @param OptimizationLevel: 优化级别(NO_LOSS/FP16/INT8),默认FP16
5798
5807
  # @type OptimizationLevel: String
5799
5808
  # @param ModelInputNum: input节点个数(废弃)
5800
5809
  # @type ModelInputNum: Integer
@@ -5806,7 +5815,7 @@ module TencentCloud
5806
5815
  # @type ModelFormat: String
5807
5816
  # @param TensorInfos: 模型Tensor信息
5808
5817
  # @type TensorInfos: Array
5809
- # @param GPUType: GPU类型(T4/V100),默认T4
5818
+ # @param GPUType: GPU类型(T4/V100/A10),默认T4
5810
5819
  # @type GPUType: String
5811
5820
  # @param HyperParameter: 模型专业参数
5812
5821
  # @type HyperParameter: :class:`Tencentcloud::Tione.v20211111.models.HyperParameter`
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.483
4
+ version: 3.0.485
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-12-29 00:00:00.000000000 Z
11
+ date: 2023-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common