tencentcloud-sdk-tione 3.0.474 → 3.0.476
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/v20211111/models.rb +32 -10
- 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: 3c2a98f85037f5546dbac2844ea6b561d089df6c
         | 
| 4 | 
            +
              data.tar.gz: 5d88d3e1a11279f2864abea37d1b5d8c32367729
         | 
| 5 5 | 
             
            SHA512:
         | 
| 6 | 
            -
              metadata.gz:  | 
| 7 | 
            -
              data.tar.gz:  | 
| 6 | 
            +
              metadata.gz: 6bbb27616b402ccab8e6fe9217f44e481e82aadd0bef34657cd23abc98c1a3e59e474b5e0984def964525bba986749bfee2637f5334e3c0a2624c3e26e953ee8
         | 
| 7 | 
            +
              data.tar.gz: 6c82fcfea74b4cb49021be8b6c9cafde69b108122c9e52e297b6fa61253de19f90977bb621e47c4b1d5c5abb9559e6bfd073cc463ce1edd7bc1cda5459dae2f9
         | 
    
        data/lib/VERSION
    CHANGED
    
    | @@ -1 +1 @@ | |
| 1 | 
            -
            3.0. | 
| 1 | 
            +
            3.0.476
         | 
    
        data/lib/v20211111/models.rb
    CHANGED
    
    | @@ -650,10 +650,12 @@ module TencentCloud | |
| 650 650 | 
             
                    # @type SubnetId: String
         | 
| 651 651 | 
             
                    # @param Remark: 备注
         | 
| 652 652 | 
             
                    # @type Remark: String
         | 
| 653 | 
            +
                    # @param CallbackUrl: 任务执行结果回调URL,仅支持http和https。回调格式&内容详见: [TI-ONE 接口回调说明](https://cloud.tencent.com/document/product/851/84292)
         | 
| 654 | 
            +
                    # @type CallbackUrl: String
         | 
| 653 655 |  | 
| 654 | 
            -
                    attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark
         | 
| 656 | 
            +
                    attr_accessor :BatchTaskName, :ChargeType, :ResourceConfigInfo, :Outputs, :LogEnable, :JobType, :CronInfo, :ResourceGroupId, :Tags, :ModelInfo, :ImageInfo, :CodePackage, :StartCmd, :DataConfigs, :LogConfig, :VpcId, :SubnetId, :Remark, :CallbackUrl
         | 
| 655 657 |  | 
| 656 | 
            -
                    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)
         | 
| 658 | 
            +
                    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)
         | 
| 657 659 | 
             
                      @BatchTaskName = batchtaskname
         | 
| 658 660 | 
             
                      @ChargeType = chargetype
         | 
| 659 661 | 
             
                      @ResourceConfigInfo = resourceconfiginfo
         | 
| @@ -672,6 +674,7 @@ module TencentCloud | |
| 672 674 | 
             
                      @VpcId = vpcid
         | 
| 673 675 | 
             
                      @SubnetId = subnetid
         | 
| 674 676 | 
             
                      @Remark = remark
         | 
| 677 | 
            +
                      @CallbackUrl = callbackurl
         | 
| 675 678 | 
             
                    end
         | 
| 676 679 |  | 
| 677 680 | 
             
                    def deserialize(params)
         | 
| @@ -732,6 +735,7 @@ module TencentCloud | |
| 732 735 | 
             
                      @VpcId = params['VpcId']
         | 
| 733 736 | 
             
                      @SubnetId = params['SubnetId']
         | 
| 734 737 | 
             
                      @Remark = params['Remark']
         | 
| 738 | 
            +
                      @CallbackUrl = params['CallbackUrl']
         | 
| 735 739 | 
             
                    end
         | 
| 736 740 | 
             
                  end
         | 
| 737 741 |  | 
| @@ -943,10 +947,12 @@ module TencentCloud | |
| 943 947 | 
             
                    # @type VolumeMount: :class:`Tencentcloud::Tione.v20211111.models.VolumeMount`
         | 
| 944 948 | 
             
                    # @param ServiceLimit: 服务限速限流相关配置
         | 
| 945 949 | 
             
                    # @type ServiceLimit: :class:`Tencentcloud::Tione.v20211111.models.ServiceLimit`
         | 
| 950 | 
            +
                    # @param CallbackUrl: 回调地址,用于回调创建服务状态信息,回调格式&内容详情见:[TI-ONE 接口回调说明](https://cloud.tencent.com/document/product/851/84292)
         | 
| 951 | 
            +
                    # @type CallbackUrl: String
         | 
| 946 952 |  | 
| 947 | 
            -
                    attr_accessor :ImageInfo, :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit
         | 
| 953 | 
            +
                    attr_accessor :ImageInfo, :ServiceGroupId, :ServiceGroupName, :ServiceDescription, :ChargeType, :ResourceGroupId, :ModelInfo, :Env, :Resources, :InstanceType, :ScaleMode, :Replicas, :HorizontalPodAutoscaler, :LogEnable, :LogConfig, :AuthorizationEnable, :Tags, :NewVersion, :CronScaleJobs, :ScaleStrategy, :HybridBillingPrepaidReplicas, :CreateSource, :ModelHotUpdateEnable, :ScheduledAction, :VolumeMount, :ServiceLimit, :CallbackUrl
         | 
