tencentcloud-sdk-tione 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/v20191022/models.rb +67 -67
- data/lib/v20211111/models.rb +198 -198
- metadata +2 -2
data/lib/v20211111/models.rb
CHANGED
@@ -57,7 +57,7 @@ module TencentCloud
|
|
57
57
|
# @type SubUin: String
|
58
58
|
|
59
59
|
attr_accessor :Id, :ServiceGroupId, :Description, :RelativeUrl, :ServiceType, :HttpMethod, :HttpInputExample, :HttpOutputExample, :UpdatedBy, :UpdatedAt, :Uin, :SubUin
|
60
|
-
|
60
|
+
|
61
61
|
def initialize(id=nil, servicegroupid=nil, description=nil, relativeurl=nil, servicetype=nil, httpmethod=nil, httpinputexample=nil, httpoutputexample=nil, updatedby=nil, updatedat=nil, uin=nil, subuin=nil)
|
62
62
|
@Id = id
|
63
63
|
@ServiceGroupId = servicegroupid
|
@@ -113,7 +113,7 @@ module TencentCloud
|
|
113
113
|
# @type FrameworkVersion: String
|
114
114
|
|
115
115
|
attr_accessor :ModelId, :ModelVersion, :ModelSource, :ModelFormat, :TensorInfos, :AccEngineVersion, :ModelInputPath, :ModelName, :ModelSignature, :FrameworkVersion
|
116
|
-
|
116
|
+
|
117
117
|
def initialize(modelid=nil, modelversion=nil, modelsource=nil, modelformat=nil, tensorinfos=nil, accengineversion=nil, modelinputpath=nil, modelname=nil, modelsignature=nil, frameworkversion=nil)
|
118
118
|
@ModelId = modelid
|
119
119
|
@ModelVersion = modelversion
|
@@ -234,7 +234,7 @@ module TencentCloud
|
|
234
234
|
# @type ModelInferenceCodeInfo: :class:`Tencentcloud::Tione.v20211111.models.CosPathInfo`
|
235
235
|
|
236
236
|
attr_accessor :BatchTaskId, :BatchTaskName, :Uin, :SubUin, :Region, :ChargeType, :ResourceGroupId, :ResourceGroupName, :ResourceConfigInfo, :Tags, :ModelInfo, :ImageInfo, :CodePackagePath, :StartCmd, :DataConfigs, :Outputs, :LogEnable, :LogConfig, :VpcId, :SubnetId, :Status, :RuntimeInSeconds, :CreateTime, :UpdateTime, :StartTime, :EndTime, :ChargeStatus, :LatestInstanceId, :Remark, :FailureReason, :BillingInfo, :PodList, :ModelInferenceCodeInfo
|
237
|
-
|
237
|
+
|
238
238
|
def initialize(batchtaskid=nil, batchtaskname=nil, uin=nil, subuin=nil, region=nil, chargetype=nil, resourcegroupid=nil, resourcegroupname=nil, resourceconfiginfo=nil, tags=nil, modelinfo=nil, imageinfo=nil, codepackagepath=nil, startcmd=nil, dataconfigs=nil, outputs=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, status=nil, runtimeinseconds=nil, createtime=nil, updatetime=nil, starttime=nil, endtime=nil, chargestatus=nil, latestinstanceid=nil, remark=nil, failurereason=nil, billinginfo=nil, podlist=nil, modelinferencecodeinfo=nil)
|
239
239
|
@BatchTaskId = batchtaskid
|
240
240
|
@BatchTaskName = batchtaskname
|
@@ -364,7 +364,7 @@ module TencentCloud
|
|
364
364
|
# @type RuntimeInSeconds: Integer
|
365
365
|
|
366
366
|
attr_accessor :BatchTaskInstanceId, :StartTime, :EndTime, :Status, :RuntimeInSeconds
|
367
|
-
|
367
|
+
|
368
368
|
def initialize(batchtaskinstanceid=nil, starttime=nil, endtime=nil, status=nil, runtimeinseconds=nil)
|
369
369
|
@BatchTaskInstanceId = batchtaskinstanceid
|
370
370
|
@StartTime = starttime
|
@@ -432,7 +432,7 @@ module TencentCloud
|
|
432
432
|
# @type BillingInfo: String
|
433
433
|
|
434
434
|
attr_accessor :BatchTaskId, :BatchTaskName, :ModelInfo, :ImageInfo, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfo, :Tags, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :UpdateTime, :Outputs, :ResourceGroupName, :FailureReason, :BillingInfo
|
435
|
-
|
435
|
+
|
436
436
|
def initialize(batchtaskid=nil, batchtaskname=nil, modelinfo=nil, imageinfo=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfo=nil, tags=nil, status=nil, runtimeinseconds=nil, createtime=nil, starttime=nil, endtime=nil, updatetime=nil, outputs=nil, resourcegroupname=nil, failurereason=nil, billinginfo=nil)
|
437
437
|
@BatchTaskId = batchtaskid
|
438
438
|
@BatchTaskName = batchtaskname
|
@@ -509,7 +509,7 @@ module TencentCloud
|
|
509
509
|
# @type Path: String
|
510
510
|
|
511
511
|
attr_accessor :Id, :Path
|
512
|
-
|
512
|
+
|
513
513
|
def initialize(id=nil, path=nil)
|
514
514
|
@Id = id
|
515
515
|
@Path = path
|
@@ -531,7 +531,7 @@ module TencentCloud
|
|
531
531
|
# @type Path: String
|
532
532
|
|
533
533
|
attr_accessor :Id, :Path
|
534
|
-
|
534
|
+
|
535
535
|
def initialize(id=nil, path=nil)
|
536
536
|
@Id = id
|
537
537
|
@Path = path
|
@@ -559,7 +559,7 @@ module TencentCloud
|
|
559
559
|
# @type Status: :class:`Tencentcloud::Tione.v20211111.models.ContainerStatus`
|
560
560
|
|
561
561
|
attr_accessor :Name, :ContainerId, :Image, :Status
|
562
|
-
|
562
|
+
|
563
563
|
def initialize(name=nil, containerid=nil, image=nil, status=nil)
|
564
564
|
@Name = name
|
565
565
|
@ContainerId = containerid
|
@@ -597,7 +597,7 @@ module TencentCloud
|
|
597
597
|
# @type Message: String
|
598
598
|
|
599
599
|
attr_accessor :RestartCount, :State, :Ready, :Reason, :Message
|
600
|
-
|
600
|
+
|
601
601
|
def initialize(restartcount=nil, state=nil, ready=nil, reason=nil, message=nil)
|
602
602
|
@RestartCount = restartcount
|
603
603
|
@State = state
|
@@ -628,7 +628,7 @@ module TencentCloud
|
|
628
628
|
# @type Paths: Array
|
629
629
|
|
630
630
|
attr_accessor :Bucket, :Region, :Paths
|
631
|
-
|
631
|
+
|
632
632
|
def initialize(bucket=nil, region=nil, paths=nil)
|
633
633
|
@Bucket = bucket
|
634
634
|
@Region = region
|
@@ -660,7 +660,7 @@ module TencentCloud
|
|
660
660
|
# @type HyperParameter: :class:`Tencentcloud::Tione.v20211111.models.HyperParameter`
|
661
661
|
|
662
662
|
attr_accessor :ModelAccTaskName, :BatchModelAccTasks, :ModelOutputPath, :Tags, :OptimizationLevel, :GPUType, :HyperParameter
|
663
|
-
|
663
|
+
|
664
664
|
def initialize(modelacctaskname=nil, batchmodelacctasks=nil, modeloutputpath=nil, tags=nil, optimizationlevel=nil, gputype=nil, hyperparameter=nil)
|
665
665
|
@ModelAccTaskName = modelacctaskname
|
666
666
|
@BatchModelAccTasks = batchmodelacctasks
|
@@ -711,7 +711,7 @@ module TencentCloud
|
|
711
711
|
# @type RequestId: String
|
712
712
|
|
713
713
|
attr_accessor :ModelAccTaskIds, :RequestId
|
714
|
-
|
714
|
+
|
715
715
|
def initialize(modelacctaskids=nil, requestid=nil)
|
716
716
|
@ModelAccTaskIds = modelacctaskids
|
717
717
|
@RequestId = requestid
|
@@ -765,7 +765,7 @@ module TencentCloud
|
|
765
765
|
# @type CallbackUrl: String
|
766
766
|
|
767
767
|
attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark, :CallbackUrl
|
768
|
-
|
768
|
+
|
769
769
|
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)
|
770
770
|
@BatchTaskName = batchtaskname
|
771
771
|
@ChargeType = chargetype
|
@@ -858,7 +858,7 @@ module TencentCloud
|
|
858
858
|
# @type RequestId: String
|
859
859
|
|
860
860
|
attr_accessor :BatchTaskId, :RequestId
|
861
|
-
|
861
|
+
|
862
862
|
def initialize(batchtaskid=nil, requestid=nil)
|
863
863
|
@BatchTaskId = batchtaskid
|
864
864
|
@RequestId = requestid
|
@@ -910,7 +910,7 @@ module TencentCloud
|
|
910
910
|
# @type ContentType: String
|
911
911
|
|
912
912
|
attr_accessor :DatasetName, :DatasetType, :StorageDataPath, :StorageLabelPath, :DatasetTags, :AnnotationStatus, :AnnotationType, :AnnotationFormat, :SchemaInfos, :IsSchemaExisted, :ContentType
|
913
|
-
|
913
|
+
|
914
914
|
def initialize(datasetname=nil, datasettype=nil, storagedatapath=nil, storagelabelpath=nil, datasettags=nil, annotationstatus=nil, annotationtype=nil, annotationformat=nil, schemainfos=nil, isschemaexisted=nil, contenttype=nil)
|
915
915
|
@DatasetName = datasetname
|
916
916
|
@DatasetType = datasettype
|
@@ -969,7 +969,7 @@ module TencentCloud
|
|
969
969
|
# @type RequestId: String
|
970
970
|
|
971
971
|
attr_accessor :DatasetId, :RequestId
|
972
|
-
|
972
|
+
|
973
973
|
def initialize(datasetid=nil, requestid=nil)
|
974
974
|
@DatasetId = datasetid
|
975
975
|
@RequestId = requestid
|
@@ -1062,7 +1062,7 @@ module TencentCloud
|
|
1062
1062
|
# @type CallbackUrl: String
|
1063
1063
|
|
1064
1064
|
attr_accessor :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl
|
1065
|
-
|
1065
|
+
|
1066
1066
|
def initialize(servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, authorizationenable=nil, tags=nil, newversion=nil, cronscalejobs=nil, scalestrategy=nil, hybridbillingprepaidreplicas=nil, createsource=nil, modelhotupdateenable=nil, scheduledaction=nil, volumemount=nil, servicelimit=nil, callbackurl=nil)
|
1067
1067
|
@ServiceGroupId = servicegroupid
|
1068
1068
|
@ServiceGroupName = servicegroupname
|
@@ -1178,7 +1178,7 @@ module TencentCloud
|
|
1178
1178
|
# @type RequestId: String
|
1179
1179
|
|
1180
1180
|
attr_accessor :Service, :RequestId
|
1181
|
-
|
1181
|
+
|
1182
1182
|
def initialize(service=nil, requestid=nil)
|
1183
1183
|
@Service = service
|
1184
1184
|
@RequestId = requestid
|
@@ -1201,7 +1201,7 @@ module TencentCloud
|
|
1201
1201
|
# @type Tags: Array
|
1202
1202
|
|
1203
1203
|
attr_accessor :ModelAccTaskId, :Tags
|
1204
|
-
|
1204
|
+
|
1205
1205
|
def initialize(modelacctaskid=nil, tags=nil)
|
1206
1206
|
@ModelAccTaskId = modelacctaskid
|
1207
1207
|
@Tags = tags
|
@@ -1232,7 +1232,7 @@ module TencentCloud
|
|
1232
1232
|
# @type RequestId: String
|
1233
1233
|
|
1234
1234
|
attr_accessor :ModelId, :ModelVersionId, :RequestId
|
1235
|
-
|
1235
|
+
|
1236
1236
|
def initialize(modelid=nil, modelversionid=nil, requestid=nil)
|
1237
1237
|
@ModelId = modelid
|
1238
1238
|
@ModelVersionId = modelversionid
|
@@ -1307,7 +1307,7 @@ module TencentCloud
|
|
1307
1307
|
# @type IsQAT: Boolean
|
1308
1308
|
|
1309
1309
|
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
|
1310
|
-
|
1310
|
+
|
1311
1311
|
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)
|
1312
1312
|
@ImportMethod = importmethod
|
1313
1313
|
@TrainingModelCosPath = trainingmodelcospath
|
@@ -1393,7 +1393,7 @@ module TencentCloud
|
|
1393
1393
|
# @type RequestId: String
|
1394
1394
|
|
1395
1395
|
attr_accessor :Id, :TrainingModelVersionId, :RequestId
|
1396
|
-
|
1396
|
+
|
1397
1397
|
def initialize(id=nil, trainingmodelversionid=nil, requestid=nil)
|
1398
1398
|
@Id = id
|
1399
1399
|
@TrainingModelVersionId = trainingmodelversionid
|
@@ -1456,7 +1456,7 @@ module TencentCloud
|
|
1456
1456
|
# @type CallbackUrl: String
|
1457
1457
|
|
1458
1458
|
attr_accessor :Name, :ChargeType, :ResourceConfigInfos, :CodePackagePath, :TrainingMode, :Output, :LogEnable, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ResourceGroupId, :Tags, :ImageInfo, :StartCmdInfo, :DataConfigs, :VpcId, :SubnetId, :LogConfig, :TuningParameters, :Remark, :DataSource, :CallbackUrl
|
1459
|
-
|
1459
|
+
|
1460
1460
|
def initialize(name=nil, chargetype=nil, resourceconfiginfos=nil, codepackagepath=nil, trainingmode=nil, output=nil, logenable=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, resourcegroupid=nil, tags=nil, imageinfo=nil, startcmdinfo=nil, dataconfigs=nil, vpcid=nil, subnetid=nil, logconfig=nil, tuningparameters=nil, remark=nil, datasource=nil, callbackurl=nil)
|
1461
1461
|
@Name = name
|
1462
1462
|
@ChargeType = chargetype
|
@@ -1552,7 +1552,7 @@ module TencentCloud
|
|
1552
1552
|
# @type RequestId: String
|
1553
1553
|
|
1554
1554
|
attr_accessor :Id, :RequestId
|
1555
|
-
|
1555
|
+
|
1556
1556
|
def initialize(id=nil, requestid=nil)
|
1557
1557
|
@Id = id
|
1558
1558
|
@RequestId = requestid
|
@@ -1576,7 +1576,7 @@ module TencentCloud
|
|
1576
1576
|
# @type EndTime: String
|
1577
1577
|
|
1578
1578
|
attr_accessor :CronConfig, :StartTime, :EndTime
|
1579
|
-
|
1579
|
+
|
1580
1580
|
def initialize(cronconfig=nil, starttime=nil, endtime=nil)
|
1581
1581
|
@CronConfig = cronconfig
|
1582
1582
|
@StartTime = starttime
|
@@ -1611,7 +1611,7 @@ module TencentCloud
|
|
1611
1611
|
# @type ExcludeDates: Array
|
1612
1612
|
|
1613
1613
|
attr_accessor :Schedule, :Name, :TargetReplicas, :MinReplicas, :MaxReplicas, :ExcludeDates
|
1614
|
-
|
1614
|
+
|
1615
1615
|
def initialize(schedule=nil, name=nil, targetreplicas=nil, minreplicas=nil, maxreplicas=nil, excludedates=nil)
|
1616
1616
|
@Schedule = schedule
|
1617
1617
|
@Name = name
|
@@ -1641,7 +1641,7 @@ module TencentCloud
|
|
1641
1641
|
# @type Metrics: Array
|
1642
1642
|
|
1643
1643
|
attr_accessor :MetricName, :Metrics
|
1644
|
-
|
1644
|
+
|
1645
1645
|
def initialize(metricname=nil, metrics=nil)
|
1646
1646
|
@MetricName = metricname
|
1647
1647
|
@Metrics = metrics
|
@@ -1669,7 +1669,7 @@ module TencentCloud
|
|
1669
1669
|
# @type Points: Array
|
1670
1670
|
|
1671
1671
|
attr_accessor :XType, :Points
|
1672
|
-
|
1672
|
+
|
1673
1673
|
def initialize(xtype=nil, points=nil)
|
1674
1674
|
@XType = xtype
|
1675
1675
|
@Points = points
|
@@ -1696,7 +1696,7 @@ module TencentCloud
|
|
1696
1696
|
# @type YValue: Float
|
1697
1697
|
|
1698
1698
|
attr_accessor :XValue, :YValue
|
1699
|
-
|
1699
|
+
|
1700
1700
|
def initialize(xvalue=nil, yvalue=nil)
|
1701
1701
|
@XValue = xvalue
|
1702
1702
|
@YValue = yvalue
|
@@ -1735,7 +1735,7 @@ module TencentCloud
|
|
1735
1735
|
# @type CFSTurboSource: :class:`Tencentcloud::Tione.v20211111.models.CFSTurbo`
|
1736
1736
|
|
1737
1737
|
attr_accessor :MappingPath, :DataSourceType, :DataSetSource, :COSSource, :CFSSource, :HDFSSource, :GooseFSSource, :CFSTurboSource
|
1738
|
-
|
1738
|
+
|
1739
1739
|
def initialize(mappingpath=nil, datasourcetype=nil, datasetsource=nil, cossource=nil, cfssource=nil, hdfssource=nil, goosefssource=nil, cfsturbosource=nil)
|
1740
1740
|
@MappingPath = mappingpath
|
1741
1741
|
@DataSourceType = datasourcetype
|
@@ -1785,7 +1785,7 @@ module TencentCloud
|
|
1785
1785
|
# @type Value: Float
|
1786
1786
|
|
1787
1787
|
attr_accessor :Name, :Value
|
1788
|
-
|
1788
|
+
|
1789
1789
|
def initialize(name=nil, value=nil)
|
1790
1790
|
@Name = name
|
1791
1791
|
@Value = value
|
@@ -1803,7 +1803,7 @@ module TencentCloud
|
|
1803
1803
|
# @type Id: String
|
1804
1804
|
|
1805
1805
|
attr_accessor :Id
|
1806
|
-
|
1806
|
+
|
1807
1807
|
def initialize(id=nil)
|
1808
1808
|
@Id = id
|
1809
1809
|
end
|
@@ -1895,7 +1895,7 @@ module TencentCloud
|
|
1895
1895
|
# @type ContentType: String
|
1896
1896
|
|
1897
1897
|
attr_accessor :DatasetId, :DatasetName, :Creator, :DatasetVersion, :DatasetType, :DatasetTags, :DatasetAnnotationTaskName, :DatasetAnnotationTaskId, :Process, :DatasetStatus, :ErrorMsg, :CreateTime, :UpdateTime, :ExternalTaskType, :DatasetSize, :FileNum, :StorageDataPath, :StorageLabelPath, :DatasetVersions, :AnnotationStatus, :AnnotationType, :AnnotationFormat, :DatasetScope, :OcrScene, :AnnotationKeyStatus, :ContentType
|
1898
|
-
|
1898
|
+
|
1899
1899
|
def initialize(datasetid=nil, datasetname=nil, creator=nil, datasetversion=nil, datasettype=nil, datasettags=nil, datasetannotationtaskname=nil, datasetannotationtaskid=nil, process=nil, datasetstatus=nil, errormsg=nil, createtime=nil, updatetime=nil, externaltasktype=nil, datasetsize=nil, filenum=nil, storagedatapath=nil, storagelabelpath=nil, datasetversions=nil, annotationstatus=nil, annotationtype=nil, annotationformat=nil, datasetscope=nil, ocrscene=nil, annotationkeystatus=nil, contenttype=nil)
|
1900
1900
|
@DatasetId = datasetid
|
1901
1901
|
@DatasetName = datasetname
|
@@ -2051,7 +2051,7 @@ module TencentCloud
|
|
2051
2051
|
# @type AnnotationKeyStatus: String
|
2052
2052
|
|
2053
2053
|
attr_accessor :DatasetId, :DatasetName, :Creator, :DatasetVersion, :DatasetType, :DatasetTags, :DatasetAnnotationTaskName, :DatasetAnnotationTaskId, :Process, :DatasetStatus, :ErrorMsg, :CreateTime, :UpdateTime, :ExternalTaskType, :DatasetSize, :FileNum, :StorageDataPath, :StorageLabelPath, :AnnotationStatus, :AnnotationType, :AnnotationFormat, :DatasetScope, :OcrScene, :AnnotationKeyStatus
|
2054
|
-
|
2054
|
+
|
2055
2055
|
def initialize(datasetid=nil, datasetname=nil, creator=nil, datasetversion=nil, datasettype=nil, datasettags=nil, datasetannotationtaskname=nil, datasetannotationtaskid=nil, process=nil, datasetstatus=nil, errormsg=nil, createtime=nil, updatetime=nil, externaltasktype=nil, datasetsize=nil, filenum=nil, storagedatapath=nil, storagelabelpath=nil, annotationstatus=nil, annotationtype=nil, annotationformat=nil, datasetscope=nil, ocrscene=nil, annotationkeystatus=nil)
|
2056
2056
|
@DatasetId = datasetid
|
2057
2057
|
@DatasetName = datasetname
|
@@ -2127,7 +2127,7 @@ module TencentCloud
|
|
2127
2127
|
# @type Host: String
|
2128
2128
|
|
2129
2129
|
attr_accessor :Host
|
2130
|
-
|
2130
|
+
|
2131
2131
|
def initialize(host=nil)
|
2132
2132
|
@Host = host
|
2133
2133
|
end
|
@@ -2143,7 +2143,7 @@ module TencentCloud
|
|
2143
2143
|
# @type BatchTaskId: String
|
2144
2144
|
|
2145
2145
|
attr_accessor :BatchTaskId
|
2146
|
-
|
2146
|
+
|
2147
2147
|
def initialize(batchtaskid=nil)
|
2148
2148
|
@BatchTaskId = batchtaskid
|
2149
2149
|
end
|
@@ -2159,7 +2159,7 @@ module TencentCloud
|
|
2159
2159
|
# @type RequestId: String
|
2160
2160
|
|
2161
2161
|
attr_accessor :RequestId
|
2162
|
-
|
2162
|
+
|
2163
2163
|
def initialize(requestid=nil)
|
2164
2164
|
@RequestId = requestid
|
2165
2165
|
end
|
@@ -2177,7 +2177,7 @@ module TencentCloud
|
|
2177
2177
|
# @type DeleteLabelEnable: Boolean
|
2178
2178
|
|
2179
2179
|
attr_accessor :DatasetId, :DeleteLabelEnable
|
2180
|
-
|
2180
|
+
|
2181
2181
|
def initialize(datasetid=nil, deletelabelenable=nil)
|
2182
2182
|
@DatasetId = datasetid
|
2183
2183
|
@DeleteLabelEnable = deletelabelenable
|
@@ -2197,7 +2197,7 @@ module TencentCloud
|
|
2197
2197
|
# @type RequestId: String
|
2198
2198
|
|
2199
2199
|
attr_accessor :DatasetId, :RequestId
|
2200
|
-
|
2200
|
+
|
2201
2201
|
def initialize(datasetid=nil, requestid=nil)
|
2202
2202
|
@DatasetId = datasetid
|
2203
2203
|
@RequestId = requestid
|
@@ -2215,7 +2215,7 @@ module TencentCloud
|
|
2215
2215
|
# @type ModelAccTaskId: String
|
2216
2216
|
|
2217
2217
|
attr_accessor :ModelAccTaskId
|
2218
|
-
|
2218
|
+
|
2219
2219
|
def initialize(modelacctaskid=nil)
|
2220
2220
|
@ModelAccTaskId = modelacctaskid
|
2221
2221
|
end
|
@@ -2231,7 +2231,7 @@ module TencentCloud
|
|
2231
2231
|
# @type RequestId: String
|
2232
2232
|
|
2233
2233
|
attr_accessor :RequestId
|
2234
|
-
|
2234
|
+
|
2235
2235
|
def initialize(requestid=nil)
|
2236
2236
|
@RequestId = requestid
|
2237
2237
|
end
|
@@ -2247,7 +2247,7 @@ module TencentCloud
|
|
2247
2247
|
# @type ServiceGroupId: String
|
2248
2248
|
|
2249
2249
|
attr_accessor :ServiceGroupId
|
2250
|
-
|
2250
|
+
|
2251
2251
|
def initialize(servicegroupid=nil)
|
2252
2252
|
@ServiceGroupId = servicegroupid
|
2253
2253
|
end
|
@@ -2263,7 +2263,7 @@ module TencentCloud
|
|
2263
2263
|
# @type RequestId: String
|
2264
2264
|
|
2265
2265
|
attr_accessor :RequestId
|
2266
|
-
|
2266
|
+
|
2267
2267
|
def initialize(requestid=nil)
|
2268
2268
|
@RequestId = requestid
|
2269
2269
|
end
|
@@ -2279,7 +2279,7 @@ module TencentCloud
|
|
2279
2279
|
# @type ServiceId: String
|
2280
2280
|
|
2281
2281
|
attr_accessor :ServiceId
|
2282
|
-
|
2282
|
+
|
2283
2283
|
def initialize(serviceid=nil)
|
2284
2284
|
@ServiceId = serviceid
|
2285
2285
|
end
|
@@ -2295,7 +2295,7 @@ module TencentCloud
|
|
2295
2295
|
# @type RequestId: String
|
2296
2296
|
|
2297
2297
|
attr_accessor :RequestId
|
2298
|
-
|
2298
|
+
|
2299
2299
|
def initialize(requestid=nil)
|
2300
2300
|
@RequestId = requestid
|
2301
2301
|
end
|
@@ -2315,7 +2315,7 @@ module TencentCloud
|
|
2315
2315
|
# @type ModelVersionType: String
|
2316
2316
|
|
2317
2317
|
attr_accessor :TrainingModelId, :EnableDeleteCos, :ModelVersionType
|
2318
|
-
|
2318
|
+
|
2319
2319
|
def initialize(trainingmodelid=nil, enabledeletecos=nil, modelversiontype=nil)
|
2320
2320
|
@TrainingModelId = trainingmodelid
|
2321
2321
|
@EnableDeleteCos = enabledeletecos
|
@@ -2335,7 +2335,7 @@ module TencentCloud
|
|
2335
2335
|
# @type RequestId: String
|
2336
2336
|
|
2337
2337
|
attr_accessor :RequestId
|
2338
|
-
|
2338
|
+
|
2339
2339
|
def initialize(requestid=nil)
|
2340
2340
|
@RequestId = requestid
|
2341
2341
|
end
|
@@ -2353,7 +2353,7 @@ module TencentCloud
|
|
2353
2353
|
# @type EnableDeleteCos: Boolean
|
2354
2354
|
|
2355
2355
|
attr_accessor :TrainingModelVersionId, :EnableDeleteCos
|
2356
|
-
|
2356
|
+
|
2357
2357
|
def initialize(trainingmodelversionid=nil, enabledeletecos=nil)
|
2358
2358
|
@TrainingModelVersionId = trainingmodelversionid
|
2359
2359
|
@EnableDeleteCos = enabledeletecos
|
@@ -2371,7 +2371,7 @@ module TencentCloud
|
|
2371
2371
|
# @type RequestId: String
|
2372
2372
|
|
2373
2373
|
attr_accessor :RequestId
|
2374
|
-
|
2374
|
+
|
2375
2375
|
def initialize(requestid=nil)
|
2376
2376
|
@RequestId = requestid
|
2377
2377
|
end
|
@@ -2387,7 +2387,7 @@ module TencentCloud
|
|
2387
2387
|
# @type Id: String
|
2388
2388
|
|
2389
2389
|
attr_accessor :Id
|
2390
|
-
|
2390
|
+
|
2391
2391
|
def initialize(id=nil)
|
2392
2392
|
@Id = id
|
2393
2393
|
end
|
@@ -2403,7 +2403,7 @@ module TencentCloud
|
|
2403
2403
|
# @type RequestId: String
|
2404
2404
|
|
2405
2405
|
attr_accessor :RequestId
|
2406
|
-
|
2406
|
+
|
2407
2407
|
def initialize(requestid=nil)
|
2408
2408
|
@RequestId = requestid
|
2409
2409
|
end
|
@@ -2428,7 +2428,7 @@ module TencentCloud
|
|
2428
2428
|
# @type Filters: Array
|
2429
2429
|
|
2430
2430
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters
|
2431
|
-
|
2431
|
+
|
2432
2432
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil)
|
2433
2433
|
@Offset = offset
|
2434
2434
|
@Limit = limit
|
@@ -2465,7 +2465,7 @@ module TencentCloud
|
|
2465
2465
|
# @type RequestId: String
|
2466
2466
|
|
2467
2467
|
attr_accessor :TotalCount, :Details, :RequestId
|
2468
|
-
|
2468
|
+
|
2469
2469
|
def initialize(totalcount=nil, details=nil, requestid=nil)
|
2470
2470
|
@TotalCount = totalcount
|
2471
2471
|
@Details = details
|
@@ -2492,7 +2492,7 @@ module TencentCloud
|
|
2492
2492
|
# @type BatchTaskId: String
|
2493
2493
|
|
2494
2494
|
attr_accessor :BatchTaskId
|
2495
|
-
|
2495
|
+
|
2496
2496
|
def initialize(batchtaskid=nil)
|
2497
2497
|
@BatchTaskId = batchtaskid
|
2498
2498
|
end
|
@@ -2511,7 +2511,7 @@ module TencentCloud
|
|
2511
2511
|
# @type RequestId: String
|
2512
2512
|
|
2513
2513
|
attr_accessor :BatchInstances, :RequestId
|
2514
|
-
|
2514
|
+
|
2515
2515
|
def initialize(batchinstances=nil, requestid=nil)
|
2516
2516
|
@BatchInstances = batchinstances
|
2517
2517
|
@RequestId = requestid
|
@@ -2536,7 +2536,7 @@ module TencentCloud
|
|
2536
2536
|
# @type BatchTaskId: String
|
2537
2537
|
|
2538
2538
|
attr_accessor :BatchTaskId
|
2539
|
-
|
2539
|
+
|
2540
2540
|
def initialize(batchtaskid=nil)
|
2541
2541
|
@BatchTaskId = batchtaskid
|
2542
2542
|
end
|
@@ -2555,7 +2555,7 @@ module TencentCloud
|
|
2555
2555
|
# @type RequestId: String
|
2556
2556
|
|
2557
2557
|
attr_accessor :BatchTaskDetail, :RequestId
|
2558
|
-
|
2558
|
+
|
2559
2559
|
def initialize(batchtaskdetail=nil, requestid=nil)
|
2560
2560
|
@BatchTaskDetail = batchtaskdetail
|
2561
2561
|
@RequestId = requestid
|
@@ -2593,7 +2593,7 @@ module TencentCloud
|
|
2593
2593
|
# @type OrderField: String
|
2594
2594
|
|
2595
2595
|
attr_accessor :Filters, :TagFilters, :Offset, :Limit, :Order, :OrderField
|
2596
|
-
|
2596
|
+
|
2597
2597
|
def initialize(filters=nil, tagfilters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
2598
2598
|
@Filters = filters
|
2599
2599
|
@TagFilters = tagfilters
|
@@ -2638,7 +2638,7 @@ module TencentCloud
|
|
2638
2638
|
# @type RequestId: String
|
2639
2639
|
|
2640
2640
|
attr_accessor :TotalCount, :BatchTaskSet, :RequestId
|
2641
|
-
|
2641
|
+
|
2642
2642
|
def initialize(totalcount=nil, batchtaskset=nil, requestid=nil)
|
2643
2643
|
@TotalCount = totalcount
|
2644
2644
|
@BatchTaskSet = batchtaskset
|
@@ -2683,7 +2683,7 @@ module TencentCloud
|
|
2683
2683
|
# @type DontShowInstanceSet: Boolean
|
2684
2684
|
|
2685
2685
|
attr_accessor :Type, :Filters, :TagFilters, :Offset, :Limit, :SearchWord, :DontShowInstanceSet
|
2686
|
-
|
2686
|
+
|
2687
2687
|
def initialize(type=nil, filters=nil, tagfilters=nil, offset=nil, limit=nil, searchword=nil, dontshowinstanceset=nil)
|
2688
2688
|
@Type = type
|
2689
2689
|
@Filters = filters
|
@@ -2730,7 +2730,7 @@ module TencentCloud
|
|
2730
2730
|
# @type RequestId: String
|
2731
2731
|
|
2732
2732
|
attr_accessor :TotalCount, :ResourceGroupSet, :RequestId
|
2733
|
-
|
2733
|
+
|
2734
2734
|
def initialize(totalcount=nil, resourcegroupset=nil, requestid=nil)
|
2735
2735
|
@TotalCount = totalcount
|
2736
2736
|
@ResourceGroupSet = resourcegroupset
|
@@ -2757,7 +2757,7 @@ module TencentCloud
|
|
2757
2757
|
# @type SpecsParam: Array
|
2758
2758
|
|
2759
2759
|
attr_accessor :SpecsParam
|
2760
|
-
|
2760
|
+
|
2761
2761
|
def initialize(specsparam=nil)
|
2762
2762
|
@SpecsParam = specsparam
|
2763
2763
|
end
|
@@ -2782,7 +2782,7 @@ module TencentCloud
|
|
2782
2782
|
# @type RequestId: String
|
2783
2783
|
|
2784
2784
|
attr_accessor :SpecsPrice, :RequestId
|
2785
|
-
|
2785
|
+
|
2786
2786
|
def initialize(specsprice=nil, requestid=nil)
|
2787
2787
|
@SpecsPrice = specsprice
|
2788
2788
|
@RequestId = requestid
|
@@ -2811,7 +2811,7 @@ module TencentCloud
|
|
2811
2811
|
# @type ResourceType: String
|
2812
2812
|
|
2813
2813
|
attr_accessor :TaskType, :ChargeType, :ResourceType
|
2814
|
-
|
2814
|
+
|
2815
2815
|
def initialize(tasktype=nil, chargetype=nil, resourcetype=nil)
|
2816
2816
|
@TaskType = tasktype
|
2817
2817
|
@ChargeType = chargetype
|
@@ -2833,7 +2833,7 @@ module TencentCloud
|
|
2833
2833
|
# @type RequestId: String
|
2834
2834
|
|
2835
2835
|
attr_accessor :Specs, :RequestId
|
2836
|
-
|
2836
|
+
|
2837
2837
|
def initialize(specs=nil, requestid=nil)
|
2838
2838
|
@Specs = specs
|
2839
2839
|
@RequestId = requestid
|
@@ -2862,7 +2862,7 @@ module TencentCloud
|
|
2862
2862
|
# @type Limit: Integer
|
2863
2863
|
|
2864
2864
|
attr_accessor :DatasetId, :Offset, :Limit
|
2865
|
-
|
2865
|
+
|
2866
2866
|
def initialize(datasetid=nil, offset=nil, limit=nil)
|
2867
2867
|
@DatasetId = datasetid
|
2868
2868
|
@Offset = offset
|
@@ -2894,7 +2894,7 @@ module TencentCloud
|
|
2894
2894
|
# @type RequestId: String
|
2895
2895
|
|
2896
2896
|
attr_accessor :TotalCount, :ColumnNames, :RowItems, :RowTexts, :RequestId
|
2897
|
-
|
2897
|
+
|
2898
2898
|
def initialize(totalcount=nil, columnnames=nil, rowitems=nil, rowtexts=nil, requestid=nil)
|
2899
2899
|
@TotalCount = totalcount
|
2900
2900
|
@ColumnNames = columnnames
|
@@ -2941,7 +2941,7 @@ module TencentCloud
|
|
2941
2941
|
# @type TextClassificationLabels: Array
|
2942
2942
|
|
2943
2943
|
attr_accessor :DatasetId, :Offset, :Limit, :LabelList, :AnnotationStatus, :DatasetIds, :TextClassificationLabels
|
2944
|
-
|
2944
|
+
|
2945
2945
|
def initialize(datasetid=nil, offset=nil, limit=nil, labellist=nil, annotationstatus=nil, datasetids=nil, textclassificationlabels=nil)
|
2946
2946
|
@DatasetId = datasetid
|
2947
2947
|
@Offset = offset
|
@@ -2991,7 +2991,7 @@ module TencentCloud
|
|
2991
2991
|
# @type RequestId: String
|
2992
2992
|
|
2993
2993
|
attr_accessor :AnnotatedTotalCount, :NonAnnotatedTotalCount, :FilterTotalCount, :FilterLabelList, :RowTexts, :RequestId
|
2994
|
-
|
2994
|
+
|
2995
2995
|
def initialize(annotatedtotalcount=nil, nonannotatedtotalcount=nil, filtertotalcount=nil, filterlabellist=nil, rowtexts=nil, requestid=nil)
|
2996
2996
|
@AnnotatedTotalCount = annotatedtotalcount
|
2997
2997
|
@NonAnnotatedTotalCount = nonannotatedtotalcount
|
@@ -3038,7 +3038,7 @@ module TencentCloud
|
|
3038
3038
|
# @type Limit: Integer
|
3039
3039
|
|
3040
3040
|
attr_accessor :DatasetIds, :Filters, :TagFilters, :Order, :OrderField, :Offset, :Limit
|
3041
|
-
|
3041
|
+
|
3042
3042
|
def initialize(datasetids=nil, filters=nil, tagfilters=nil, order=nil, orderfield=nil, offset=nil, limit=nil)
|
3043
3043
|
@DatasetIds = datasetids
|
3044
3044
|
@Filters = filters
|
@@ -3089,7 +3089,7 @@ module TencentCloud
|
|
3089
3089
|
# @type RequestId: String
|
3090
3090
|
|
3091
3091
|
attr_accessor :TotalCount, :DatasetGroups, :DatasetIdNums, :RequestId
|
3092
|
-
|
3092
|
+
|
3093
3093
|
def initialize(totalcount=nil, datasetgroups=nil, datasetidnums=nil, requestid=nil)
|
3094
3094
|
@TotalCount = totalcount
|
3095
3095
|
@DatasetGroups = datasetgroups
|
@@ -3115,7 +3115,7 @@ module TencentCloud
|
|
3115
3115
|
# DescribeInferTemplates请求参数结构体
|
3116
3116
|
class DescribeInferTemplatesRequest < TencentCloud::Common::AbstractModel
|
3117
3117
|
|
3118
|
-
|
3118
|
+
|
3119
3119
|
def initialize()
|
3120
3120
|
end
|
3121
3121
|
|
@@ -3132,7 +3132,7 @@ module TencentCloud
|
|
3132
3132
|
# @type RequestId: String
|
3133
3133
|
|
3134
3134
|
attr_accessor :FrameworkTemplates, :RequestId
|
3135
|
-
|
3135
|
+
|
3136
3136
|
def initialize(frameworktemplates=nil, requestid=nil)
|
3137
3137
|
@FrameworkTemplates = frameworktemplates
|
3138
3138
|
@RequestId = requestid
|
@@ -3157,7 +3157,7 @@ module TencentCloud
|
|
3157
3157
|
# @type TaskId: String
|
3158
3158
|
|
3159
3159
|
attr_accessor :TaskId
|
3160
|
-
|
3160
|
+
|
3161
3161
|
def initialize(taskid=nil)
|
3162
3162
|
@TaskId = taskid
|
3163
3163
|
end
|
@@ -3179,7 +3179,7 @@ module TencentCloud
|
|
3179
3179
|
# @type RequestId: String
|
3180
3180
|
|
3181
3181
|
attr_accessor :TaskId, :Metrics, :RequestId
|
3182
|
-
|
3182
|
+
|
3183
3183
|
def initialize(taskid=nil, metrics=nil, requestid=nil)
|
3184
3184
|
@TaskId = taskid
|
3185
3185
|
@Metrics = metrics
|
@@ -3226,7 +3226,7 @@ module TencentCloud
|
|
3226
3226
|
# @type Filters: Array
|
3227
3227
|
|
3228
3228
|
attr_accessor :Service, :PodName, :StartTime, :EndTime, :Limit, :Order, :OrderField, :Context, :Filters
|
3229
|
-
|
3229
|
+
|
3230
3230
|
def initialize(service=nil, podname=nil, starttime=nil, endtime=nil, limit=nil, order=nil, orderfield=nil, context=nil, filters=nil)
|
3231
3231
|
@Service = service
|
3232
3232
|
@PodName = podname
|
@@ -3271,7 +3271,7 @@ module TencentCloud
|
|
3271
3271
|
# @type RequestId: String
|
3272
3272
|
|
3273
3273
|
attr_accessor :Context, :Content, :RequestId
|
3274
|
-
|
3274
|
+
|
3275
3275
|
def initialize(context=nil, content=nil, requestid=nil)
|
3276
3276
|
@Context = context
|
3277
3277
|
@Content = content
|
@@ -3295,7 +3295,7 @@ module TencentCloud
|
|
3295
3295
|
# DescribeModelAccEngineVersions请求参数结构体
|
3296
3296
|
class DescribeModelAccEngineVersionsRequest < TencentCloud::Common::AbstractModel
|
3297
3297
|
|
3298
|
-
|
3298
|
+
|
3299
3299
|
def initialize()
|
3300
3300
|
end
|
3301
3301
|
|
@@ -3312,7 +3312,7 @@ module TencentCloud
|
|
3312
3312
|
# @type RequestId: String
|
3313
3313
|
|
3314
3314
|
attr_accessor :ModelAccEngineVersions, :RequestId
|
3315
|
-
|
3315
|
+
|
3316
3316
|
def initialize(modelaccengineversions=nil, requestid=nil)
|
3317
3317
|
@ModelAccEngineVersions = modelaccengineversions
|
3318
3318
|
@RequestId = requestid
|
@@ -3337,7 +3337,7 @@ module TencentCloud
|
|
3337
3337
|
# @type ModelAccTaskId: String
|
3338
3338
|
|
3339
3339
|
attr_accessor :ModelAccTaskId
|
3340
|
-
|
3340
|
+
|
3341
3341
|
def initialize(modelacctaskid=nil)
|
3342
3342
|
@ModelAccTaskId = modelacctaskid
|
3343
3343
|
end
|
@@ -3365,7 +3365,7 @@ module TencentCloud
|
|
3365
3365
|
# @type RequestId: String
|
3366
3366
|
|
3367
3367
|
attr_accessor :ModelAccelerateTask, :ModelAccRuntimeInSecond, :ModelAccStartTime, :ModelAccEndTime, :RequestId
|
3368
|
-
|
3368
|
+
|
3369
3369
|
def initialize(modelacceleratetask=nil, modelaccruntimeinsecond=nil, modelaccstarttime=nil, modelaccendtime=nil, requestid=nil)
|
3370
3370
|
@ModelAccelerateTask = modelacceleratetask
|
3371
3371
|
@ModelAccRuntimeInSecond = modelaccruntimeinsecond
|
@@ -3404,7 +3404,7 @@ module TencentCloud
|
|
3404
3404
|
# @type TagFilters: Array
|
3405
3405
|
|
3406
3406
|
attr_accessor :Filters, :OrderField, :Order, :Offset, :Limit, :TagFilters
|
3407
|
-
|
3407
|
+
|
3408
3408
|
def initialize(filters=nil, orderfield=nil, order=nil, offset=nil, limit=nil, tagfilters=nil)
|
3409
3409
|
@Filters = filters
|
3410
3410
|
@OrderField = orderfield
|
@@ -3450,7 +3450,7 @@ module TencentCloud
|
|
3450
3450
|
# @type RequestId: String
|
3451
3451
|
|
3452
3452
|
attr_accessor :ModelAccelerateTasks, :TotalCount, :RequestId
|
3453
|
-
|
3453
|
+
|
3454
3454
|
def initialize(modelacceleratetasks=nil, totalcount=nil, requestid=nil)
|
3455
3455
|
@ModelAccelerateTasks = modelacceleratetasks
|
3456
3456
|
@TotalCount = totalcount
|
@@ -3477,7 +3477,7 @@ module TencentCloud
|
|
3477
3477
|
# @type ServiceGroupId: String
|
3478
3478
|
|
3479
3479
|
attr_accessor :ServiceGroupId
|
3480
|
-
|
3480
|
+
|
3481
3481
|
def initialize(servicegroupid=nil)
|
3482
3482
|
@ServiceGroupId = servicegroupid
|
3483
3483
|
end
|
@@ -3502,7 +3502,7 @@ module TencentCloud
|
|
3502
3502
|
# @type RequestId: String
|
3503
3503
|
|
3504
3504
|
attr_accessor :ServiceCallInfo, :InferGatewayCallInfo, :DefaultNginxGatewayCallInfo, :RequestId
|
3505
|
-
|
3505
|
+
|
3506
3506
|
def initialize(servicecallinfo=nil, infergatewaycallinfo=nil, defaultnginxgatewaycallinfo=nil, requestid=nil)
|
3507
3507
|
@ServiceCallInfo = servicecallinfo
|
3508
3508
|
@InferGatewayCallInfo = infergatewaycallinfo
|
@@ -3533,7 +3533,7 @@ module TencentCloud
|
|
3533
3533
|
# @type ServiceGroupId: String
|
3534
3534
|
|
3535
3535
|
attr_accessor :ServiceGroupId
|
3536
|
-
|
3536
|
+
|
3537
3537
|
def initialize(servicegroupid=nil)
|
3538
3538
|
@ServiceGroupId = servicegroupid
|
3539
3539
|
end
|
@@ -3552,7 +3552,7 @@ module TencentCloud
|
|
3552
3552
|
# @type RequestId: String
|
3553
3553
|
|
3554
3554
|
attr_accessor :ServiceGroup, :RequestId
|
3555
|
-
|
3555
|
+
|
3556
3556
|
def initialize(servicegroup=nil, requestid=nil)
|
3557
3557
|
@ServiceGroup = servicegroup
|
3558
3558
|
@RequestId = requestid
|
@@ -3584,7 +3584,7 @@ module TencentCloud
|
|
3584
3584
|
# @type TagFilters: Array
|
3585
3585
|
|
3586
3586
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters
|
3587
|
-
|
3587
|
+
|
3588
3588
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil)
|
3589
3589
|
@Offset = offset
|
3590
3590
|
@Limit = limit
|
@@ -3630,7 +3630,7 @@ module TencentCloud
|
|
3630
3630
|
# @type RequestId: String
|
3631
3631
|
|
3632
3632
|
attr_accessor :TotalCount, :ServiceGroups, :RequestId
|
3633
|
-
|
3633
|
+
|
3634
3634
|
def initialize(totalcount=nil, servicegroups=nil, requestid=nil)
|
3635
3635
|
@TotalCount = totalcount
|
3636
3636
|
@ServiceGroups = servicegroups
|
@@ -3657,7 +3657,7 @@ module TencentCloud
|
|
3657
3657
|
# @type ServiceId: String
|
3658
3658
|
|
3659
3659
|
attr_accessor :ServiceId
|
3660
|
-
|
3660
|
+
|
3661
3661
|
def initialize(serviceid=nil)
|
3662
3662
|
@ServiceId = serviceid
|
3663
3663
|
end
|
@@ -3679,7 +3679,7 @@ module TencentCloud
|
|
3679
3679
|
# @type RequestId: String
|
3680
3680
|
|
3681
3681
|
attr_accessor :TotalCount, :ServiceHistory, :RequestId
|
3682
|
-
|
3682
|
+
|
3683
3683
|
def initialize(totalcount=nil, servicehistory=nil, requestid=nil)
|
3684
3684
|
@TotalCount = totalcount
|
3685
3685
|
@ServiceHistory = servicehistory
|
@@ -3710,7 +3710,7 @@ module TencentCloud
|
|
3710
3710
|
# @type VolumeMount: :class:`Tencentcloud::Tione.v20211111.models.VolumeMount`
|
3711
3711
|
|
3712
3712
|
attr_accessor :ImageInfo, :ModelInfo, :VolumeMount
|
3713
|
-
|
3713
|
+
|
3714
3714
|
def initialize(imageinfo=nil, modelinfo=nil, volumemount=nil)
|
3715
3715
|
@ImageInfo = imageinfo
|
3716
3716
|
@ModelInfo = modelinfo
|
@@ -3739,7 +3739,7 @@ module TencentCloud
|
|
3739
3739
|
# @type RequestId: String
|
3740
3740
|
|
3741
3741
|
attr_accessor :RequestId
|
3742
|
-
|
3742
|
+
|
3743
3743
|
def initialize(requestid=nil)
|
3744
3744
|
@RequestId = requestid
|
3745
3745
|
end
|
@@ -3755,7 +3755,7 @@ module TencentCloud
|
|
3755
3755
|
# @type ServiceId: String
|
3756
3756
|
|
3757
3757
|
attr_accessor :ServiceId
|
3758
|
-
|
3758
|
+
|
3759
3759
|
def initialize(serviceid=nil)
|
3760
3760
|
@ServiceId = serviceid
|
3761
3761
|
end
|
@@ -3773,7 +3773,7 @@ module TencentCloud
|
|
3773
3773
|
# @type RequestId: String
|
3774
3774
|
|
3775
3775
|
attr_accessor :Service, :RequestId
|
3776
|
-
|
3776
|
+
|
3777
3777
|
def initialize(service=nil, requestid=nil)
|
3778
3778
|
@Service = service
|
3779
3779
|
@RequestId = requestid
|
@@ -3805,7 +3805,7 @@ module TencentCloud
|
|
3805
3805
|
# @type TagFilters: Array
|
3806
3806
|
|
3807
3807
|
attr_accessor :Offset, :Limit, :Order, :OrderField, :Filters, :TagFilters
|
3808
|
-
|
3808
|
+
|
3809
3809
|
def initialize(offset=nil, limit=nil, order=nil, orderfield=nil, filters=nil, tagfilters=nil)
|
3810
3810
|
@Offset = offset
|
3811
3811
|
@Limit = limit
|
@@ -3851,7 +3851,7 @@ module TencentCloud
|
|
3851
3851
|
# @type RequestId: String
|
3852
3852
|
|
3853
3853
|
attr_accessor :TotalCount, :Services, :RequestId
|
3854
|
-
|
3854
|
+
|
3855
3855
|
def initialize(totalcount=nil, services=nil, requestid=nil)
|
3856
3856
|
@TotalCount = totalcount
|
3857
3857
|
@Services = services
|
@@ -3875,7 +3875,7 @@ module TencentCloud
|
|
3875
3875
|
# DescribeTrainingFrameworks请求参数结构体
|
3876
3876
|
class DescribeTrainingFrameworksRequest < TencentCloud::Common::AbstractModel
|
3877
3877
|
|
3878
|
-
|
3878
|
+
|
3879
3879
|
def initialize()
|
3880
3880
|
end
|
3881
3881
|
|
@@ -3891,7 +3891,7 @@ module TencentCloud
|
|
3891
3891
|
# @type RequestId: String
|
3892
3892
|
|
3893
3893
|
attr_accessor :FrameworkInfos, :RequestId
|
3894
|
-
|
3894
|
+
|
3895
3895
|
def initialize(frameworkinfos=nil, requestid=nil)
|
3896
3896
|
@FrameworkInfos = frameworkinfos
|
3897
3897
|
@RequestId = requestid
|
@@ -3916,7 +3916,7 @@ module TencentCloud
|
|
3916
3916
|
# @type TaskId: String
|
3917
3917
|
|
3918
3918
|
attr_accessor :TaskId
|
3919
|
-
|
3919
|
+
|
3920
3920
|
def initialize(taskid=nil)
|
3921
3921
|
@TaskId = taskid
|
3922
3922
|
end
|
@@ -3938,7 +3938,7 @@ module TencentCloud
|
|
3938
3938
|
# @type RequestId: String
|
3939
3939
|
|
3940
3940
|
attr_accessor :TaskId, :Data, :RequestId
|
3941
|
-
|
3941
|
+
|
3942
3942
|
def initialize(taskid=nil, data=nil, requestid=nil)
|
3943
3943
|
@TaskId = taskid
|
3944
3944
|
@Data = data
|
@@ -3965,7 +3965,7 @@ module TencentCloud
|
|
3965
3965
|
# @type TrainingModelVersionId: String
|
3966
3966
|
|
3967
3967
|
attr_accessor :TrainingModelVersionId
|
3968
|
-
|
3968
|
+
|
3969
3969
|
def initialize(trainingmodelversionid=nil)
|
3970
3970
|
@TrainingModelVersionId = trainingmodelversionid
|
3971
3971
|
end
|
@@ -3983,7 +3983,7 @@ module TencentCloud
|
|
3983
3983
|
# @type RequestId: String
|
3984
3984
|
|
3985
3985
|
attr_accessor :TrainingModelVersion, :RequestId
|
3986
|
-
|
3986
|
+
|
3987
3987
|
def initialize(trainingmodelversion=nil, requestid=nil)
|
3988
3988
|
@TrainingModelVersion = trainingmodelversion
|
3989
3989
|
@RequestId = requestid
|
@@ -4014,7 +4014,7 @@ module TencentCloud
|
|
4014
4014
|
# @type Filters: Array
|
4015
4015
|
|
4016
4016
|
attr_accessor :TrainingModelId, :Filters
|
4017
|
-
|
4017
|
+
|
4018
4018
|
def initialize(trainingmodelid=nil, filters=nil)
|
4019
4019
|
@TrainingModelId = trainingmodelid
|
4020
4020
|
@Filters = filters
|
@@ -4041,7 +4041,7 @@ module TencentCloud
|
|
4041
4041
|
# @type RequestId: String
|
4042
4042
|
|
4043
4043
|
attr_accessor :TrainingModelVersions, :RequestId
|
4044
|
-
|
4044
|
+
|
4045
4045
|
def initialize(trainingmodelversions=nil, requestid=nil)
|
4046
4046
|
@TrainingModelVersions = trainingmodelversions
|
4047
4047
|
@RequestId = requestid
|
@@ -4088,7 +4088,7 @@ module TencentCloud
|
|
4088
4088
|
# @type WithModelVersions: Boolean
|
4089
4089
|
|
4090
4090
|
attr_accessor :Filters, :OrderField, :Order, :Offset, :Limit, :TagFilters, :WithModelVersions
|
4091
|
-
|
4091
|
+
|
4092
4092
|
def initialize(filters=nil, orderfield=nil, order=nil, offset=nil, limit=nil, tagfilters=nil, withmodelversions=nil)
|
4093
4093
|
@Filters = filters
|
4094
4094
|
@OrderField = orderfield
|
@@ -4134,7 +4134,7 @@ module TencentCloud
|
|
4134
4134
|
# @type RequestId: String
|
4135
4135
|
|
4136
4136
|
attr_accessor :TrainingModels, :TotalCount, :RequestId
|
4137
|
-
|
4137
|
+
|
4138
4138
|
def initialize(trainingmodels=nil, totalcount=nil, requestid=nil)
|
4139
4139
|
@TrainingModels = trainingmodels
|
4140
4140
|
@TotalCount = totalcount
|
@@ -4161,7 +4161,7 @@ module TencentCloud
|
|
4161
4161
|
# @type Id: String
|
4162
4162
|
|
4163
4163
|
attr_accessor :Id
|
4164
|
-
|
4164
|
+
|
4165
4165
|
def initialize(id=nil)
|
4166
4166
|
@Id = id
|
4167
4167
|
end
|
@@ -4183,7 +4183,7 @@ module TencentCloud
|
|
4183
4183
|
# @type RequestId: String
|
4184
4184
|
|
4185
4185
|
attr_accessor :PodNames, :TotalCount, :PodInfoList, :RequestId
|
4186
|
-
|
4186
|
+
|
4187
4187
|
def initialize(podnames=nil, totalcount=nil, podinfolist=nil, requestid=nil)
|
4188
4188
|
@PodNames = podnames
|
4189
4189
|
@TotalCount = totalcount
|
@@ -4208,7 +4208,7 @@ module TencentCloud
|
|
4208
4208
|
# @type Id: String
|
4209
4209
|
|
4210
4210
|
attr_accessor :Id
|
4211
|
-
|
4211
|
+
|
4212
4212
|
def initialize(id=nil)
|
4213
4213
|
@Id = id
|
4214
4214
|
end
|
@@ -4226,7 +4226,7 @@ module TencentCloud
|
|
4226
4226
|
# @type RequestId: String
|
4227
4227
|
|
4228
4228
|
attr_accessor :TrainingTaskDetail, :RequestId
|
4229
|
-
|
4229
|
+
|
4230
4230
|
def initialize(trainingtaskdetail=nil, requestid=nil)
|
4231
4231
|
@TrainingTaskDetail = trainingtaskdetail
|
4232
4232
|
@RequestId = requestid
|
@@ -4264,7 +4264,7 @@ module TencentCloud
|
|
4264
4264
|
# @type OrderField: String
|
4265
4265
|
|
4266
4266
|
attr_accessor :Filters, :TagFilters, :Offset, :Limit, :Order, :OrderField
|
4267
|
-
|
4267
|
+
|
4268
4268
|
def initialize(filters=nil, tagfilters=nil, offset=nil, limit=nil, order=nil, orderfield=nil)
|
4269
4269
|
@Filters = filters
|
4270
4270
|
@TagFilters = tagfilters
|
@@ -4308,7 +4308,7 @@ module TencentCloud
|
|
4308
4308
|
# @type RequestId: String
|
4309
4309
|
|
4310
4310
|
attr_accessor :TrainingTaskSet, :TotalCount, :RequestId
|
4311
|
-
|
4311
|
+
|
4312
4312
|
def initialize(trainingtaskset=nil, totalcount=nil, requestid=nil)
|
4313
4313
|
@TrainingTaskSet = trainingtaskset
|
4314
4314
|
@TotalCount = totalcount
|
@@ -4342,7 +4342,7 @@ module TencentCloud
|
|
4342
4342
|
# @type FrameType: String
|
4343
4343
|
|
4344
4344
|
attr_accessor :Points, :Labels, :FrameType
|
4345
|
-
|
4345
|
+
|
4346
4346
|
def initialize(points=nil, labels=nil, frametype=nil)
|
4347
4347
|
@Points = points
|
4348
4348
|
@Labels = labels
|
@@ -4379,7 +4379,7 @@ module TencentCloud
|
|
4379
4379
|
# @type FrameworkVersion: String
|
4380
4380
|
|
4381
4381
|
attr_accessor :Version, :Image, :IsSupportIntEightQuantization, :FrameworkVersion
|
4382
|
-
|
4382
|
+
|
4383
4383
|
def initialize(version=nil, image=nil, issupportinteightquantization=nil, frameworkversion=nil)
|
4384
4384
|
@Version = version
|
4385
4385
|
@Image = image
|
@@ -4405,7 +4405,7 @@ module TencentCloud
|
|
4405
4405
|
# @type Value: String
|
4406
4406
|
|
4407
4407
|
attr_accessor :Name, :Value
|
4408
|
-
|
4408
|
+
|
4409
4409
|
def initialize(name=nil, value=nil)
|
4410
4410
|
@Name = name
|
4411
4411
|
@Value = value
|
@@ -4429,7 +4429,7 @@ module TencentCloud
|
|
4429
4429
|
# @type Fuzzy: Boolean
|
4430
4430
|
|
4431
4431
|
attr_accessor :Name, :Values, :Negative, :Fuzzy
|
4432
|
-
|
4432
|
+
|
4433
4433
|
def initialize(name=nil, values=nil, negative=nil, fuzzy=nil)
|
4434
4434
|
@Name = name
|
4435
4435
|
@Values = values
|
@@ -4499,7 +4499,7 @@ module TencentCloud
|
|
4499
4499
|
# @type ContentOmit: Boolean
|
4500
4500
|
|
4501
4501
|
attr_accessor :DatasetId, :FileId, :FileName, :ClassificationLabels, :DetectionLabels, :SegmentationLabels, :RGBPath, :LabelTemplateType, :DownloadUrl, :DownloadThumbnailUrl, :DownloadRGBUrl, :OcrScene, :OcrLabels, :OcrLabelInfo, :TextClassificationLabelList, :RowText, :ContentOmit
|
4502
|
-
|
4502
|
+
|
4503
4503
|
def initialize(datasetid=nil, fileid=nil, filename=nil, classificationlabels=nil, detectionlabels=nil, segmentationlabels=nil, rgbpath=nil, labeltemplatetype=nil, downloadurl=nil, downloadthumbnailurl=nil, downloadrgburl=nil, ocrscene=nil, ocrlabels=nil, ocrlabelinfo=nil, textclassificationlabellist=nil, rowtext=nil, contentomit=nil)
|
4504
4504
|
@DatasetId = datasetid
|
4505
4505
|
@FileId = fileid
|
@@ -4570,7 +4570,7 @@ module TencentCloud
|
|
4570
4570
|
# @type VersionInfos: Array
|
4571
4571
|
|
4572
4572
|
attr_accessor :Name, :VersionInfos
|
4573
|
-
|
4573
|
+
|
4574
4574
|
def initialize(name=nil, versioninfos=nil)
|
4575
4575
|
@Name = name
|
4576
4576
|
@VersionInfos = versioninfos
|
@@ -4599,7 +4599,7 @@ module TencentCloud
|
|
4599
4599
|
# @type Environment: String
|
4600
4600
|
|
4601
4601
|
attr_accessor :Version, :TrainingModes, :Environment
|
4602
|
-
|
4602
|
+
|
4603
4603
|
def initialize(version=nil, trainingmodes=nil, environment=nil)
|
4604
4604
|
@Version = version
|
4605
4605
|
@TrainingModes = trainingmodes
|
@@ -4620,7 +4620,7 @@ module TencentCloud
|
|
4620
4620
|
# @type Id: String
|
4621
4621
|
|
4622
4622
|
attr_accessor :Id
|
4623
|
-
|
4623
|
+
|
4624
4624
|
def initialize(id=nil)
|
4625
4625
|
@Id = id
|
4626
4626
|
end
|
@@ -4640,7 +4640,7 @@ module TencentCloud
|
|
4640
4640
|
# @type Value: Integer
|
4641
4641
|
|
4642
4642
|
attr_accessor :Name, :Value
|
4643
|
-
|
4643
|
+
|
4644
4644
|
def initialize(name=nil, value=nil)
|
4645
4645
|
@Name = name
|
4646
4646
|
@Value = value
|
@@ -4666,7 +4666,7 @@ module TencentCloud
|
|
4666
4666
|
# @type GpuDetailSet: Array
|
4667
4667
|
|
4668
4668
|
attr_accessor :Cpu, :Memory, :Gpu, :GpuDetailSet
|
4669
|
-
|
4669
|
+
|
4670
4670
|
def initialize(cpu=nil, memory=nil, gpu=nil, gpudetailset=nil)
|
4671
4671
|
@Cpu = cpu
|
4672
4672
|
@Memory = memory
|
@@ -4697,7 +4697,7 @@ module TencentCloud
|
|
4697
4697
|
# @type Path: String
|
4698
4698
|
|
4699
4699
|
attr_accessor :Id, :Path
|
4700
|
-
|
4700
|
+
|
4701
4701
|
def initialize(id=nil, path=nil)
|
4702
4702
|
@Id = id
|
4703
4703
|
@Path = path
|
@@ -4722,7 +4722,7 @@ module TencentCloud
|
|
4722
4722
|
# @type HpaMetrics: Array
|
4723
4723
|
|
4724
4724
|
attr_accessor :MinReplicas, :MaxReplicas, :HpaMetrics
|
4725
|
-
|
4725
|
+
|
4726
4726
|
def initialize(minreplicas=nil, maxreplicas=nil, hpametrics=nil)
|
4727
4727
|
@MinReplicas = minreplicas
|
4728
4728
|
@MaxReplicas = maxreplicas
|
@@ -4771,7 +4771,7 @@ module TencentCloud
|
|
4771
4771
|
# @type PipelineArgs: String
|
4772
4772
|
|
4773
4773
|
attr_accessor :MaxNNZ, :SlotNum, :CpuCachePercentage, :GpuCachePercentage, :EnableDistributed, :MinBlockSizePt, :MinBlockSizeTf, :PipelineArgs
|
4774
|
-
|
4774
|
+
|
4775
4775
|
def initialize(maxnnz=nil, slotnum=nil, cpucachepercentage=nil, gpucachepercentage=nil, enabledistributed=nil, minblocksizept=nil, minblocksizetf=nil, pipelineargs=nil)
|
4776
4776
|
@MaxNNZ = maxnnz
|
4777
4777
|
@SlotNum = slotnum
|
@@ -4809,7 +4809,7 @@ module TencentCloud
|
|
4809
4809
|
# @type RegistryId: String
|
4810
4810
|
|
4811
4811
|
attr_accessor :ImageType, :ImageUrl, :RegistryRegion, :RegistryId
|
4812
|
-
|
4812
|
+
|
4813
4813
|
def initialize(imagetype=nil, imageurl=nil, registryregion=nil, registryid=nil)
|
4814
4814
|
@ImageType = imagetype
|
4815
4815
|
@ImageUrl = imageurl
|
@@ -4844,7 +4844,7 @@ module TencentCloud
|
|
4844
4844
|
# @type SubnetId: String
|
4845
4845
|
|
4846
4846
|
attr_accessor :VpcHttpAddr, :VpcHttpsAddr, :VpcGrpcTlsAddr, :VpcId, :SubnetId
|
4847
|
-
|
4847
|
+
|
4848
4848
|
def initialize(vpchttpaddr=nil, vpchttpsaddr=nil, vpcgrpctlsaddr=nil, vpcid=nil, subnetid=nil)
|
4849
4849
|
@VpcHttpAddr = vpchttpaddr
|
4850
4850
|
@VpcHttpsAddr = vpchttpsaddr
|
@@ -4870,7 +4870,7 @@ module TencentCloud
|
|
4870
4870
|
# @type InferTemplateImage: String
|
4871
4871
|
|
4872
4872
|
attr_accessor :InferTemplateId, :InferTemplateImage
|
4873
|
-
|
4873
|
+
|
4874
4874
|
def initialize(infertemplateid=nil, infertemplateimage=nil)
|
4875
4875
|
@InferTemplateId = infertemplateid
|
4876
4876
|
@InferTemplateImage = infertemplateimage
|
@@ -4898,7 +4898,7 @@ module TencentCloud
|
|
4898
4898
|
# @type InferTemplates: Array
|
4899
4899
|
|
4900
4900
|
attr_accessor :Framework, :FrameworkVersion, :Groups, :InferTemplates
|
4901
|
-
|
4901
|
+
|
4902
4902
|
def initialize(framework=nil, frameworkversion=nil, groups=nil, infertemplates=nil)
|
4903
4903
|
@Framework = framework
|
4904
4904
|
@FrameworkVersion = frameworkversion
|
@@ -4966,7 +4966,7 @@ module TencentCloud
|
|
4966
4966
|
# @type SpecAlias: String
|
4967
4967
|
|
4968
4968
|
attr_accessor :InstanceId, :UsedResource, :TotalResource, :InstanceStatus, :SubUin, :CreateTime, :ExpireTime, :AutoRenewFlag, :SpecId, :SpecAlias
|
4969
|
-
|
4969
|
+
|
4970
4970
|
def initialize(instanceid=nil, usedresource=nil, totalresource=nil, instancestatus=nil, subuin=nil, createtime=nil, expiretime=nil, autorenewflag=nil, specid=nil, specalias=nil)
|
4971
4971
|
@InstanceId = instanceid
|
4972
4972
|
@UsedResource = usedresource
|
@@ -5010,7 +5010,7 @@ module TencentCloud
|
|
5010
5010
|
# @type TopicId: String
|
5011
5011
|
|
5012
5012
|
attr_accessor :LogsetId, :TopicId
|
5013
|
-
|
5013
|
+
|
5014
5014
|
def initialize(logsetid=nil, topicid=nil)
|
5015
5015
|
@LogsetId = logsetid
|
5016
5016
|
@TopicId = topicid
|
@@ -5038,7 +5038,7 @@ module TencentCloud
|
|
5038
5038
|
# @type Timestamp: String
|
5039
5039
|
|
5040
5040
|
attr_accessor :Id, :Message, :PodName, :Timestamp
|
5041
|
-
|
5041
|
+
|
5042
5042
|
def initialize(id=nil, message=nil, podname=nil, timestamp=nil)
|
5043
5043
|
@Id = id
|
5044
5044
|
@Message = message
|
@@ -5078,7 +5078,7 @@ module TencentCloud
|
|
5078
5078
|
# @type Points: Array
|
5079
5079
|
|
5080
5080
|
attr_accessor :TaskId, :Timestamp, :Uin, :Epoch, :Step, :TotalSteps, :Points
|
5081
|
-
|
5081
|
+
|
5082
5082
|
def initialize(taskid=nil, timestamp=nil, uin=nil, epoch=nil, step=nil, totalsteps=nil, points=nil)
|
5083
5083
|
@TaskId = taskid
|
5084
5084
|
@Timestamp = timestamp
|
@@ -5117,7 +5117,7 @@ module TencentCloud
|
|
5117
5117
|
# @type EngineVersions: Array
|
5118
5118
|
|
5119
5119
|
attr_accessor :ModelFormat, :EngineVersions
|
5120
|
-
|
5120
|
+
|
5121
5121
|
def initialize(modelformat=nil, engineversions=nil)
|
5122
5122
|
@ModelFormat = modelformat
|
5123
5123
|
@EngineVersions = engineversions
|
@@ -5227,7 +5227,7 @@ module TencentCloud
|
|
5227
5227
|
# @type FrameworkVersion: String
|
5228
5228
|
|
5229
5229
|
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, :FrameworkVersion
|
5230
|
-
|
5230
|
+
|
5231
5231
|
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, frameworkversion=nil)
|
5232
5232
|
@ModelAccTaskId = modelacctaskid
|
5233
5233
|
@ModelAccTaskName = modelacctaskname
|
@@ -5339,7 +5339,7 @@ module TencentCloud
|
|
5339
5339
|
# @type ModelType: String
|
5340
5340
|
|
5341
5341
|
attr_accessor :ModelVersionId, :ModelId, :ModelName, :ModelVersion, :ModelSource, :CosPathInfo, :AlgorithmFramework, :ModelType
|
5342
|
-
|
5342
|
+
|
5343
5343
|
def initialize(modelversionid=nil, modelid=nil, modelname=nil, modelversion=nil, modelsource=nil, cospathinfo=nil, algorithmframework=nil, modeltype=nil)
|
5344
5344
|
@ModelVersionId = modelversionid
|
5345
5345
|
@ModelId = modelid
|
@@ -5378,7 +5378,7 @@ module TencentCloud
|
|
5378
5378
|
# @type ModelInputDimension: Array
|
5379
5379
|
|
5380
5380
|
attr_accessor :ModelInputType, :ModelInputDimension
|
5381
|
-
|
5381
|
+
|
5382
5382
|
def initialize(modelinputtype=nil, modelinputdimension=nil)
|
5383
5383
|
@ModelInputType = modelinputtype
|
5384
5384
|
@ModelInputDimension = modelinputdimension
|
@@ -5400,7 +5400,7 @@ module TencentCloud
|
|
5400
5400
|
# @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
|
5401
5401
|
|
5402
5402
|
attr_accessor :ServiceId, :ScheduledAction, :ServiceLimit
|
5403
|
-
|
5403
|
+
|
5404
5404
|
def initialize(serviceid=nil, scheduledaction=nil, servicelimit=nil)
|
5405
5405
|
@ServiceId = serviceid
|
5406
5406
|
@ScheduledAction = scheduledaction
|
@@ -5428,7 +5428,7 @@ module TencentCloud
|
|
5428
5428
|
# @type RequestId: String
|
5429
5429
|
|
5430
5430
|
attr_accessor :Service, :RequestId
|
5431
|
-
|
5431
|
+
|
5432
5432
|
def initialize(service=nil, requestid=nil)
|
5433
5433
|
@Service = service
|
5434
5434
|
@RequestId = requestid
|
@@ -5510,7 +5510,7 @@ module TencentCloud
|
|
5510
5510
|
# @type VolumeMount: :class:`Tencentcloud::Tione.v20211111.models.VolumeMount`
|
5511
5511
|
|
5512
5512
|
attr_accessor :ServiceId, :ModelInfo, :ImageInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :ServiceAction, :ServiceDescription, :ScaleStrategy, :CronScaleJobs, :HybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :ScheduledAction, :ServiceLimit, :VolumeMount
|
5513
|
-
|
5513
|
+
|
5514
5514
|
def initialize(serviceid=nil, modelinfo=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, scalemode=nil, replicas=nil, horizontalpodautoscaler=nil, logenable=nil, logconfig=nil, serviceaction=nil, servicedescription=nil, scalestrategy=nil, cronscalejobs=nil, hybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, scheduledaction=nil, servicelimit=nil, volumemount=nil)
|
5515
5515
|
@ServiceId = serviceid
|
5516
5516
|
@ModelInfo = modelinfo
|
@@ -5605,7 +5605,7 @@ module TencentCloud
|
|
5605
5605
|
# @type RequestId: String
|
5606
5606
|
|
5607
5607
|
attr_accessor :Service, :RequestId
|
5608
|
-
|
5608
|
+
|
5609
5609
|
def initialize(service=nil, requestid=nil)
|
5610
5610
|
@Service = service
|
5611
5611
|
@RequestId = requestid
|
@@ -5628,7 +5628,7 @@ module TencentCloud
|
|
5628
5628
|
# @type Weights: Array
|
5629
5629
|
|
5630
5630
|
attr_accessor :ServiceGroupId, :Weights
|
5631
|
-
|
5631
|
+
|
5632
5632
|
def initialize(servicegroupid=nil, weights=nil)
|
5633
5633
|
@ServiceGroupId = servicegroupid
|
5634
5634
|
@Weights = weights
|
@@ -5656,7 +5656,7 @@ module TencentCloud
|
|
5656
5656
|
# @type RequestId: String
|
5657
5657
|
|
5658
5658
|
attr_accessor :ServiceGroup, :RequestId
|
5659
|
-
|
5659
|
+
|
5660
5660
|
def initialize(servicegroup=nil, requestid=nil)
|
5661
5661
|
@ServiceGroup = servicegroup
|
5662
5662
|
@RequestId = requestid
|
@@ -5701,7 +5701,7 @@ module TencentCloud
|
|
5701
5701
|
# @type Direction: String
|
5702
5702
|
|
5703
5703
|
attr_accessor :Points, :FrameType, :Key, :KeyId, :Value, :KeyIdsForValue, :Direction
|
5704
|
-
|
5704
|
+
|
5705
5705
|
def initialize(points=nil, frametype=nil, key=nil, keyid=nil, value=nil, keyidsforvalue=nil, direction=nil)
|
5706
5706
|
@Points = points
|
5707
5707
|
@FrameType = frametype
|
@@ -5738,7 +5738,7 @@ module TencentCloud
|
|
5738
5738
|
# @type Value: Integer
|
5739
5739
|
|
5740
5740
|
attr_accessor :Name, :Value
|
5741
|
-
|
5741
|
+
|
5742
5742
|
def initialize(name=nil, value=nil)
|
5743
5743
|
@Name = name
|
5744
5744
|
@Value = value
|
@@ -5778,7 +5778,7 @@ module TencentCloud
|
|
5778
5778
|
# @type ContainerInfos: Array
|
5779
5779
|
|
5780
5780
|
attr_accessor :Name, :Uid, :ChargeType, :Phase, :IP, :CreateTime, :Containers, :ContainerInfos
|
5781
|
-
|
5781
|
+
|
5782
5782
|
def initialize(name=nil, uid=nil, chargetype=nil, phase=nil, ip=nil, createtime=nil, containers=nil, containerinfos=nil)
|
5783
5783
|
@Name = name
|
5784
5784
|
@Uid = uid
|
@@ -5822,7 +5822,7 @@ module TencentCloud
|
|
5822
5822
|
# @type IP: String
|
5823
5823
|
|
5824
5824
|
attr_accessor :Name, :IP
|
5825
|
-
|
5825
|
+
|
5826
5826
|
def initialize(name=nil, ip=nil)
|
5827
5827
|
@Name = name
|
5828
5828
|
@IP = ip
|
@@ -5844,7 +5844,7 @@ module TencentCloud
|
|
5844
5844
|
# @type Y: Float
|
5845
5845
|
|
5846
5846
|
attr_accessor :X, :Y
|
5847
|
-
|
5847
|
+
|
5848
5848
|
def initialize(x=nil, y=nil)
|
5849
5849
|
@X = x
|
5850
5850
|
@Y = y
|
@@ -5862,7 +5862,7 @@ module TencentCloud
|
|
5862
5862
|
# @type Data: Array
|
5863
5863
|
|
5864
5864
|
attr_accessor :Data
|
5865
|
-
|
5865
|
+
|
5866
5866
|
def initialize(data=nil)
|
5867
5867
|
@Data = data
|
5868
5868
|
end
|
@@ -5885,7 +5885,7 @@ module TencentCloud
|
|
5885
5885
|
# @type RequestId: String
|
5886
5886
|
|
5887
5887
|
attr_accessor :RequestId
|
5888
|
-
|
5888
|
+
|
5889
5889
|
def initialize(requestid=nil)
|
5890
5890
|
@RequestId = requestid
|
5891
5891
|
end
|
@@ -5902,7 +5902,7 @@ module TencentCloud
|
|
5902
5902
|
# @type Enable: Boolean
|
5903
5903
|
|
5904
5904
|
attr_accessor :Enable
|
5905
|
-
|
5905
|
+
|
5906
5906
|
def initialize(enable=nil)
|
5907
5907
|
@Enable = enable
|
5908
5908
|
end
|
@@ -5969,7 +5969,7 @@ module TencentCloud
|
|
5969
5969
|
# @type RDMAConfig: :class:`Tencentcloud::Tione.v20211111.models.RDMAConfig`
|
5970
5970
|
|
5971
5971
|
attr_accessor :Role, :Cpu, :Memory, :GpuType, :Gpu, :InstanceType, :InstanceNum, :InstanceTypeAlias, :RDMAConfig
|
5972
|
-
|
5972
|
+
|
5973
5973
|
def initialize(role=nil, cpu=nil, memory=nil, gputype=nil, gpu=nil, instancetype=nil, instancenum=nil, instancetypealias=nil, rdmaconfig=nil)
|
5974
5974
|
@Role = role
|
5975
5975
|
@Cpu = cpu
|
@@ -6022,7 +6022,7 @@ module TencentCloud
|
|
6022
6022
|
# @type TagSet: Array
|
6023
6023
|
|
6024
6024
|
attr_accessor :ResourceGroupId, :ResourceGroupName, :FreeInstance, :TotalInstance, :UsedResource, :TotalResource, :InstanceSet, :TagSet
|
6025
|
-
|
6025
|
+
|
6026
6026
|
def initialize(resourcegroupid=nil, resourcegroupname=nil, freeinstance=nil, totalinstance=nil, usedresource=nil, totalresource=nil, instanceset=nil, tagset=nil)
|
6027
6027
|
@ResourceGroupId = resourcegroupid
|
6028
6028
|
@ResourceGroupName = resourcegroupname
|
@@ -6091,7 +6091,7 @@ module TencentCloud
|
|
6091
6091
|
# @type RealGpuDetailSet: Array
|
6092
6092
|
|
6093
6093
|
attr_accessor :Cpu, :Memory, :Gpu, :GpuType, :RealGpu, :RealGpuDetailSet
|
6094
|
-
|
6094
|
+
|
6095
6095
|
def initialize(cpu=nil, memory=nil, gpu=nil, gputype=nil, realgpu=nil, realgpudetailset=nil)
|
6096
6096
|
@Cpu = cpu
|
6097
6097
|
@Memory = memory
|
@@ -6162,7 +6162,7 @@ module TencentCloud
|
|
6162
6162
|
# @type FrameworkVersion: String
|
6163
6163
|
|
6164
6164
|
attr_accessor :ModelAccTaskId, :ModelAccTaskName, :ModelSource, :AlgorithmFramework, :ModelId, :ModelName, :ModelVersion, :ModelInputPath, :OptimizationLevel, :ModelInputNum, :ModelInputInfos, :ModelOutputPath, :ModelFormat, :TensorInfos, :GPUType, :HyperParameter, :AccEngineVersion, :Tags, :ModelSignature, :FrameworkVersion
|
6165
|
-
|
6165
|
+
|
6166
6166
|
def initialize(modelacctaskid=nil, modelacctaskname=nil, modelsource=nil, algorithmframework=nil, modelid=nil, modelname=nil, modelversion=nil, modelinputpath=nil, optimizationlevel=nil, modelinputnum=nil, modelinputinfos=nil, modeloutputpath=nil, modelformat=nil, tensorinfos=nil, gputype=nil, hyperparameter=nil, accengineversion=nil, tags=nil, modelsignature=nil, frameworkversion=nil)
|
6167
6167
|
@ModelAccTaskId = modelacctaskid
|
6168
6168
|
@ModelAccTaskName = modelacctaskname
|
@@ -6239,7 +6239,7 @@ module TencentCloud
|
|
6239
6239
|
# @type RequestId: String
|
6240
6240
|
|
6241
6241
|
attr_accessor :RequestId
|
6242
|
-
|
6242
|
+
|
6243
6243
|
def initialize(requestid=nil)
|
6244
6244
|
@RequestId = requestid
|
6245
6245
|
end
|
@@ -6256,7 +6256,7 @@ module TencentCloud
|
|
6256
6256
|
# @type Values: Array
|
6257
6257
|
|
6258
6258
|
attr_accessor :Values
|
6259
|
-
|
6259
|
+
|
6260
6260
|
def initialize(values=nil)
|
6261
6261
|
@Values = values
|
6262
6262
|
end
|
@@ -6282,7 +6282,7 @@ module TencentCloud
|
|
6282
6282
|
# @type Value: String
|
6283
6283
|
|
6284
6284
|
attr_accessor :Name, :Value
|
6285
|
-
|
6285
|
+
|
6286
6286
|
def initialize(name=nil, value=nil)
|
6287
6287
|
@Name = name
|
6288
6288
|
@Value = value
|
@@ -6302,7 +6302,7 @@ module TencentCloud
|
|
6302
6302
|
# @type ScheduleStopTime: String
|
6303
6303
|
|
6304
6304
|
attr_accessor :ScheduleStop, :ScheduleStopTime
|
6305
|
-
|
6305
|
+
|
6306
6306
|
def initialize(schedulestop=nil, schedulestoptime=nil)
|
6307
6307
|
@ScheduleStop = schedulestop
|
6308
6308
|
@ScheduleStopTime = schedulestoptime
|
@@ -6322,7 +6322,7 @@ module TencentCloud
|
|
6322
6322
|
# @type Type: String
|
6323
6323
|
|
6324
6324
|
attr_accessor :Name, :Type
|
6325
|
-
|
6325
|
+
|
6326
6326
|
def initialize(name=nil, type=nil)
|
6327
6327
|
@Name = name
|
6328
6328
|
@Type = type
|
@@ -6350,7 +6350,7 @@ module TencentCloud
|
|
6350
6350
|
# @type Color: String
|
6351
6351
|
|
6352
6352
|
attr_accessor :Points, :Label, :Gray, :Color
|
6353
|
-
|
6353
|
+
|
6354
6354
|
def initialize(points=nil, label=nil, gray=nil, color=nil)
|
6355
6355
|
@Points = points
|
6356
6356
|
@Label = label
|
@@ -6471,7 +6471,7 @@ module TencentCloud
|
|
6471
6471
|
# @type Tags: Array
|
6472
6472
|
|
6473
6473
|
attr_accessor :ServiceGroupId, :ServiceId, :ServiceGroupName, :ServiceDescription, :ClusterId, :Region, :Namespace, :ChargeType, :ResourceGroupId, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :SubUin, :AppId, :Version, :LatestVersion, :ServiceInfo, :BusinessStatus, :CreateSource, :BillingInfo, :Status, :Weight, :IngressName, :ServiceLimit, :ScheduledAction, :CreateFailedReason, :ResourceGroupName, :Tags
|
6474
|
-
|
6474
|
+
|
6475
6475
|
def initialize(servicegroupid=nil, serviceid=nil, servicegroupname=nil, servicedescription=nil, clusterid=nil, region=nil, namespace=nil, chargetype=nil, resourcegroupid=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, subuin=nil, appid=nil, version=nil, latestversion=nil, serviceinfo=nil, businessstatus=nil, createsource=nil, billinginfo=nil, status=nil, weight=nil, ingressname=nil, servicelimit=nil, scheduledaction=nil, createfailedreason=nil, resourcegroupname=nil, tags=nil)
|
6476
6476
|
@ServiceGroupId = servicegroupid
|
6477
6477
|
@ServiceId = serviceid
|
@@ -6578,7 +6578,7 @@ module TencentCloud
|
|
6578
6578
|
# @type AppSecret: String
|
6579
6579
|
|
6580
6580
|
attr_accessor :ServiceGroupId, :InnerHttpAddr, :InnerHttpsAddr, :OuterHttpAddr, :OuterHttpsAddr, :AppKey, :AppSecret
|
6581
|
-
|
6581
|
+
|
6582
6582
|
def initialize(servicegroupid=nil, innerhttpaddr=nil, innerhttpsaddr=nil, outerhttpaddr=nil, outerhttpsaddr=nil, appkey=nil, appsecret=nil)
|
6583
6583
|
@ServiceGroupId = servicegroupid
|
6584
6584
|
@InnerHttpAddr = innerhttpaddr
|
@@ -6663,7 +6663,7 @@ module TencentCloud
|
|
6663
6663
|
# @type WeightUpdateStatus: String
|
6664
6664
|
|
6665
6665
|
attr_accessor :ServiceGroupId, :ServiceGroupName, :CreatedBy, :CreateTime, :UpdateTime, :Uin, :ServiceCount, :RunningServiceCount, :Services, :Status, :Tags, :LatestVersion, :BusinessStatus, :BillingInfo, :CreateSource, :WeightUpdateStatus
|
6666
|
-
|
6666
|
+
|
6667
6667
|
def initialize(servicegroupid=nil, servicegroupname=nil, createdby=nil, createtime=nil, updatetime=nil, uin=nil, servicecount=nil, runningservicecount=nil, services=nil, status=nil, tags=nil, latestversion=nil, businessstatus=nil, billinginfo=nil, createsource=nil, weightupdatestatus=nil)
|
6668
6668
|
@ServiceGroupId = servicegroupid
|
6669
6669
|
@ServiceGroupName = servicegroupname
|
@@ -6736,7 +6736,7 @@ module TencentCloud
|
|
6736
6736
|
# @type RawData: String
|
6737
6737
|
|
6738
6738
|
attr_accessor :Revision, :UpdateTime, :Image, :ModelFile, :RawData
|
6739
|
-
|
6739
|
+
|
6740
6740
|
def initialize(revision=nil, updatetime=nil, image=nil, modelfile=nil, rawdata=nil)
|
6741
6741
|
@Revision = revision
|
6742
6742
|
@UpdateTime = updatetime
|
@@ -6841,7 +6841,7 @@ module TencentCloud
|
|
6841
6841
|
# @type ScheduledAction: String
|
6842
6842
|
|
6843
6843
|
attr_accessor :Replicas, :ImageInfo, :Env, :Resources, :InstanceType, :ModelInfo, :LogEnable, :LogConfig, :AuthorizationEnable, :HorizontalPodAutoscaler, :Status, :Weight, :PodList, :ResourceTotal, :OldReplicas, :HybridBillingPrepaidReplicas, :OldHybridBillingPrepaidReplicas, :ModelHotUpdateEnable, :Pods, :PodInfos, :ScaleStrategy, :CronScaleJobs, :ScaleMode, :ServiceLimit, :ScheduledAction
|
6844
|
-
|
6844
|
+
|
6845
6845
|
def initialize(replicas=nil, imageinfo=nil, env=nil, resources=nil, instancetype=nil, modelinfo=nil, logenable=nil, logconfig=nil, authorizationenable=nil, horizontalpodautoscaler=nil, status=nil, weight=nil, podlist=nil, resourcetotal=nil, oldreplicas=nil, hybridbillingprepaidreplicas=nil, oldhybridbillingprepaidreplicas=nil, modelhotupdateenable=nil, pods=nil, podinfos=nil, scalestrategy=nil, cronscalejobs=nil, scalemode=nil, servicelimit=nil, scheduledaction=nil)
|
6846
6846
|
@Replicas = replicas
|
6847
6847
|
@ImageInfo = imageinfo
|
@@ -6955,7 +6955,7 @@ module TencentCloud
|
|
6955
6955
|
# @type InstanceRpsLimit: Integer
|
6956
6956
|
|
6957
6957
|
attr_accessor :EnableInstanceRpsLimit, :InstanceRpsLimit
|
6958
|
-
|
6958
|
+
|
6959
6959
|
def initialize(enableinstancerpslimit=nil, instancerpslimit=nil)
|
6960
6960
|
@EnableInstanceRpsLimit = enableinstancerpslimit
|
6961
6961
|
@InstanceRpsLimit = instancerpslimit
|
@@ -6981,7 +6981,7 @@ module TencentCloud
|
|
6981
6981
|
# @type AvailableRegion: Array
|
6982
6982
|
|
6983
6983
|
attr_accessor :SpecId, :SpecName, :SpecAlias, :Available, :AvailableRegion
|
6984
|
-
|
6984
|
+
|
6985
6985
|
def initialize(specid=nil, specname=nil, specalias=nil, available=nil, availableregion=nil)
|
6986
6986
|
@SpecId = specid
|
6987
6987
|
@SpecName = specname
|
@@ -7011,7 +7011,7 @@ module TencentCloud
|
|
7011
7011
|
# @type SpecCount: Integer
|
7012
7012
|
|
7013
7013
|
attr_accessor :SpecName, :TotalCost, :RealTotalCost, :SpecCount
|
7014
|
-
|
7014
|
+
|
7015
7015
|
def initialize(specname=nil, totalcost=nil, realtotalcost=nil, speccount=nil)
|
7016
7016
|
@SpecName = specname
|
7017
7017
|
@TotalCost = totalcost
|
@@ -7035,7 +7035,7 @@ module TencentCloud
|
|
7035
7035
|
# @type SpecCount: Integer
|
7036
7036
|
|
7037
7037
|
attr_accessor :SpecName, :SpecCount
|
7038
|
-
|
7038
|
+
|
7039
7039
|
def initialize(specname=nil, speccount=nil)
|
7040
7040
|
@SpecName = specname
|
7041
7041
|
@SpecCount = speccount
|
@@ -7057,7 +7057,7 @@ module TencentCloud
|
|
7057
7057
|
# @type WorkerStartCmd: String
|
7058
7058
|
|
7059
7059
|
attr_accessor :StartCmd, :PsStartCmd, :WorkerStartCmd
|
7060
|
-
|
7060
|
+
|
7061
7061
|
def initialize(startcmd=nil, psstartcmd=nil, workerstartcmd=nil)
|
7062
7062
|
@StartCmd = startcmd
|
7063
7063
|
@PsStartCmd = psstartcmd
|
@@ -7077,7 +7077,7 @@ module TencentCloud
|
|
7077
7077
|
# @type Id: String
|
7078
7078
|
|
7079
7079
|
attr_accessor :Id
|
7080
|
-
|
7080
|
+
|
7081
7081
|
def initialize(id=nil)
|
7082
7082
|
@Id = id
|
7083
7083
|
end
|
@@ -7093,7 +7093,7 @@ module TencentCloud
|
|
7093
7093
|
# @type RequestId: String
|
7094
7094
|
|
7095
7095
|
attr_accessor :RequestId
|
7096
|
-
|
7096
|
+
|
7097
7097
|
def initialize(requestid=nil)
|
7098
7098
|
@RequestId = requestid
|
7099
7099
|
end
|
@@ -7122,7 +7122,7 @@ module TencentCloud
|
|
7122
7122
|
# @type LastTransitionTime: String
|
7123
7123
|
|
7124
7124
|
attr_accessor :Message, :Reason, :Status, :Type, :LastTransitionTime
|
7125
|
-
|
7125
|
+
|
7126
7126
|
def initialize(message=nil, reason=nil, status=nil, type=nil, lasttransitiontime=nil)
|
7127
7127
|
@Message = message
|
7128
7128
|
@Reason = reason
|
@@ -7146,7 +7146,7 @@ module TencentCloud
|
|
7146
7146
|
# @type BatchTaskId: String
|
7147
7147
|
|
7148
7148
|
attr_accessor :BatchTaskId
|
7149
|
-
|
7149
|
+
|
7150
7150
|
def initialize(batchtaskid=nil)
|
7151
7151
|
@BatchTaskId = batchtaskid
|
7152
7152
|
end
|
@@ -7162,7 +7162,7 @@ module TencentCloud
|
|
7162
7162
|
# @type RequestId: String
|
7163
7163
|
|
7164
7164
|
attr_accessor :RequestId
|
7165
|
-
|
7165
|
+
|
7166
7166
|
def initialize(requestid=nil)
|
7167
7167
|
@RequestId = requestid
|
7168
7168
|
end
|
@@ -7178,7 +7178,7 @@ module TencentCloud
|
|
7178
7178
|
# @type ModelAccTaskId: String
|
7179
7179
|
|
7180
7180
|
attr_accessor :ModelAccTaskId
|
7181
|
-
|
7181
|
+
|
7182
7182
|
def initialize(modelacctaskid=nil)
|
7183
7183
|
@ModelAccTaskId = modelacctaskid
|
7184
7184
|
end
|
@@ -7200,7 +7200,7 @@ module TencentCloud
|
|
7200
7200
|
# @type RequestId: String
|
7201
7201
|
|
7202
7202
|
attr_accessor :ModelAccTaskId, :AsyncTaskId, :RequestId
|
7203
|
-
|
7203
|
+
|
7204
7204
|
def initialize(modelacctaskid=nil, asynctaskid=nil, requestid=nil)
|
7205
7205
|
@ModelAccTaskId = modelacctaskid
|
7206
7206
|
@AsyncTaskId = asynctaskid
|
@@ -7220,7 +7220,7 @@ module TencentCloud
|
|
7220
7220
|
# @type Id: String
|
7221
7221
|
|
7222
7222
|
attr_accessor :Id
|
7223
|
-
|
7223
|
+
|
7224
7224
|
def initialize(id=nil)
|
7225
7225
|
@Id = id
|
7226
7226
|
end
|
@@ -7236,7 +7236,7 @@ module TencentCloud
|
|
7236
7236
|
# @type RequestId: String
|
7237
7237
|
|
7238
7238
|
attr_accessor :RequestId
|
7239
|
-
|
7239
|
+
|
7240
7240
|
def initialize(requestid=nil)
|
7241
7241
|
@RequestId = requestid
|
7242
7242
|
end
|
@@ -7256,7 +7256,7 @@ module TencentCloud
|
|
7256
7256
|
# @type TagValue: String
|
7257
7257
|
|
7258
7258
|
attr_accessor :TagKey, :TagValue
|
7259
|
-
|
7259
|
+
|
7260
7260
|
def initialize(tagkey=nil, tagvalue=nil)
|
7261
7261
|
@TagKey = tagkey
|
7262
7262
|
@TagValue = tagvalue
|
@@ -7276,7 +7276,7 @@ module TencentCloud
|
|
7276
7276
|
# @type TagValues: Array
|
7277
7277
|
|
7278
7278
|
attr_accessor :TagKey, :TagValues
|
7279
|
-
|
7279
|
+
|
7280
7280
|
def initialize(tagkey=nil, tagvalues=nil)
|
7281
7281
|
@TagKey = tagkey
|
7282
7282
|
@TagValues = tagvalues
|
@@ -7301,7 +7301,7 @@ module TencentCloud
|
|
7301
7301
|
# @type LabelPercentage: Float
|
7302
7302
|
|
7303
7303
|
attr_accessor :LabelValue, :LabelCount, :LabelPercentage
|
7304
|
-
|
7304
|
+
|
7305
7305
|
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil)
|
7306
7306
|
@LabelValue = labelvalue
|
7307
7307
|
@LabelCount = labelcount
|
@@ -7331,7 +7331,7 @@ module TencentCloud
|
|
7331
7331
|
# @type ChildLabelList: Array
|
7332
7332
|
|
7333
7333
|
attr_accessor :LabelValue, :LabelCount, :LabelPercentage, :ChildLabelList
|
7334
|
-
|
7334
|
+
|
7335
7335
|
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil)
|
7336
7336
|
@LabelValue = labelvalue
|
7337
7337
|
@LabelCount = labelcount
|
@@ -7370,7 +7370,7 @@ module TencentCloud
|
|
7370
7370
|
# @type ChildLabelList: Array
|
7371
7371
|
|
7372
7372
|
attr_accessor :LabelValue, :LabelCount, :LabelPercentage, :ChildLabelList
|
7373
|
-
|
7373
|
+
|
7374
7374
|
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil)
|
7375
7375
|
@LabelValue = labelvalue
|
7376
7376
|
@LabelCount = labelcount
|
@@ -7409,7 +7409,7 @@ module TencentCloud
|
|
7409
7409
|
# @type ChildLabelList: Array
|
7410
7410
|
|
7411
7411
|
attr_accessor :LabelValue, :LabelCount, :LabelPercentage, :ChildLabelList
|
7412
|
-
|
7412
|
+
|
7413
7413
|
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil)
|
7414
7414
|
@LabelValue = labelvalue
|
7415
7415
|
@LabelCount = labelcount
|
@@ -7448,7 +7448,7 @@ module TencentCloud
|
|
7448
7448
|
# @type ChildLabelList: Array
|
7449
7449
|
|
7450
7450
|
attr_accessor :LabelValue, :LabelCount, :LabelPercentage, :ChildLabelList
|
7451
|
-
|
7451
|
+
|
7452
7452
|
def initialize(labelvalue=nil, labelcount=nil, labelpercentage=nil, childlabellist=nil)
|
7453
7453
|
@LabelValue = labelvalue
|
7454
7454
|
@LabelCount = labelcount
|
@@ -7481,7 +7481,7 @@ module TencentCloud
|
|
7481
7481
|
# @type ClassLabelList: Array
|
7482
7482
|
|
7483
7483
|
attr_accessor :Theme, :ClassLabelList
|
7484
|
-
|
7484
|
+
|
7485
7485
|
def initialize(theme=nil, classlabellist=nil)
|
7486
7486
|
@Theme = theme
|
7487
7487
|
@ClassLabelList = classlabellist
|
@@ -7503,7 +7503,7 @@ module TencentCloud
|
|
7503
7503
|
# 训练数据
|
7504
7504
|
class TrainingDataPoint < TencentCloud::Common::AbstractModel
|
7505
7505
|
|
7506
|
-
|
7506
|
+
|
7507
7507
|
def initialize()
|
7508
7508
|
end
|
7509
7509
|
|
@@ -7529,7 +7529,7 @@ module TencentCloud
|
|
7529
7529
|
# @type TotalSteps: Array
|
7530
7530
|
|
7531
7531
|
attr_accessor :MetricName, :Values, :Epochs, :Steps, :TotalSteps
|
7532
|
-
|
7532
|
+
|
7533
7533
|
def initialize(metricname=nil, values=nil, epochs=nil, steps=nil, totalsteps=nil)
|
7534
7534
|
@MetricName = metricname
|
7535
7535
|
@Values = values
|
@@ -7592,7 +7592,7 @@ module TencentCloud
|
|
7592
7592
|
# @type TrainingModelVersions: Array
|
7593
7593
|
|
7594
7594
|
attr_accessor :TrainingModelId, :TrainingModelName, :Tags, :CreateTime, :TrainingModelVersions
|
7595
|
-
|
7595
|
+
|
7596
7596
|
def initialize(trainingmodelid=nil, trainingmodelname=nil, tags=nil, createtime=nil, trainingmodelversions=nil)
|
7597
7597
|
@TrainingModelId = trainingmodelid
|
7598
7598
|
@TrainingModelName = trainingmodelname
|
@@ -7706,7 +7706,7 @@ module TencentCloud
|
|
7706
7706
|
# @type IsQAT: Boolean
|
7707
7707
|
|
7708
7708
|
attr_accessor :TrainingModelId, :TrainingModelVersionId, :TrainingModelVersion, :TrainingModelSource, :TrainingModelCreateTime, :TrainingModelCreator, :AlgorithmFramework, :ReasoningEnvironment, :ReasoningEnvironmentSource, :TrainingModelIndex, :TrainingJobName, :TrainingModelCosPath, :TrainingModelName, :TrainingJobId, :ReasoningImageInfo, :CreateTime, :TrainingModelStatus, :TrainingModelProgress, :TrainingModelErrorMsg, :TrainingModelFormat, :VersionType, :GPUType, :AutoClean, :ModelCleanPeriod, :MaxReservedModels, :ModelHotUpdatePath, :ReasoningEnvironmentId, :TrainingJobVersion, :TrainingPreference, :AutoMLTaskId, :IsQAT
|
7709
|
-
|
7709
|
+
|
7710
7710
|
def initialize(trainingmodelid=nil, trainingmodelversionid=nil, trainingmodelversion=nil, trainingmodelsource=nil, trainingmodelcreatetime=nil, trainingmodelcreator=nil, algorithmframework=nil, reasoningenvironment=nil, reasoningenvironmentsource=nil, trainingmodelindex=nil, trainingjobname=nil, trainingmodelcospath=nil, trainingmodelname=nil, trainingjobid=nil, reasoningimageinfo=nil, createtime=nil, trainingmodelstatus=nil, trainingmodelprogress=nil, trainingmodelerrormsg=nil, trainingmodelformat=nil, versiontype=nil, gputype=nil, autoclean=nil, modelcleanperiod=nil, maxreservedmodels=nil, modelhotupdatepath=nil, reasoningenvironmentid=nil, trainingjobversion=nil, trainingpreference=nil, automltaskid=nil, isqat=nil)
|
7711
7711
|
@TrainingModelId = trainingmodelid
|
7712
7712
|
@TrainingModelVersionId = trainingmodelversionid
|
@@ -7891,7 +7891,7 @@ module TencentCloud
|
|
7891
7891
|
# @type CallbackUrl: String
|
7892
7892
|
|
7893
7893
|
attr_accessor :Id, :Name, :Uin, :SubUin, :Region, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ResourceGroupId, :ResourceConfigInfos, :Tags, :TrainingMode, :CodePackagePath, :StartCmdInfo, :DataSource, :DataConfigs, :TuningParameters, :Output, :LogEnable, :LogConfig, :VpcId, :SubnetId, :ImageInfo, :RuntimeInSeconds, :CreateTime, :StartTime, :ChargeStatus, :LatestInstanceId, :TensorBoardId, :Remark, :FailureReason, :UpdateTime, :EndTime, :BillingInfo, :ResourceGroupName, :Message, :Status, :CallbackUrl
|
7894
|
-
|
7894
|
+
|
7895
7895
|
def initialize(id=nil, name=nil, uin=nil, subuin=nil, region=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, resourcegroupid=nil, resourceconfiginfos=nil, tags=nil, trainingmode=nil, codepackagepath=nil, startcmdinfo=nil, datasource=nil, dataconfigs=nil, tuningparameters=nil, output=nil, logenable=nil, logconfig=nil, vpcid=nil, subnetid=nil, imageinfo=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, status=nil, callbackurl=nil)
|
7896
7896
|
@Id = id
|
7897
7897
|
@Name = name
|
@@ -8078,7 +8078,7 @@ module TencentCloud
|
|
8078
8078
|
# @type CallbackUrl: String
|
8079
8079
|
|
8080
8080
|
attr_accessor :Id, :Name, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ChargeType, :ChargeStatus, :ResourceGroupId, :ResourceConfigInfos, :TrainingMode, :Status, :RuntimeInSeconds, :CreateTime, :StartTime, :EndTime, :Output, :FailureReason, :UpdateTime, :BillingInfo, :ResourceGroupName, :ImageInfo, :Message, :Tags, :CallbackUrl
|
8081
|
-
|
8081
|
+
|
8082
8082
|
def initialize(id=nil, name=nil, frameworkname=nil, frameworkversion=nil, frameworkenvironment=nil, chargetype=nil, chargestatus=nil, resourcegroupid=nil, resourceconfiginfos=nil, trainingmode=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, tags=nil, callbackurl=nil)
|
8083
8083
|
@Id = id
|
8084
8084
|
@Name = name
|
@@ -8162,7 +8162,7 @@ module TencentCloud
|
|
8162
8162
|
# @type VolumeSourceType: String
|
8163
8163
|
|
8164
8164
|
attr_accessor :CFSConfig, :VolumeSourceType
|
8165
|
-
|
8165
|
+
|
8166
8166
|
def initialize(cfsconfig=nil, volumesourcetype=nil)
|
8167
8167
|
@CFSConfig = cfsconfig
|
8168
8168
|
@VolumeSourceType = volumesourcetype
|
@@ -8185,7 +8185,7 @@ module TencentCloud
|
|
8185
8185
|
# @type Weight: Integer
|
8186
8186
|
|
8187
8187
|
attr_accessor :ServiceId, :Weight
|
8188
|
-
|
8188
|
+
|
8189
8189
|
def initialize(serviceid=nil, weight=nil)
|
8190
8190
|
@ServiceId = serviceid
|
8191
8191
|
@Weight = weight
|
@@ -8222,7 +8222,7 @@ module TencentCloud
|
|
8222
8222
|
# @type Conditions: Array
|
8223
8223
|
|
8224
8224
|
attr_accessor :Replicas, :UpdatedReplicas, :ReadyReplicas, :AvailableReplicas, :UnavailableReplicas, :Status, :StatefulSetCondition, :Conditions
|
8225
|
-
|
8225
|
+
|
8226
8226
|
def initialize(replicas=nil, updatedreplicas=nil, readyreplicas=nil, availablereplicas=nil, unavailablereplicas=nil, status=nil, statefulsetcondition=nil, conditions=nil)
|
8227
8227
|
@Replicas = replicas
|
8228
8228
|
@UpdatedReplicas = updatedreplicas
|