tencentcloud-sdk-tione 3.0.383 → 3.0.384
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20211111/models.rb +27 -9
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f3694e85ad13b6b2ba8c93046f871042e749e057
|
4
|
+
data.tar.gz: 23e4b7a3f7e6c4f90975fb69c304c28dc68eae88
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6092afacca8877d35463dd43cb91144ba0ad764896f49c542ac9122fc0a1d7a8f85a44b88c31a0fcb56f22e4e1c870eede511f7fe7d3260f8661d24fc5915642
|
7
|
+
data.tar.gz: 5fc8f2bc5303471cf95a6ee374c550c16942c4457e7a245893118b9a0ea22abac13aa676ebc2b7a4da28e5d81a8ef125b71517c7506134e4dd69384247069a86
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.384
|
data/lib/v20211111/models.rb
CHANGED
@@ -203,7 +203,7 @@ module TencentCloud
|
|
203
203
|
# @type TrainingModelId: String
|
204
204
|
# @param ModelOutputPath: 模型存储cos目录
|
205
205
|
# @type ModelOutputPath: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
|
206
|
-
# @param TrainingModelSource: 模型来源 (JOB/COS
|
206
|
+
# @param TrainingModelSource: 模型来源 (JOB/COS)
|
207
207
|
# @type TrainingModelSource: String
|
208
208
|
# @param TrainingPreference: 模型偏好
|
209
209
|
# @type TrainingPreference: String
|
@@ -217,10 +217,12 @@ module TencentCloud
|
|
217
217
|
# @type ModelVersionType: String
|
218
218
|
# @param ModelFormat: 模型格式 (PYTORCH/TORCH_SCRIPT/DETECTRON2/SAVED_MODEL/FROZEN_GRAPH/PMML)
|
219
219
|
# @type ModelFormat: String
|
220
|
+
# @param ReasoningEnvironmentId: 推理镜像ID
|
221
|
+
# @type ReasoningEnvironmentId: String
|
220
222
|
|
221
|
-
attr_accessor :ImportMethod, :TrainingModelCosPath, :ReasoningEnvironmentSource, :TrainingModelName, :Tags, :TrainingJobName, :AlgorithmFramework, :ReasoningEnvironment, :TrainingModelIndex, :TrainingModelVersion, :ReasoningImageInfo, :ModelMoveMode, :TrainingJobId, :TrainingModelId, :ModelOutputPath, :TrainingModelSource, :TrainingPreference, :AutoMLTaskId, :TrainingJobVersion, :ModelVersionType, :ModelFormat
|
223
|
+
attr_accessor :ImportMethod, :TrainingModelCosPath, :ReasoningEnvironmentSource, :TrainingModelName, :Tags, :TrainingJobName, :AlgorithmFramework, :ReasoningEnvironment, :TrainingModelIndex, :TrainingModelVersion, :ReasoningImageInfo, :ModelMoveMode, :TrainingJobId, :TrainingModelId, :ModelOutputPath, :TrainingModelSource, :TrainingPreference, :AutoMLTaskId, :TrainingJobVersion, :ModelVersionType, :ModelFormat, :ReasoningEnvironmentId
|
222
224
|
|
223
|
-
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)
|
225
|
+
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)
|
224
226
|
@ImportMethod = importmethod
|
225
227
|
@TrainingModelCosPath = trainingmodelcospath
|
226
228
|
@ReasoningEnvironmentSource = reasoningenvironmentsource
|
@@ -242,6 +244,7 @@ module TencentCloud
|
|
242
244
|
@TrainingJobVersion = trainingjobversion
|
243
245
|
@ModelVersionType = modelversiontype
|
244
246
|
@ModelFormat = modelformat
|
247
|
+
@ReasoningEnvironmentId = reasoningenvironmentid
|
245
248
|
end
|
246
249
|
|
247
250
|
def deserialize(params)
|
@@ -282,6 +285,7 @@ module TencentCloud
|
|
282
285
|
@TrainingJobVersion = params['TrainingJobVersion']
|
283
286
|
@ModelVersionType = params['ModelVersionType']
|
284
287
|
@ModelFormat = params['ModelFormat']
|
288
|
+
@ReasoningEnvironmentId = params['ReasoningEnvironmentId']
|
285
289
|
end
|
286
290
|
end
|
287
291
|
|
@@ -951,17 +955,21 @@ module TencentCloud
|
|
951
955
|
# @type TrainingModelId: String
|
952
956
|
# @param EnableDeleteCos: 是否同步清理cos
|
953
957
|
# @type EnableDeleteCos: Boolean
|
958
|
+
# @param ModelVersionType: 删除模型类型,枚举值:NORMAL 普通,ACCELERATE 加速,不传则删除所有
|
959
|
+
# @type ModelVersionType: String
|
954
960
|
|
955
|
-
attr_accessor :TrainingModelId, :EnableDeleteCos
|
961
|
+
attr_accessor :TrainingModelId, :EnableDeleteCos, :ModelVersionType
|
956
962
|
|
957
|
-
def initialize(trainingmodelid=nil, enabledeletecos=nil)
|
963
|
+
def initialize(trainingmodelid=nil, enabledeletecos=nil, modelversiontype=nil)
|
958
964
|
@TrainingModelId = trainingmodelid
|
959
965
|
@EnableDeleteCos = enabledeletecos
|
966
|
+
@ModelVersionType = modelversiontype
|
960
967
|
end
|
961
968
|
|
962
969
|
def deserialize(params)
|
963
970
|
@TrainingModelId = params['TrainingModelId']
|
964
971
|
@EnableDeleteCos = params['EnableDeleteCos']
|
972
|
+
@ModelVersionType = params['ModelVersionType']
|
965
973
|
end
|
966
974
|
end
|
967
975
|
|
@@ -3517,10 +3525,13 @@ module TencentCloud
|
|
3517
3525
|
# @param ResourceGroupName: 预付费专用资源组名称
|
3518
3526
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3519
3527
|
# @type ResourceGroupName: String
|
3528
|
+
# @param Message: 任务信息
|
3529
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3530
|
+
# @type Message: String
|
3520
3531
|
|
3521
|
-
attr_accessor :Id, :Name, :Uin, :SubUin, :Region, :FrameworkName, :FrameworkVersion, :TrainingMode, :ChargeType, :ResourceGroupId, :ResourceConfigInfos, :Tags, :ImageInfo, :CodePackagePath, :StartCmdInfo, :DataSource, :DataConfigs, :TuningParameters, :Output, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :LatestInstanceId, :TensorBoardId, :Remark, :FailureReason, :UpdateTime, :EndTime, :BillingInfo, :ResourceGroupName
|
3532
|
+
attr_accessor :Id, :Name, :Uin, :SubUin, :Region, :FrameworkName, :FrameworkVersion, :TrainingMode, :ChargeType, :ResourceGroupId, :ResourceConfigInfos, :Tags, :ImageInfo, :CodePackagePath, :StartCmdInfo, :DataSource, :DataConfigs, :TuningParameters, :Output, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :LatestInstanceId, :TensorBoardId, :Remark, :FailureReason, :UpdateTime, :EndTime, :BillingInfo, :ResourceGroupName, :Message
|
3522
3533
|
|
3523
|
-
def initialize(id=nil, name=nil, uin=nil, subuin=nil, region=nil, frameworkname=nil, frameworkversion=nil, trainingmode=nil, chargetype=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, imageinfo=nil, codepackagepath=nil, startcmdinfo=nil, datasource=nil, dataconfigs=nil, tuningparameters=nil, output=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, latestinstanceid=nil, tensorboardid=nil, remark=nil, failurereason=nil, updatetime=nil, endtime=nil, billinginfo=nil, resourcegroupname=nil)
|
3534
|
+
def initialize(id=nil, name=nil, uin=nil, subuin=nil, region=nil, frameworkname=nil, frameworkversion=nil, trainingmode=nil, chargetype=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, imageinfo=nil, codepackagepath=nil, startcmdinfo=nil, datasource=nil, dataconfigs=nil, tuningparameters=nil, output=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, chargestatus=nil, latestinstanceid=nil, tensorboardid=nil, remark=nil, failurereason=nil, updatetime=nil, endtime=nil, billinginfo=nil, resourcegroupname=nil, message=nil)
|
3524
3535
|
@Id = id
|
3525
3536
|
@Name = name
|
3526
3537
|
@Uin = uin
|
@@ -3557,6 +3568,7 @@ module TencentCloud
|
|
3557
3568
|
@EndTime = endtime
|
3558
3569
|
@BillingInfo = billinginfo
|
3559
3570
|
@ResourceGroupName = resourcegroupname
|
3571
|
+
@Message = message
|
3560
3572
|
end
|
3561
3573
|
|
3562
3574
|
def deserialize(params)
|
@@ -3632,6 +3644,7 @@ module TencentCloud
|
|
3632
3644
|
@EndTime = params['EndTime']
|
3633
3645
|
@BillingInfo = params['BillingInfo']
|
3634
3646
|
@ResourceGroupName = params['ResourceGroupName']
|
3647
|
+
@Message = params['Message']
|
3635
3648
|
end
|
3636
3649
|
end
|
3637
3650
|
|
@@ -3689,10 +3702,13 @@ module TencentCloud
|
|
3689
3702
|
# @param ImageInfo: 自定义镜像信息
|
3690
3703
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
3691
3704
|
# @type ImageInfo: :class:`Tencentcloud::Tione.v20211111.models.ImageInfo`
|
3705
|
+
# @param Message: 任务信息
|
3706
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
3707
|
+
# @type Message: String
|
3692
3708
|
|
3693
|
-
attr_accessor :Id, :Name, :FrameworkName, :FrameworkVersion, :TrainingMode, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfos, :Tags, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :Output, :FailureReason, :UpdateTime, :BillingInfo, :ResourceGroupName, :ImageInfo
|
3709
|
+
attr_accessor :Id, :Name, :FrameworkName, :FrameworkVersion, :TrainingMode, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfos, :Tags, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :Output, :FailureReason, :UpdateTime, :BillingInfo, :ResourceGroupName, :ImageInfo, :Message
|
3694
3710
|
|
3695
|
-
def initialize(id=nil, name=nil, frameworkname=nil, frameworkversion=nil, trainingmode=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, endtime=nil, output=nil, failurereason=nil, updatetime=nil, billinginfo=nil, resourcegroupname=nil, imageinfo=nil)
|
3711
|
+
def initialize(id=nil, name=nil, frameworkname=nil, frameworkversion=nil, trainingmode=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, endtime=nil, output=nil, failurereason=nil, updatetime=nil, billinginfo=nil, resourcegroupname=nil, imageinfo=nil, message=nil)
|
3696
3712
|
@Id = id
|
3697
3713
|
@Name = name
|
3698
3714
|
@FrameworkName = frameworkname
|
@@ -3714,6 +3730,7 @@ module TencentCloud
|
|
3714
3730
|
@BillingInfo = billinginfo
|
3715
3731
|
@ResourceGroupName = resourcegroupname
|
3716
3732
|
@ImageInfo = imageinfo
|
3733
|
+
@Message = message
|
3717
3734
|
end
|
3718
3735
|
|
3719
3736
|
def deserialize(params)
|
@@ -3758,6 +3775,7 @@ module TencentCloud
|
|
3758
3775
|
@ImageInfo = ImageInfo.new
|
3759
3776
|
@ImageInfo.deserialize(params['ImageInfo'])
|
3760
3777
|
end
|
3778
|
+
@Message = params['Message']
|
3761
3779
|
end
|
3762
3780
|
end
|
3763
3781
|
|
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.
|
4
|
+
version: 3.0.384
|
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-08-
|
11
|
+
date: 2022-08-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|