| 948 954 |  | 
| 949 | 
            -
                    def initialize(imageinfo=nil, servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=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)
         | 
| 955 | 
            +
                    def initialize(imageinfo=nil, servicegroupid=nil, servicegroupname=nil, servicedescription=nil, chargetype=nil, resourcegroupid=nil, modelinfo=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)
         | 
| 950 956 | 
             
                      @ImageInfo = imageinfo
         | 
| 951 957 | 
             
                      @ServiceGroupId = servicegroupid
         | 
| 952 958 | 
             
                      @ServiceGroupName = servicegroupname
         | 
| @@ -973,6 +979,7 @@ module TencentCloud | |
| 973 979 | 
             
                      @ScheduledAction = scheduledaction
         | 
| 974 980 | 
             
                      @VolumeMount = volumemount
         | 
| 975 981 | 
             
                      @ServiceLimit = servicelimit
         | 
| 982 | 
            +
                      @CallbackUrl = callbackurl
         | 
| 976 983 | 
             
                    end
         | 
| 977 984 |  | 
| 978 985 | 
             
                    def deserialize(params)
         | 
| @@ -1047,6 +1054,7 @@ module TencentCloud | |
| 1047 1054 | 
             
                        @ServiceLimit = ServiceLimit.new
         | 
| 1048 1055 | 
             
                        @ServiceLimit.deserialize(params['ServiceLimit'])
         | 
| 1049 1056 | 
             
                      end
         | 
| 1057 | 
            +
                      @CallbackUrl = params['CallbackUrl']
         | 
| 1050 1058 | 
             
                    end
         | 
| 1051 1059 | 
             
                  end
         | 
| 1052 1060 |  | 
| @@ -1328,10 +1336,12 @@ module TencentCloud | |
| 1328 1336 | 
             
                    # @type Remark: String
         | 
| 1329 1337 | 
             
                    # @param DataSource: 数据来源,eg:DATASET、COS、CFS、HDFS
         | 
| 1330 1338 | 
             
                    # @type DataSource: String
         | 
| 1339 | 
            +
                    # @param CallbackUrl: 回调地址,用于创建/启动/停止训练任务的异步回调。回调格式&内容详见:[[TI-ONE接口回调说明]](https://cloud.tencent.com/document/product/851/84292)
         | 
| 1340 | 
            +
                    # @type CallbackUrl: String
         | 
| 1331 1341 |  | 
| 1332 | 
            -
                    attr_accessor :Name, :ChargeType, :ResourceConfigInfos, :CodePackagePath, :TrainingMode, :Output, :LogEnable, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ResourceGroupId, :Tags, :ImageInfo, :StartCmdInfo, :DataConfigs, :VpcId, :SubnetId, :LogConfig, :TuningParameters, :Remark, :DataSource
         | 
| 1342 | 
            +
                    attr_accessor :Name, :ChargeType, :ResourceConfigInfos, :CodePackagePath, :TrainingMode, :Output, :LogEnable, :FrameworkName, :FrameworkVersion, :FrameworkEnvironment, :ResourceGroupId, :Tags, :ImageInfo, :StartCmdInfo, :DataConfigs, :VpcId, :SubnetId, :LogConfig, :TuningParameters, :Remark, :DataSource, :CallbackUrl
         | 
| 1333 1343 |  | 
| 1334 | 
            -
                    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)
         | 
| 1344 | 
            +
                    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)
         | 
| 1335 1345 | 
             
                      @Name = name
         | 
| 1336 1346 | 
             
                      @ChargeType = chargetype
         | 
| 1337 1347 | 
             
                      @ResourceConfigInfos = resourceconfiginfos
         | 
| @@ -1353,6 +1363,7 @@ module TencentCloud | |
| 1353 1363 | 
             
                      @TuningParameters = tuningparameters
         | 
| 1354 1364 | 
             
                      @Remark = remark
         | 
| 1355 1365 | 
             
                      @DataSource = datasource
         | 
| 1366 | 
            +
                      @CallbackUrl = callbackurl
         | 
| 1356 1367 | 
             
                    end
         | 
| 1357 1368 |  | 
| 1358 1369 | 
             
                    def deserialize(params)
         | 
| @@ -1413,6 +1424,7 @@ module TencentCloud | |
| 1413 1424 | 
             
                      @TuningParameters = params['TuningParameters']
         | 
| 1414 1425 | 
             
                      @Remark = params['Remark']
         | 
| 1415 1426 | 
             
                      @DataSource = params['DataSource']
         | 
| 1427 | 
            +
                      @CallbackUrl = params['CallbackUrl']
         | 
| 1416 1428 | 
             
                    end
         | 
| 1417 1429 | 
             
                  end
         | 
| 1418 1430 |  | 
| @@ -7423,10 +7435,13 @@ module TencentCloud | |
| 7423 7435 | 
             
                    # @type Message: String
         | 
