tencentcloud-sdk-tiems 3.0.590 → 3.0.591
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 +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20190416/models.rb +69 -69
- 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: fa3501e1fafdd4221bf838ee73b75937dcc8ebb7
|
|
4
|
+
data.tar.gz: 839a3aa3bc2bce1d4317710325b0e50920142fb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 86790c0ba84a2398ae63f8919ca3da1cdccca09b012c0271365b24acb43d6c61a6bb84c334c3b34bc7432e0e461ecbb7f70f911b418c4cd1d7364897e8a030fd
|
|
7
|
+
data.tar.gz: 7d11945f4132897019b251d038f86c5e616b71073deecb8617689fb6cf9cb80257bdfc5b25a23dbf123382c426480e24df05f0b9045699ff3553c1e7eb4c114e
|
data/lib/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.0.
|
|
1
|
+
3.0.591
|
data/lib/v20190416/models.rb
CHANGED
|
@@ -25,7 +25,7 @@ module TencentCloud
|
|
|
25
25
|
# @type Count: Integer
|
|
26
26
|
|
|
27
27
|
attr_accessor :Reason, :Count
|
|
28
|
-
|
|
28
|
+
|
|
29
29
|
def initialize(reason=nil, count=nil)
|
|
30
30
|
@Reason = reason
|
|
31
31
|
@Count = count
|
|
@@ -58,7 +58,7 @@ module TencentCloud
|
|
|
58
58
|
# @type Description: String
|
|
59
59
|
|
|
60
60
|
attr_accessor :Id, :Name, :ModelUri, :CreateTime, :Runtime, :Version, :UpdateTime, :Description
|
|
61
|
-
|
|
61
|
+
|
|
62
62
|
def initialize(id=nil, name=nil, modeluri=nil, createtime=nil, runtime=nil, version=nil, updatetime=nil, description=nil)
|
|
63
63
|
@Id = id
|
|
64
64
|
@Name = name
|
|
@@ -114,7 +114,7 @@ module TencentCloud
|
|
|
114
114
|
# @type LogTopicId: String
|
|
115
115
|
|
|
116
116
|
attr_accessor :Name, :ResourceGroupId, :Cpu, :Memory, :Cluster, :PredictInput, :Description, :WorkerCount, :ConfigId, :Gpu, :GpuMemory, :GpuType, :QuantizationInput, :LogTopicId
|
|
117
|
-
|
|
117
|
+
|
|
118
118
|
def initialize(name=nil, resourcegroupid=nil, cpu=nil, memory=nil, cluster=nil, predictinput=nil, description=nil, workercount=nil, configid=nil, gpu=nil, gpumemory=nil, gputype=nil, quantizationinput=nil, logtopicid=nil)
|
|
119
119
|
@Name = name
|
|
120
120
|
@ResourceGroupId = resourcegroupid
|
|
@@ -164,7 +164,7 @@ module TencentCloud
|
|
|
164
164
|
# @type RequestId: String
|
|
165
165
|
|
|
166
166
|
attr_accessor :Job, :RequestId
|
|
167
|
-
|
|
167
|
+
|
|
168
168
|
def initialize(job=nil, requestid=nil)
|
|
169
169
|
@Job = job
|
|
170
170
|
@RequestId = requestid
|
|
@@ -197,7 +197,7 @@ module TencentCloud
|
|
|
197
197
|
# @type DesiredSize: Integer
|
|
198
198
|
|
|
199
199
|
attr_accessor :RsgId, :MaxSize, :MinSize, :InstanceType, :Cluster, :Name, :DesiredSize
|
|
200
|
-
|
|
200
|
+
|
|
201
201
|
def initialize(rsgid=nil, maxsize=nil, minsize=nil, instancetype=nil, cluster=nil, name=nil, desiredsize=nil)
|
|
202
202
|
@RsgId = rsgid
|
|
203
203
|
@MaxSize = maxsize
|
|
@@ -227,7 +227,7 @@ module TencentCloud
|
|
|
227
227
|
# @type RequestId: String
|
|
228
228
|
|
|
229
229
|
attr_accessor :RsgAsGroup, :RequestId
|
|
230
|
-
|
|
230
|
+
|
|
231
231
|
def initialize(rsgasgroup=nil, requestid=nil)
|
|
232
232
|
@RsgAsGroup = rsgasgroup
|
|
233
233
|
@RequestId = requestid
|
|
@@ -256,7 +256,7 @@ module TencentCloud
|
|
|
256
256
|
# @type HealthCheckOn: Boolean
|
|
257
257
|
|
|
258
258
|
attr_accessor :Name, :Image, :Framework, :Description, :HealthCheckOn
|
|
259
|
-
|
|
259
|
+
|
|
260
260
|
def initialize(name=nil, image=nil, framework=nil, description=nil, healthcheckon=nil)
|
|
261
261
|
@Name = name
|
|
262
262
|
@Image = image
|
|
@@ -282,7 +282,7 @@ module TencentCloud
|
|
|
282
282
|
# @type RequestId: String
|
|
283
283
|
|
|
284
284
|
attr_accessor :Runtime, :RequestId
|
|
285
|
-
|
|
285
|
+
|
|
286
286
|
def initialize(runtime=nil, requestid=nil)
|
|
287
287
|
@Runtime = runtime
|
|
288
288
|
@RequestId = requestid
|
|
@@ -309,7 +309,7 @@ module TencentCloud
|
|
|
309
309
|
# @type Description: String
|
|
310
310
|
|
|
311
311
|
attr_accessor :Name, :Runtime, :ModelUri, :Description
|
|
312
|
-
|
|
312
|
+
|
|
313
313
|
def initialize(name=nil, runtime=nil, modeluri=nil, description=nil)
|
|
314
314
|
@Name = name
|
|
315
315
|
@Runtime = runtime
|
|
@@ -333,7 +333,7 @@ module TencentCloud
|
|
|
333
333
|
# @type RequestId: String
|
|
334
334
|
|
|
335
335
|
attr_accessor :ServiceConfig, :RequestId
|
|
336
|
-
|
|
336
|
+
|
|
337
337
|
def initialize(serviceconfig=nil, requestid=nil)
|
|
338
338
|
@ServiceConfig = serviceconfig
|
|
339
339
|
@RequestId = requestid
|
|
@@ -380,7 +380,7 @@ module TencentCloud
|
|
|
380
380
|
# @type LogTopicId: String
|
|
381
381
|
|
|
382
382
|
attr_accessor :Scaler, :ServiceConfigId, :Name, :ScaleMode, :ResourceGroupId, :Cpu, :Memory, :Cluster, :Authentication, :Gpu, :GpuMemory, :Description, :GpuType, :LogTopicId
|
|
383
|
-
|
|
383
|
+
|
|
384
384
|
def initialize(scaler=nil, serviceconfigid=nil, name=nil, scalemode=nil, resourcegroupid=nil, cpu=nil, memory=nil, cluster=nil, authentication=nil, gpu=nil, gpumemory=nil, description=nil, gputype=nil, logtopicid=nil)
|
|
385
385
|
@Scaler = scaler
|
|
386
386
|
@ServiceConfigId = serviceconfigid
|
|
@@ -427,7 +427,7 @@ module TencentCloud
|
|
|
427
427
|
# @type RequestId: String
|
|
428
428
|
|
|
429
429
|
attr_accessor :Service, :RequestId
|
|
430
|
-
|
|
430
|
+
|
|
431
431
|
def initialize(service=nil, requestid=nil)
|
|
432
432
|
@Service = service
|
|
433
433
|
@RequestId = requestid
|
|
@@ -448,7 +448,7 @@ module TencentCloud
|
|
|
448
448
|
# @type InstanceId: String
|
|
449
449
|
|
|
450
450
|
attr_accessor :InstanceId
|
|
451
|
-
|
|
451
|
+
|
|
452
452
|
def initialize(instanceid=nil)
|
|
453
453
|
@InstanceId = instanceid
|
|
454
454
|
end
|
|
@@ -464,7 +464,7 @@ module TencentCloud
|
|
|
464
464
|
# @type RequestId: String
|
|
465
465
|
|
|
466
466
|
attr_accessor :RequestId
|
|
467
|
-
|
|
467
|
+
|
|
468
468
|
def initialize(requestid=nil)
|
|
469
469
|
@RequestId = requestid
|
|
470
470
|
end
|
|
@@ -480,7 +480,7 @@ module TencentCloud
|
|
|
480
480
|
# @type JobId: String
|
|
481
481
|
|
|
482
482
|
attr_accessor :JobId
|
|
483
|
-
|
|
483
|
+
|
|
484
484
|
def initialize(jobid=nil)
|
|
485
485
|
@JobId = jobid
|
|
486
486
|
end
|
|
@@ -496,7 +496,7 @@ module TencentCloud
|
|
|
496
496
|
# @type RequestId: String
|
|
497
497
|
|
|
498
498
|
attr_accessor :RequestId
|
|
499
|
-
|
|
499
|
+
|
|
500
500
|
def initialize(requestid=nil)
|
|
501
501
|
@RequestId = requestid
|
|
502
502
|
end
|
|
@@ -512,7 +512,7 @@ module TencentCloud
|
|
|
512
512
|
# @type ResourceGroupId: String
|
|
513
513
|
|
|
514
514
|
attr_accessor :ResourceGroupId
|
|
515
|
-
|
|
515
|
+
|
|
516
516
|
def initialize(resourcegroupid=nil)
|
|
517
517
|
@ResourceGroupId = resourcegroupid
|
|
518
518
|
end
|
|
@@ -528,7 +528,7 @@ module TencentCloud
|
|
|
528
528
|
# @type RequestId: String
|
|
529
529
|
|
|
530
530
|
attr_accessor :RequestId
|
|
531
|
-
|
|
531
|
+
|
|
532
532
|
def initialize(requestid=nil)
|
|
533
533
|
@RequestId = requestid
|
|
534
534
|
end
|
|
@@ -544,7 +544,7 @@ module TencentCloud
|
|
|
544
544
|
# @type Id: String
|
|
545
545
|
|
|
546
546
|
attr_accessor :Id
|
|
547
|
-
|
|
547
|
+
|
|
548
548
|
def initialize(id=nil)
|
|
549
549
|
@Id = id
|
|
550
550
|
end
|
|
@@ -560,7 +560,7 @@ module TencentCloud
|
|
|
560
560
|
# @type RequestId: String
|
|
561
561
|
|
|
562
562
|
attr_accessor :RequestId
|
|
563
|
-
|
|
563
|
+
|
|
564
564
|
def initialize(requestid=nil)
|
|
565
565
|
@RequestId = requestid
|
|
566
566
|
end
|
|
@@ -576,7 +576,7 @@ module TencentCloud
|
|
|
576
576
|
# @type Runtime: String
|
|
577
577
|
|
|
578
578
|
attr_accessor :Runtime
|
|
579
|
-
|
|
579
|
+
|
|
580
580
|
def initialize(runtime=nil)
|
|
581
581
|
@Runtime = runtime
|
|
582
582
|
end
|
|
@@ -592,7 +592,7 @@ module TencentCloud
|
|
|
592
592
|
# @type RequestId: String
|
|
593
593
|
|
|
594
594
|
attr_accessor :RequestId
|
|
595
|
-
|
|
595
|
+
|
|
596
596
|
def initialize(requestid=nil)
|
|
597
597
|
@RequestId = requestid
|
|
598
598
|
end
|
|
@@ -610,7 +610,7 @@ module TencentCloud
|
|
|
610
610
|
# @type ServiceConfigName: String
|
|
611
611
|
|
|
612
612
|
attr_accessor :ServiceConfigId, :ServiceConfigName
|
|
613
|
-
|
|
613
|
+
|
|
614
614
|
def initialize(serviceconfigid=nil, serviceconfigname=nil)
|
|
615
615
|
@ServiceConfigId = serviceconfigid
|
|
616
616
|
@ServiceConfigName = serviceconfigname
|
|
@@ -628,7 +628,7 @@ module TencentCloud
|
|
|
628
628
|
# @type RequestId: String
|
|
629
629
|
|
|
630
630
|
attr_accessor :RequestId
|
|
631
|
-
|
|
631
|
+
|
|
632
632
|
def initialize(requestid=nil)
|
|
633
633
|
@RequestId = requestid
|
|
634
634
|
end
|
|
@@ -644,7 +644,7 @@ module TencentCloud
|
|
|
644
644
|
# @type ServiceId: String
|
|
645
645
|
|
|
646
646
|
attr_accessor :ServiceId
|
|
647
|
-
|
|
647
|
+
|
|
648
648
|
def initialize(serviceid=nil)
|
|
649
649
|
@ServiceId = serviceid
|
|
650
650
|
end
|
|
@@ -660,7 +660,7 @@ module TencentCloud
|
|
|
660
660
|
# @type RequestId: String
|
|
661
661
|
|
|
662
662
|
attr_accessor :RequestId
|
|
663
|
-
|
|
663
|
+
|
|
664
664
|
def initialize(requestid=nil)
|
|
665
665
|
@RequestId = requestid
|
|
666
666
|
end
|
|
@@ -686,7 +686,7 @@ module TencentCloud
|
|
|
686
686
|
# @type ResourceGroupId: String
|
|
687
687
|
|
|
688
688
|
attr_accessor :Filters, :Offset, :Limit, :Order, :OrderField, :ResourceGroupId
|
|
689
|
-
|
|
689
|
+
|
|
690
690
|
def initialize(filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil, resourcegroupid=nil)
|
|
691
691
|
@Filters = filters
|
|
692
692
|
@Offset = offset
|
|
@@ -723,7 +723,7 @@ module TencentCloud
|
|
|
723
723
|
# @type RequestId: String
|
|
724
724
|
|
|
725
725
|
attr_accessor :TotalCount, :Instances, :RequestId
|
|
726
|
-
|
|
726
|
+
|
|
727
727
|
def initialize(totalcount=nil, instances=nil, requestid=nil)
|
|
728
728
|
@TotalCount = totalcount
|
|
729
729
|
@Instances = instances
|
|
@@ -758,7 +758,7 @@ module TencentCloud
|
|
|
758
758
|
# @type OrderField: String
|
|
759
759
|
|
|
760
760
|
attr_accessor :Filters, :Offset, :Limit, :Order, :OrderField
|
|
761
|
-
|
|
761
|
+
|
|
762
762
|
def initialize(filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
|
763
763
|
@Filters = filters
|
|
764
764
|
@Offset = offset
|
|
@@ -794,7 +794,7 @@ module TencentCloud
|
|
|
794
794
|
# @type RequestId: String
|
|
795
795
|
|
|
796
796
|
attr_accessor :TotalCount, :ResourceGroups, :RequestId
|
|
797
|
-
|
|
797
|
+
|
|
798
798
|
def initialize(totalcount=nil, resourcegroups=nil, requestid=nil)
|
|
799
799
|
@TotalCount = totalcount
|
|
800
800
|
@ResourceGroups = resourcegroups
|
|
@@ -835,7 +835,7 @@ module TencentCloud
|
|
|
835
835
|
# @type OrderField: String
|
|
836
836
|
|
|
837
837
|
attr_accessor :Id, :StartTime, :EndTime, :Filters, :Offset, :Limit, :Order, :OrderField
|
|
838
|
-
|
|
838
|
+
|
|
839
839
|
def initialize(id=nil, starttime=nil, endtime=nil, filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
|
840
840
|
@Id = id
|
|
841
841
|
@StartTime = starttime
|
|
@@ -877,7 +877,7 @@ module TencentCloud
|
|
|
877
877
|
# @type RequestId: String
|
|
878
878
|
|
|
879
879
|
attr_accessor :RsgAsGroupActivitySet, :TotalCount, :RequestId
|
|
880
|
-
|
|
880
|
+
|
|
881
881
|
def initialize(rsgasgroupactivityset=nil, totalcount=nil, requestid=nil)
|
|
882
882
|
@RsgAsGroupActivitySet = rsgasgroupactivityset
|
|
883
883
|
@TotalCount = totalcount
|
|
@@ -912,7 +912,7 @@ module TencentCloud
|
|
|
912
912
|
# @type OrderField: String
|
|
913
913
|
|
|
914
914
|
attr_accessor :Filters, :Offset, :Limit, :Order, :OrderField
|
|
915
|
-
|
|
915
|
+
|
|
916
916
|
def initialize(filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
|
917
917
|
@Filters = filters
|
|
918
918
|
@Offset = offset
|
|
@@ -947,7 +947,7 @@ module TencentCloud
|
|
|
947
947
|
# @type RequestId: String
|
|
948
948
|
|
|
949
949
|
attr_accessor :RsgAsGroupSet, :TotalCount, :RequestId
|
|
950
|
-
|
|
950
|
+
|
|
951
951
|
def initialize(rsgasgroupset=nil, totalcount=nil, requestid=nil)
|
|
952
952
|
@RsgAsGroupSet = rsgasgroupset
|
|
953
953
|
@TotalCount = totalcount
|
|
@@ -971,7 +971,7 @@ module TencentCloud
|
|
|
971
971
|
# DescribeRuntimes请求参数结构体
|
|
972
972
|
class DescribeRuntimesRequest < TencentCloud::Common::AbstractModel
|
|
973
973
|
|
|
974
|
-
|
|
974
|
+
|
|
975
975
|
def initialize()
|
|
976
976
|
end
|
|
977
977
|
|
|
@@ -990,7 +990,7 @@ module TencentCloud
|
|
|
990
990
|
# @type RequestId: String
|
|
991
991
|
|
|
992
992
|
attr_accessor :Runtimes, :UserAccess, :RequestId
|
|
993
|
-
|
|
993
|
+
|
|
994
994
|
def initialize(runtimes=nil, useraccess=nil, requestid=nil)
|
|
995
995
|
@Runtimes = runtimes
|
|
996
996
|
@UserAccess = useraccess
|
|
@@ -1027,7 +1027,7 @@ module TencentCloud
|
|
|
1027
1027
|
# @type PageByName: Boolean
|
|
1028
1028
|
|
|
1029
1029
|
attr_accessor :Filters, :Offset, :Limit, :Order, :OrderField, :PageByName
|
|
1030
|
-
|
|
1030
|
+
|
|
1031
1031
|
def initialize(filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil, pagebyname=nil)
|
|
1032
1032
|
@Filters = filters
|
|
1033
1033
|
@Offset = offset
|
|
@@ -1064,7 +1064,7 @@ module TencentCloud
|
|
|
1064
1064
|
# @type RequestId: String
|
|
1065
1065
|
|
|
1066
1066
|
attr_accessor :ServiceConfigs, :TotalCount, :RequestId
|
|
1067
|
-
|
|
1067
|
+
|
|
1068
1068
|
def initialize(serviceconfigs=nil, totalcount=nil, requestid=nil)
|
|
1069
1069
|
@ServiceConfigs = serviceconfigs
|
|
1070
1070
|
@TotalCount = totalcount
|
|
@@ -1099,7 +1099,7 @@ module TencentCloud
|
|
|
1099
1099
|
# @type OrderField: String
|
|
1100
1100
|
|
|
1101
1101
|
attr_accessor :Filters, :Offset, :Limit, :Order, :OrderField
|
|
1102
|
-
|
|
1102
|
+
|
|
1103
1103
|
def initialize(filters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
|
1104
1104
|
@Filters = filters
|
|
1105
1105
|
@Offset = offset
|
|
@@ -1134,7 +1134,7 @@ module TencentCloud
|
|
|
1134
1134
|
# @type RequestId: String
|
|
1135
1135
|
|
|
1136
1136
|
attr_accessor :Services, :TotalCount, :RequestId
|
|
1137
|
-
|
|
1137
|
+
|
|
1138
1138
|
def initialize(services=nil, totalcount=nil, requestid=nil)
|
|
1139
1139
|
@Services = services
|
|
1140
1140
|
@TotalCount = totalcount
|
|
@@ -1161,7 +1161,7 @@ module TencentCloud
|
|
|
1161
1161
|
# @type Id: String
|
|
1162
1162
|
|
|
1163
1163
|
attr_accessor :Id
|
|
1164
|
-
|
|
1164
|
+
|
|
1165
1165
|
def initialize(id=nil)
|
|
1166
1166
|
@Id = id
|
|
1167
1167
|
end
|
|
@@ -1177,7 +1177,7 @@ module TencentCloud
|
|
|
1177
1177
|
# @type RequestId: String
|
|
1178
1178
|
|
|
1179
1179
|
attr_accessor :RequestId
|
|
1180
|
-
|
|
1180
|
+
|
|
1181
1181
|
def initialize(requestid=nil)
|
|
1182
1182
|
@RequestId = requestid
|
|
1183
1183
|
end
|
|
@@ -1193,7 +1193,7 @@ module TencentCloud
|
|
|
1193
1193
|
# @type Id: String
|
|
1194
1194
|
|
|
1195
1195
|
attr_accessor :Id
|
|
1196
|
-
|
|
1196
|
+
|
|
1197
1197
|
def initialize(id=nil)
|
|
1198
1198
|
@Id = id
|
|
1199
1199
|
end
|
|
@@ -1209,7 +1209,7 @@ module TencentCloud
|
|
|
1209
1209
|
# @type RequestId: String
|
|
1210
1210
|
|
|
1211
1211
|
attr_accessor :RequestId
|
|
1212
|
-
|
|
1212
|
+
|
|
1213
1213
|
def initialize(requestid=nil)
|
|
1214
1214
|
@RequestId = requestid
|
|
1215
1215
|
end
|
|
@@ -1242,7 +1242,7 @@ module TencentCloud
|
|
|
1242
1242
|
# @type GateWayDomain: String
|
|
1243
1243
|
|
|
1244
1244
|
attr_accessor :ExposeType, :Ip, :VpcId, :SubnetId, :GateWayServiceId, :GateWayAPIId, :GateWayDomain
|
|
1245
|
-
|
|
1245
|
+
|
|
1246
1246
|
def initialize(exposetype=nil, ip=nil, vpcid=nil, subnetid=nil, gatewayserviceid=nil, gatewayapiid=nil, gatewaydomain=nil)
|
|
1247
1247
|
@ExposeType = exposetype
|
|
1248
1248
|
@Ip = ip
|
|
@@ -1276,7 +1276,7 @@ module TencentCloud
|
|
|
1276
1276
|
# @type SubnetId: String
|
|
1277
1277
|
|
|
1278
1278
|
attr_accessor :ServiceId, :ExposeType, :VpcId, :SubnetId
|
|
1279
|
-
|
|
1279
|
+
|
|
1280
1280
|
def initialize(serviceid=nil, exposetype=nil, vpcid=nil, subnetid=nil)
|
|
1281
1281
|
@ServiceId = serviceid
|
|
1282
1282
|
@ExposeType = exposetype
|
|
@@ -1300,7 +1300,7 @@ module TencentCloud
|
|
|
1300
1300
|
# @type RequestId: String
|
|
1301
1301
|
|
|
1302
1302
|
attr_accessor :Expose, :RequestId
|
|
1303
|
-
|
|
1303
|
+
|
|
1304
1304
|
def initialize(expose=nil, requestid=nil)
|
|
1305
1305
|
@Expose = expose
|
|
1306
1306
|
@RequestId = requestid
|
|
@@ -1323,7 +1323,7 @@ module TencentCloud
|
|
|
1323
1323
|
# @type Values: Array
|
|
1324
1324
|
|
|
1325
1325
|
attr_accessor :Name, :Values
|
|
1326
|
-
|
|
1326
|
+
|
|
1327
1327
|
def initialize(name=nil, values=nil)
|
|
1328
1328
|
@Name = name
|
|
1329
1329
|
@Values = values
|
|
@@ -1377,7 +1377,7 @@ module TencentCloud
|
|
|
1377
1377
|
# @type RsgAsGroupId: String
|
|
1378
1378
|
|
|
1379
1379
|
attr_accessor :Id, :Zone, :InstanceType, :InstanceChargeType, :Cpu, :Memory, :Gpu, :State, :AbnormalReason, :Created, :Updated, :DeadlineTime, :ResourceGroupId, :RenewFlag, :Region, :CpuRequested, :MemoryRequested, :GpuRequested, :RsgAsGroupId
|
|
1380
|
-
|
|
1380
|
+
|
|
1381
1381
|
def initialize(id=nil, zone=nil, instancetype=nil, instancechargetype=nil, cpu=nil, memory=nil, gpu=nil, state=nil, abnormalreason=nil, created=nil, updated=nil, deadlinetime=nil, resourcegroupid=nil, renewflag=nil, region=nil, cpurequested=nil, memoryrequested=nil, gpurequested=nil, rsgasgroupid=nil)
|
|
1382
1382
|
@Id = id
|
|
1383
1383
|
@Zone = zone
|
|
@@ -1497,7 +1497,7 @@ module TencentCloud
|
|
|
1497
1497
|
# @type LogTopicId: String
|
|
1498
1498
|
|
|
1499
1499
|
attr_accessor :Id, :Cluster, :Region, :Name, :Runtime, :Description, :ConfigId, :PredictInput, :Status, :CreateTime, :StartTime, :EndTime, :CancelTime, :ResourceGroupId, :Cpu, :Memory, :Gpu, :GpuMemory, :ResourceGroupName, :GpuType, :ConfigName, :ConfigVersion, :JobType, :QuantizationInput, :LogTopicId
|
|
1500
|
-
|
|
1500
|
+
|
|
1501
1501
|
def initialize(id=nil, cluster=nil, region=nil, name=nil, runtime=nil, description=nil, configid=nil, predictinput=nil, status=nil, createtime=nil, starttime=nil, endtime=nil, canceltime=nil, resourcegroupid=nil, cpu=nil, memory=nil, gpu=nil, gpumemory=nil, resourcegroupname=nil, gputype=nil, configname=nil, configversion=nil, jobtype=nil, quantizationinput=nil, logtopicid=nil)
|
|
1502
1502
|
@Id = id
|
|
1503
1503
|
@Cluster = cluster
|
|
@@ -1585,7 +1585,7 @@ module TencentCloud
|
|
|
1585
1585
|
# @type ReplicaInfos: Array
|
|
1586
1586
|
|
|
1587
1587
|
attr_accessor :Status, :Message, :DesiredWorkers, :CurrentWorkers, :Replicas, :ReplicaInfos
|
|
1588
|
-
|
|
1588
|
+
|
|
1589
1589
|
def initialize(status=nil, message=nil, desiredworkers=nil, currentworkers=nil, replicas=nil, replicainfos=nil)
|
|
1590
1590
|
@Status = status
|
|
1591
1591
|
@Message = message
|
|
@@ -1678,7 +1678,7 @@ module TencentCloud
|
|
|
1678
1678
|
# @type LogTopicId: String
|
|
1679
1679
|
|
|
1680
1680
|
attr_accessor :Id, :Cluster, :Name, :Runtime, :ModelUri, :Cpu, :Memory, :Gpu, :GpuMemory, :CreateTime, :UpdateTime, :ScaleMode, :Scaler, :Status, :AccessToken, :ConfigId, :ConfigName, :ServeSeconds, :ConfigVersion, :ResourceGroupId, :Exposes, :Region, :ResourceGroupName, :Description, :GpuType, :LogTopicId
|
|
1681
|
-
|
|
1681
|
+
|
|
1682
1682
|
def initialize(id=nil, cluster=nil, name=nil, runtime=nil, modeluri=nil, cpu=nil, memory=nil, gpu=nil, gpumemory=nil, createtime=nil, updatetime=nil, scalemode=nil, scaler=nil, status=nil, accesstoken=nil, configid=nil, configname=nil, serveseconds=nil, configversion=nil, resourcegroupid=nil, exposes=nil, region=nil, resourcegroupname=nil, description=nil, gputype=nil, logtopicid=nil)
|
|
1683
1683
|
@Id = id
|
|
1684
1684
|
@Cluster = cluster
|
|
@@ -1759,7 +1759,7 @@ module TencentCloud
|
|
|
1759
1759
|
# @type Value: Integer
|
|
1760
1760
|
|
|
1761
1761
|
attr_accessor :Name, :Value
|
|
1762
|
-
|
|
1762
|
+
|
|
1763
1763
|
def initialize(name=nil, value=nil)
|
|
1764
1764
|
@Name = name
|
|
1765
1765
|
@Value = value
|
|
@@ -1788,7 +1788,7 @@ module TencentCloud
|
|
|
1788
1788
|
# @type SignatureName: String
|
|
1789
1789
|
|
|
1790
1790
|
attr_accessor :InputPath, :OutputPath, :InputDataFormat, :OutputDataFormat, :BatchSize, :SignatureName
|
|
1791
|
-
|
|
1791
|
+
|
|
1792
1792
|
def initialize(inputpath=nil, outputpath=nil, inputdataformat=nil, outputdataformat=nil, batchsize=nil, signaturename=nil)
|
|
1793
1793
|
@InputPath = inputpath
|
|
1794
1794
|
@OutputPath = outputpath
|
|
@@ -1822,7 +1822,7 @@ module TencentCloud
|
|
|
1822
1822
|
# @type ConvertType: String
|
|
1823
1823
|
|
|
1824
1824
|
attr_accessor :InputPath, :OutputPath, :BatchSize, :Precision, :ConvertType
|
|
1825
|
-
|
|
1825
|
+
|
|
1826
1826
|
def initialize(inputpath=nil, outputpath=nil, batchsize=nil, precision=nil, converttype=nil)
|
|
1827
1827
|
@InputPath = inputpath
|
|
1828
1828
|
@OutputPath = outputpath
|
|
@@ -1862,7 +1862,7 @@ module TencentCloud
|
|
|
1862
1862
|
# @type Restarted: Integer
|
|
1863
1863
|
|
|
1864
1864
|
attr_accessor :Name, :EniIp, :Status, :Message, :StartTime, :CreateTime, :Restarted
|
|
1865
|
-
|
|
1865
|
+
|
|
1866
1866
|
def initialize(name=nil, eniip=nil, status=nil, message=nil, starttime=nil, createtime=nil, restarted=nil)
|
|
1867
1867
|
@Name = name
|
|
1868
1868
|
@EniIp = eniip
|
|
@@ -1943,7 +1943,7 @@ module TencentCloud
|
|
|
1943
1943
|
# @type PayMode: String
|
|
1944
1944
|
|
|
1945
1945
|
attr_accessor :Id, :Region, :Cluster, :Name, :Description, :Created, :Updated, :InstanceCount, :ServiceCount, :JobCount, :Public, :InstanceType, :Status, :Gpu, :Cpu, :Memory, :Zone, :GpuType, :HasPrepaid, :PayMode
|
|
1946
|
-
|
|
1946
|
+
|
|
1947
1947
|
def initialize(id=nil, region=nil, cluster=nil, name=nil, description=nil, created=nil, updated=nil, instancecount=nil, servicecount=nil, jobcount=nil, public=nil, instancetype=nil, status=nil, gpu=nil, cpu=nil, memory=nil, zone=nil, gputype=nil, hasprepaid=nil, paymode=nil)
|
|
1948
1948
|
@Id = id
|
|
1949
1949
|
@Region = region
|
|
@@ -1999,7 +1999,7 @@ module TencentCloud
|
|
|
1999
1999
|
# @type InstanceStatus: String
|
|
2000
2000
|
|
|
2001
2001
|
attr_accessor :InstanceId, :InstanceStatus
|
|
2002
|
-
|
|
2002
|
+
|
|
2003
2003
|
def initialize(instanceid=nil, instancestatus=nil)
|
|
2004
2004
|
@InstanceId = instanceid
|
|
2005
2005
|
@InstanceStatus = instancestatus
|
|
@@ -2043,7 +2043,7 @@ module TencentCloud
|
|
|
2043
2043
|
# @type DesiredSize: Integer
|
|
2044
2044
|
|
|
2045
2045
|
attr_accessor :Id, :Region, :Zone, :Cluster, :RsgId, :Name, :MaxSize, :MinSize, :CreateTime, :UpdateTime, :Status, :InstanceType, :InstanceCount, :DesiredSize
|
|
2046
|
-
|
|
2046
|
+
|
|
2047
2047
|
def initialize(id=nil, region=nil, zone=nil, cluster=nil, rsgid=nil, name=nil, maxsize=nil, minsize=nil, createtime=nil, updatetime=nil, status=nil, instancetype=nil, instancecount=nil, desiredsize=nil)
|
|
2048
2048
|
@Id = id
|
|
2049
2049
|
@Region = region
|
|
@@ -2107,7 +2107,7 @@ module TencentCloud
|
|
|
2107
2107
|
# @type StatusMessageSimplified: String
|
|
2108
2108
|
|
|
2109
2109
|
attr_accessor :Id, :RsgAsGroupId, :ActivityType, :StatusCode, :StatusMessage, :Cause, :Description, :StartTime, :EndTime, :CreateTime, :RsgAsActivityRelatedInstance, :StatusMessageSimplified
|
|
2110
|
-
|
|
2110
|
+
|
|
2111
2111
|
def initialize(id=nil, rsgasgroupid=nil, activitytype=nil, statuscode=nil, statusmessage=nil, cause=nil, description=nil, starttime=nil, endtime=nil, createtime=nil, rsgasactivityrelatedinstance=nil, statusmessagesimplified=nil)
|
|
2112
2112
|
@Id = id
|
|
2113
2113
|
@RsgAsGroupId = rsgasgroupid
|
|
@@ -2168,7 +2168,7 @@ module TencentCloud
|
|
|
2168
2168
|
# @type CreateTime: String
|
|
2169
2169
|
|
|
2170
2170
|
attr_accessor :Name, :Framework, :Description, :Public, :HealthCheckOn, :Image, :CreateTime
|
|
2171
|
-
|
|
2171
|
+
|
|
2172
2172
|
def initialize(name=nil, framework=nil, description=nil, public=nil, healthcheckon=nil, image=nil, createtime=nil)
|
|
2173
2173
|
@Name = name
|
|
2174
2174
|
@Framework = framework
|
|
@@ -2202,7 +2202,7 @@ module TencentCloud
|
|
|
2202
2202
|
# @type HpaMetrics: Array
|
|
2203
2203
|
|
|
2204
2204
|
attr_accessor :MaxReplicas, :MinReplicas, :StartReplicas, :HpaMetrics
|
|
2205
|
-
|
|
2205
|
+
|
|
2206
2206
|
def initialize(maxreplicas=nil, minreplicas=nil, startreplicas=nil, hpametrics=nil)
|
|
2207
2207
|
@MaxReplicas = maxreplicas
|
|
2208
2208
|
@MinReplicas = minreplicas
|
|
@@ -2247,7 +2247,7 @@ module TencentCloud
|
|
|
2247
2247
|
# @type ReplicaInfos: Array
|
|
2248
2248
|
|
|
2249
2249
|
attr_accessor :DesiredReplicas, :CurrentReplicas, :Status, :Conditions, :Replicas, :Message, :ReplicaInfos
|
|
2250
|
-
|
|
2250
|
+
|
|
2251
2251
|
def initialize(desiredreplicas=nil, currentreplicas=nil, status=nil, conditions=nil, replicas=nil, message=nil, replicainfos=nil)
|
|
2252
2252
|
@DesiredReplicas = desiredreplicas
|
|
2253
2253
|
@CurrentReplicas = currentreplicas
|
|
@@ -2293,7 +2293,7 @@ module TencentCloud
|
|
|
2293
2293
|
# @type Description: String
|
|
2294
2294
|
|
|
2295
2295
|
attr_accessor :JobId, :JobAction, :Description
|
|
2296
|
-
|
|
2296
|
+
|
|
2297
2297
|
def initialize(jobid=nil, jobaction=nil, description=nil)
|
|
2298
2298
|
@JobId = jobid
|
|
2299
2299
|
@JobAction = jobaction
|
|
@@ -2316,7 +2316,7 @@ module TencentCloud
|
|
|
2316
2316
|
# @type RequestId: String
|
|
2317
2317
|
|
|
2318
2318
|
attr_accessor :Job, :RequestId
|
|
2319
|
-
|
|
2319
|
+
|
|
2320
2320
|
def initialize(job=nil, requestid=nil)
|
|
2321
2321
|
@Job = job
|
|
2322
2322
|
@RequestId = requestid
|
|
@@ -2345,7 +2345,7 @@ module TencentCloud
|
|
|
2345
2345
|
# @type DesiredSize: Integer
|
|
2346
2346
|
|
|
2347
2347
|
attr_accessor :Id, :Name, :MaxSize, :MinSize, :DesiredSize
|
|
2348
|
-
|
|
2348
|
+
|
|
2349
2349
|
def initialize(id=nil, name=nil, maxsize=nil, minsize=nil, desiredsize=nil)
|
|
2350
2350
|
@Id = id
|
|
2351
2351
|
@Name = name
|
|
@@ -2371,7 +2371,7 @@ module TencentCloud
|
|
|
2371
2371
|
# @type RequestId: String
|
|
2372
2372
|
|
|
2373
2373
|
attr_accessor :RsgAsGroup, :RequestId
|
|
2374
|
-
|
|
2374
|
+
|
|
2375
2375
|
def initialize(rsgasgroup=nil, requestid=nil)
|
|
2376
2376
|
@RsgAsGroup = rsgasgroup
|
|
2377
2377
|
@RequestId = requestid
|
|
@@ -2412,7 +2412,7 @@ module TencentCloud
|
|
|
2412
2412
|
# @type LogTopicId: String
|
|
2413
2413
|
|
|
2414
2414
|
attr_accessor :ServiceId, :Scaler, :ServiceConfigId, :ScaleMode, :ServiceAction, :Description, :GpuType, :Cpu, :Memory, :Gpu, :LogTopicId
|
|
2415
|
-
|
|
2415
|
+
|
|
2416
2416
|
def initialize(serviceid=nil, scaler=nil, serviceconfigid=nil, scalemode=nil, serviceaction=nil, description=nil, gputype=nil, cpu=nil, memory=nil, gpu=nil, logtopicid=nil)
|
|
2417
2417
|
@ServiceId = serviceid
|
|
2418
2418
|
@Scaler = scaler
|
|
@@ -2453,7 +2453,7 @@ module TencentCloud
|
|
|
2453
2453
|
# @type RequestId: String
|
|
2454
2454
|
|
|
2455
2455
|
attr_accessor :Service, :RequestId
|
|
2456
|
-
|
|
2456
|
+
|
|
2457
2457
|
def initialize(service=nil, requestid=nil)
|
|
2458
2458
|
@Service = service
|
|
2459
2459
|
@RequestId = requestid
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tencentcloud-sdk-tiems
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.
|
|
4
|
+
version: 3.0.591
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tencent Cloud
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-06-
|
|
11
|
+
date: 2023-06-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: tencentcloud-sdk-common
|