tencentcloud-sdk-tione 3.0.484 → 3.0.486

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/v20211111/models.rb +17 -8
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ebf07c03e518ed1d6075e81ae2c199ae30feaff2
4
- data.tar.gz: 8cf54f9889a051652b43b634c043ad272e32f341
3
+ metadata.gz: 52fb09877f53e2304a17221f208027c5d7bc2b78
4
+ data.tar.gz: a4f121d28ea46b0f67d88c9a275ef031f3cdbd14
5
5
  SHA512:
6
- metadata.gz: 1c1093a1d8d45ea003324172805f042f598e22efbf11efaf030b0192a5055fc65edea66a1d9e41c9bed3587e0880336bf7110eeae8700d72ab03a6a38272b820
7
- data.tar.gz: fc3073e5f4adb1a1b471e85e4a93b878d4d175f30ee190fa3734b1a9d2ff7d35644f75df78d70db63c3fdcfbd306be4612f6557caa97fd0032034dff577684d2
6
+ metadata.gz: cb0fe02ea77402d68a1bd93493f69fe903fdebe59e031f6b720e9fd70f4654cdc453d9e94ad3eefc0d1d42b35567a069eb7e1502595f62309767674bae6528ea
7
+ data.tar.gz: 9774f54de333f5cd2623335b45b236e50ad9d4aac6c102700765e7a8099d841be1cd1e5d5618344c08c44ea5fd8711a63bbcac6852db110a3730c13cbc5030c5
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.484
1
+ 3.0.486
@@ -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.484
4
+ version: 3.0.486
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-30 00:00:00.000000000 Z
11
+ date: 2023-01-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common