| 7424 7436 | 
             
                    # @param Status: 任务状态,eg:STARTING启动中、RUNNING运行中、STOPPING停止中、STOPPED已停止、FAILED异常、SUCCEED已完成
         | 
| 7425 7437 | 
             
                    # @type Status: String
         | 
| 7438 | 
            +
                    # @param CallbackUrl: 回调地址
         | 
| 7439 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 7440 | 
            +
                    # @type CallbackUrl: String
         | 
| 7426 7441 |  | 
| 7427 | 
            -
                    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
         | 
| 7442 | 
            +
                    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
         | 
| 7428 7443 |  | 
| 7429 | 
            -
                    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)
         | 
| 7444 | 
            +
                    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)
         | 
| 7430 7445 | 
             
                      @Id = id
         | 
| 7431 7446 | 
             
                      @Name = name
         | 
| 7432 7447 | 
             
                      @Uin = uin
         | 
| @@ -7465,6 +7480,7 @@ module TencentCloud | |
| 7465 7480 | 
             
                      @ResourceGroupName = resourcegroupname
         | 
| 7466 7481 | 
             
                      @Message = message
         | 
| 7467 7482 | 
             
                      @Status = status
         | 
| 7483 | 
            +
                      @CallbackUrl = callbackurl
         | 
| 7468 7484 | 
             
                    end
         | 
| 7469 7485 |  | 
| 7470 7486 | 
             
                    def deserialize(params)
         | 
| @@ -7542,6 +7558,7 @@ module TencentCloud | |
| 7542 7558 | 
             
                      @ResourceGroupName = params['ResourceGroupName']
         | 
| 7543 7559 | 
             
                      @Message = params['Message']
         | 
| 7544 7560 | 
             
                      @Status = params['Status']
         | 
| 7561 | 
            +
                      @CallbackUrl = params['CallbackUrl']
         | 
| 7545 7562 | 
             
                    end
         | 
| 7546 7563 | 
             
                  end
         | 
| 7547 7564 |  | 
| @@ -7605,10 +7622,13 @@ module TencentCloud | |
| 7605 7622 | 
             
                    # @param Tags: 标签配置
         | 
| 7606 7623 | 
             
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 7607 7624 | 
             
                    # @type Tags: Array
         | 
| 7625 | 
            +
                    # @param CallbackUrl: 回调地址
         | 
| 7626 | 
            +
                    # 注意:此字段可能返回 null,表示取不到有效值。
         | 
| 7627 | 
            +
                    # @type CallbackUrl: String
         | 
| 7608 7628 |  | 
| 7609 | 
            -
                    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
         | 
| 7629 | 
            +
                    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
         | 
| 7610 7630 |  | 
| 7611 | 
            -
                    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)
         | 
| 7631 | 
            +
                    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)
         | 
| 7612 7632 | 
             
                      @Id = id
         | 
| 7613 7633 | 
             
                      @Name = name
         | 
| 7614 7634 | 
             
                      @FrameworkName = frameworkname
         | 
| @@ -7632,6 +7652,7 @@ module TencentCloud | |
| 7632 7652 | 
             
                      @ImageInfo = imageinfo
         | 
| 7633 7653 | 
             
                      @Message = message
         | 
| 7634 7654 | 
             
                      @Tags = tags
         | 
| 7655 | 
            +
                      @CallbackUrl = callbackurl
         | 
| 7635 7656 | 
             
                    end
         | 
| 7636 7657 |  | 
| 7637 7658 | 
             
                    def deserialize(params)
         | 
| @@ -7678,6 +7699,7 @@ module TencentCloud | |
| 7678 7699 | 
             
                          @Tags << tag_tmp
         | 
| 7679 7700 | 
             
                        end
         | 
| 7680 7701 | 
             
                      end
         | 
| 7702 | 
            +
                      @CallbackUrl = params['CallbackUrl']
         | 
| 7681 7703 | 
             
                    end
         | 
| 7682 7704 | 
             
                  end
         | 
| 7683 7705 |  | 
    
        metadata
    CHANGED
    
    | @@ -1,14 +1,14 @@ | |
| 1 1 | 
             
            --- !ruby/object:Gem::Specification
         | 
| 2 2 | 
             
            name: tencentcloud-sdk-tione
         | 
| 3 3 | 
             
            version: !ruby/object:Gem::Version
         | 
| 4 | 
            -
              version: 3.0. | 
| 4 | 
            +
              version: 3.0.476
         | 
| 5 5 | 
             
            platform: ruby
         | 
| 6 6 | 
             
            authors:
         | 
| 7 7 | 
             
            - Tencent Cloud
         | 
| 8 8 | 
             
            autorequire: 
         | 
| 9 9 | 
             
            bindir: bin
         | 
| 10 10 | 
             
            cert_chain: []
         | 
| 11 | 
            -
            date: 2022-12- | 
| 11 | 
            +
            date: 2022-12-19 00:00:00.000000000 Z
         | 
| 12 12 | 
             
            dependencies:
         | 
| 13 13 | 
             
            - !ruby/object:Gem::Dependency
         | 
| 14 14 | 
             
              name: tencentcloud-sdk-common
         |