tccli 3.0.1038.1__py2.py3-none-any.whl → 3.0.1040.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/examples/billing/v20180709/DescribeDosageDetailList.md +63 -0
- tccli/examples/cdb/v20170320/DeleteAuditRuleTemplates.md +1 -1
- tccli/examples/cfw/v20190904/DescribeIdsWhiteRule.md +10 -0
- tccli/examples/essbasic/v20210526/CreateChannelOrganizationInfoChangeUrl.md +22 -20
- tccli/examples/essbasic/v20210526/CreateConsoleLoginUrl.md +45 -9
- tccli/examples/tdmq/v20200217/ModifyEnvironmentRole.md +4 -4
- tccli/examples/teo/v20220901/CreatePlanForZone.md +1 -1
- tccli/examples/tione/v20211111/DescribeLatestTrainingMetrics.md +8 -2
- tccli/examples/tione/v20211111/DescribeNotebooks.md +15 -2
- tccli/examples/trtc/v20190722/StartStreamIngest.md +4 -4
- tccli/examples/vod/v20180717/ComposeMedia.md +6 -6
- tccli/examples/vod/v20180717/CreateCLSLogset.md +21 -0
- tccli/examples/vod/v20180717/CreateCLSTopic.md +23 -0
- tccli/examples/vod/v20180717/DeleteCLSTopic.md +20 -0
- tccli/examples/vod/v20180717/DescribeCLSLogsets.md +26 -0
- tccli/examples/vod/v20180717/DescribeCLSPushTargets.md +38 -0
- tccli/examples/vod/v20180717/DescribeCLSTopics.md +31 -0
- tccli/examples/vod/v20180717/SetCLSPushTarget.md +25 -0
- tccli/services/billing/billing_client.py +61 -8
- tccli/services/billing/v20180709/api.json +323 -0
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cfs/v20190719/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +76 -0
- tccli/services/cfw/v20190904/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +1 -1
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +39 -30
- tccli/services/essbasic/v20210526/examples.json +25 -19
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/mps/v20190612/api.json +40 -2
- tccli/services/mrs/v20200910/api.json +24 -24
- tccli/services/tat/v20201028/api.json +1 -1
- tccli/services/tdmq/v20200217/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +36 -19
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tione/v20211111/api.json +205 -75
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/trtc/v20190722/api.json +25 -7
- tccli/services/trtc/v20190722/examples.json +2 -2
- tccli/services/vod/v20180717/api.json +555 -0
- tccli/services/vod/v20180717/examples.json +57 -1
- tccli/services/vod/vod_client.py +375 -4
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/RECORD +50 -42
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1038.1.dist-info → tccli-3.0.1040.1.dist-info}/license_files/LICENSE +0 -0
@@ -2570,7 +2570,7 @@
|
|
2570
2570
|
},
|
2571
2571
|
{
|
2572
2572
|
"disabled": false,
|
2573
|
-
"document": "存储的类型。取值包含: \
|
2573
|
+
"document": "存储的类型。取值包含: \nFREE:预付费的免费存储\nCLOUD_PREMIUM:高性能云硬盘\nCLOUD_SSD:SSD云硬盘\nCFS:CFS存储\nCFS_TURBO:CFS Turbo存储\nGooseFSx:GooseFSx存储",
|
2574
2574
|
"example": "CFS",
|
2575
2575
|
"member": "string",
|
2576
2576
|
"name": "VolumeSourceType",
|
@@ -2579,7 +2579,7 @@
|
|
2579
2579
|
},
|
2580
2580
|
{
|
2581
2581
|
"disabled": false,
|
2582
|
-
"document": "
|
2582
|
+
"document": "云硬盘存储卷大小,单位GB",
|
2583
2583
|
"example": "1",
|
2584
2584
|
"member": "uint64",
|
2585
2585
|
"name": "VolumeSizeInGB",
|
@@ -2651,7 +2651,7 @@
|
|
2651
2651
|
},
|
2652
2652
|
{
|
2653
2653
|
"disabled": false,
|
2654
|
-
"document": "
|
2654
|
+
"document": "数据配置,只支持WEDATA_HDFS存储类型",
|
2655
2655
|
"example": "[]",
|
2656
2656
|
"member": "DataConfig",
|
2657
2657
|
"name": "DataConfigs",
|
@@ -2669,7 +2669,7 @@
|
|
2669
2669
|
},
|
2670
2670
|
{
|
2671
2671
|
"disabled": false,
|
2672
|
-
"document": "
|
2672
|
+
"document": "镜像类型,包括SYSTEM、TCR、CCR",
|
2673
2673
|
"example": "无",
|
2674
2674
|
"member": "string",
|
2675
2675
|
"name": "ImageType",
|
@@ -2684,6 +2684,15 @@
|
|
2684
2684
|
"name": "SSHConfig",
|
2685
2685
|
"required": false,
|
2686
2686
|
"type": "object"
|
2687
|
+
},
|
2688
|
+
{
|
2689
|
+
"disabled": false,
|
2690
|
+
"document": "GooseFS存储配置",
|
2691
|
+
"example": "无",
|
2692
|
+
"member": "GooseFS",
|
2693
|
+
"name": "VolumeSourceGooseFS",
|
2694
|
+
"required": false,
|
2695
|
+
"type": "object"
|
2687
2696
|
}
|
2688
2697
|
],
|
2689
2698
|
"type": "object"
|
@@ -3151,7 +3160,7 @@
|
|
3151
3160
|
},
|
3152
3161
|
{
|
3153
3162
|
"disabled": false,
|
3154
|
-
"document": "数据配置,依赖DataSource
|
3163
|
+
"document": "数据配置,依赖DataSource字段,数量不超过10个",
|
3155
3164
|
"example": "[]",
|
3156
3165
|
"member": "DataConfig",
|
3157
3166
|
"name": "DataConfigs",
|
@@ -3196,7 +3205,7 @@
|
|
3196
3205
|
},
|
3197
3206
|
{
|
3198
3207
|
"disabled": false,
|
3199
|
-
"document": "
|
3208
|
+
"document": "调优参数,不超过2048个字符",
|
3200
3209
|
"example": "无",
|
3201
3210
|
"member": "string",
|
3202
3211
|
"name": "TuningParameters",
|
@@ -3214,7 +3223,7 @@
|
|
3214
3223
|
},
|
3215
3224
|
{
|
3216
3225
|
"disabled": false,
|
3217
|
-
"document": "
|
3226
|
+
"document": "备注,不超过1024个字符",
|
3218
3227
|
"example": "无",
|
3219
3228
|
"member": "string",
|
3220
3229
|
"name": "Remark",
|
@@ -3223,7 +3232,7 @@
|
|
3223
3232
|
},
|
3224
3233
|
{
|
3225
3234
|
"disabled": false,
|
3226
|
-
"document": "数据来源,eg:DATASET、COS、CFS、HDFS",
|
3235
|
+
"document": "数据来源,eg:DATASET、COS、CFS、CFSTurbo、HDFS、GooseFSx",
|
3227
3236
|
"example": "DATASET",
|
3228
3237
|
"member": "string",
|
3229
3238
|
"name": "DataSource",
|
@@ -3497,7 +3506,7 @@
|
|
3497
3506
|
},
|
3498
3507
|
{
|
3499
3508
|
"disabled": false,
|
3500
|
-
"document": "DATASET、COS、CFS、HDFS、WEDATA_HDFS\n注意:此字段可能返回 null,表示取不到有效值。",
|
3509
|
+
"document": "DATASET、COS、CFS、CFSTurbo、GooseFSx、HDFS、WEDATA_HDFS\n注意:此字段可能返回 null,表示取不到有效值。",
|
3501
3510
|
"example": "DATASET",
|
3502
3511
|
"member": "string",
|
3503
3512
|
"name": "DataSourceType",
|
@@ -6642,7 +6651,7 @@
|
|
6642
6651
|
},
|
6643
6652
|
{
|
6644
6653
|
"disabled": false,
|
6645
|
-
"document": "过滤器,eg:[{ \"Name\": \"Id\", \"Values\": [\"nb-123456789\"] }]\n\n取值范围\nName(名称):notebook1\nId(notebook ID):nb-123456789\nStatus(状态):Starting / Running / Stopped / Stopping / Failed / SubmitFailed\nChargeType(计费类型):PREPAID(预付费)/ POSTPAID_BY_HOUR(后付费)\nChargeStatus(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ BILLING_STORAGE(存储计费中)/ARREARS_STOP(欠费停止)\nDefaultCodeRepoId(默认代码仓库ID):cr-123456789\nAdditionalCodeRepoId(关联代码仓库ID):cr-123456789\nLifecycleScriptId(生命周期ID):ls-12312312311312",
|
6654
|
+
"document": "过滤器,eg:[{ \"Name\": \"Id\", \"Values\": [\"nb-123456789\"] }]\n\n取值范围\nName(名称):notebook1\nId(notebook ID):nb-123456789\nStatus(状态):Starting / Running / Stopped / Stopping / Failed / SubmitFailed\nCreator(创建者 uin):100014761913\nChargeType(计费类型):PREPAID(预付费)/ POSTPAID_BY_HOUR(后付费)\nChargeStatus(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ BILLING_STORAGE(存储计费中)/ARREARS_STOP(欠费停止)\nDefaultCodeRepoId(默认代码仓库ID):cr-123456789\nAdditionalCodeRepoId(关联代码仓库ID):cr-123456789\nLifecycleScriptId(生命周期ID):ls-12312312311312",
|
6646
6655
|
"example": "无",
|
6647
6656
|
"member": "Filter",
|
6648
6657
|
"name": "Filters",
|
@@ -6670,6 +6679,7 @@
|
|
6670
6679
|
"example": "无",
|
6671
6680
|
"member": "NotebookSetItem",
|
6672
6681
|
"name": "NotebookSet",
|
6682
|
+
"output_required": true,
|
6673
6683
|
"type": "list",
|
6674
6684
|
"value_allowed_null": true
|
6675
6685
|
},
|
@@ -6679,6 +6689,7 @@
|
|
6679
6689
|
"example": "10",
|
6680
6690
|
"member": "uint64",
|
6681
6691
|
"name": "TotalCount",
|
6692
|
+
"output_required": true,
|
6682
6693
|
"type": "int",
|
6683
6694
|
"value_allowed_null": true
|
6684
6695
|
},
|
@@ -7047,7 +7058,7 @@
|
|
7047
7058
|
"members": [
|
7048
7059
|
{
|
7049
7060
|
"disabled": false,
|
7050
|
-
"document": "过滤器,eg:[{ \"Name\": \"Id\", \"Values\": [\"train-23091792777383936\"] }]\n\n取值范围:\nName(名称):task1\nId(task ID):train-23091792777383936\nStatus(状态):STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED\nChargeType(计费类型):PREPAID(预付费)/ POSTPAID_BY_HOUR(后付费)\nCHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)",
|
7061
|
+
"document": "过滤器,eg:[{ \"Name\": \"Id\", \"Values\": [\"train-23091792777383936\"] }]\n\n取值范围:\nName(名称):task1\nId(task ID):train-23091792777383936\nStatus(状态):SUBMITTING/PENDING/STARTING / RUNNING / STOPPING / STOPPED / FAILED / SUCCEED / SUBMIT_FAILED\nResourceGroupId(资源组 Id):trsg-kvvfrwl7\nCreator(创建者 uin):100014761913\nChargeType(计费类型):PREPAID(预付费)/ POSTPAID_BY_HOUR(后付费)\nCHARGE_STATUS(计费状态):NOT_BILLING(未开始计费)/ BILLING(计费中)/ ARREARS_STOP(欠费停止)",
|
7051
7062
|
"example": "[{ \"Name\": \"TaskStatus\", \"Values\": [\"Running\"] }]",
|
7052
7063
|
"member": "Filter",
|
7053
7064
|
"name": "Filters",
|
@@ -7092,7 +7103,7 @@
|
|
7092
7103
|
},
|
7093
7104
|
{
|
7094
7105
|
"disabled": false,
|
7095
|
-
"document": "排序的依据字段, 取值范围 \"CreateTime\"
|
7106
|
+
"document": "排序的依据字段, 取值范围 \"CreateTime\" 、\"UpdateTime\"、\"StartTime\",默认为UpdateTime",
|
7096
7107
|
"example": "CreateTime",
|
7097
7108
|
"member": "string",
|
7098
7109
|
"name": "OrderField",
|
@@ -7111,6 +7122,7 @@
|
|
7111
7122
|
"example": "无",
|
7112
7123
|
"member": "TrainingTaskSetItem",
|
7113
7124
|
"name": "TrainingTaskSet",
|
7125
|
+
"output_required": true,
|
7114
7126
|
"type": "list",
|
7115
7127
|
"value_allowed_null": false
|
7116
7128
|
},
|
@@ -7120,6 +7132,7 @@
|
|
7120
7132
|
"example": "10",
|
7121
7133
|
"member": "uint64",
|
7122
7134
|
"name": "TotalCount",
|
7135
|
+
"output_required": true,
|
7123
7136
|
"type": "int",
|
7124
7137
|
"value_allowed_null": false
|
7125
7138
|
},
|
@@ -7619,6 +7632,29 @@
|
|
7619
7632
|
"example": "goosefs-instance-id",
|
7620
7633
|
"member": "string",
|
7621
7634
|
"name": "Id",
|
7635
|
+
"output_required": true,
|
7636
|
+
"required": false,
|
7637
|
+
"type": "string",
|
7638
|
+
"value_allowed_null": true
|
7639
|
+
},
|
7640
|
+
{
|
7641
|
+
"disabled": false,
|
7642
|
+
"document": "GooseFS类型,包括GooseFS和GooseFSx\n注意:此字段可能返回 null,表示取不到有效值。",
|
7643
|
+
"example": "GooseFSx",
|
7644
|
+
"member": "string",
|
7645
|
+
"name": "Type",
|
7646
|
+
"output_required": false,
|
7647
|
+
"required": false,
|
7648
|
+
"type": "string",
|
7649
|
+
"value_allowed_null": true
|
7650
|
+
},
|
7651
|
+
{
|
7652
|
+
"disabled": false,
|
7653
|
+
"document": "GooseFSx实例需要挂载的路径\n注意:此字段可能返回 null,表示取不到有效值。",
|
7654
|
+
"example": "/",
|
7655
|
+
"member": "string",
|
7656
|
+
"name": "Path",
|
7657
|
+
"output_required": false,
|
7622
7658
|
"required": false,
|
7623
7659
|
"type": "string",
|
7624
7660
|
"value_allowed_null": true
|
@@ -7735,6 +7771,7 @@
|
|
7735
7771
|
"example": "1",
|
7736
7772
|
"member": "int64",
|
7737
7773
|
"name": "MinReplicas",
|
7774
|
+
"output_required": true,
|
7738
7775
|
"required": true,
|
7739
7776
|
"type": "int",
|
7740
7777
|
"value_allowed_null": true
|
@@ -7745,16 +7782,18 @@
|
|
7745
7782
|
"example": "2",
|
7746
7783
|
"member": "int64",
|
7747
7784
|
"name": "MaxReplicas",
|
7785
|
+
"output_required": true,
|
7748
7786
|
"required": true,
|
7749
7787
|
"type": "int",
|
7750
7788
|
"value_allowed_null": true
|
7751
7789
|
},
|
7752
7790
|
{
|
7753
7791
|
"disabled": false,
|
7754
|
-
"document": "
|
7792
|
+
"document": "支持:\n\"gpu-util\": GPU利用率。范围{10, 100} \"cpu-util\": CPU利用率。范围{10, 100}\t \"memory-util\": 内存利用率。范围{10, 100} \"service-qps\": 单个实例QPS值。范围{1, 5000}\n\"concurrency-util\":单个实例请求数量值。范围{1,100000}\n注意:此字段可能返回 null,表示取不到有效值。",
|
7755
7793
|
"example": "\"gpu-util\": {0, 100}",
|
7756
7794
|
"member": "Option",
|
7757
7795
|
"name": "HpaMetrics",
|
7796
|
+
"output_required": true,
|
7758
7797
|
"required": true,
|
7759
7798
|
"type": "list",
|
7760
7799
|
"value_allowed_null": true
|
@@ -9494,7 +9533,7 @@
|
|
9494
9533
|
},
|
9495
9534
|
{
|
9496
9535
|
"disabled": false,
|
9497
|
-
"document": "
|
9536
|
+
"document": "名称。不超过60个字符,仅支持中英文、数字、下划线\"_\"、短横\"-\",只能以中英文、数字开头",
|
9498
9537
|
"example": "a1",
|
9499
9538
|
"member": "string",
|
9500
9539
|
"name": "Name",
|
@@ -9503,7 +9542,7 @@
|
|
9503
9542
|
},
|
9504
9543
|
{
|
9505
9544
|
"disabled": false,
|
9506
|
-
"document": "
|
9545
|
+
"document": "(不允许修改)计算资源付费模式 ,可选值为:\nPREPAID:预付费,即包年包月\nPOSTPAID_BY_HOUR:按小时后付费",
|
9507
9546
|
"example": "a1",
|
9508
9547
|
"member": "string",
|
9509
9548
|
"name": "ChargeType",
|
@@ -9566,7 +9605,7 @@
|
|
9566
9605
|
},
|
9567
9606
|
{
|
9568
9607
|
"disabled": false,
|
9569
|
-
"document": "Vpc-Id",
|
9608
|
+
"document": "(不允许修改)Vpc-Id",
|
9570
9609
|
"example": "a1",
|
9571
9610
|
"member": "string",
|
9572
9611
|
"name": "VpcId",
|
@@ -9575,7 +9614,7 @@
|
|
9575
9614
|
},
|
9576
9615
|
{
|
9577
9616
|
"disabled": false,
|
9578
|
-
"document": "
|
9617
|
+
"document": "(不允许修改)子网Id",
|
9579
9618
|
"example": "a1",
|
9580
9619
|
"member": "string",
|
9581
9620
|
"name": "SubnetId",
|
@@ -9593,7 +9632,7 @@
|
|
9593
9632
|
},
|
9594
9633
|
{
|
9595
9634
|
"disabled": false,
|
9596
|
-
"document": "
|
9635
|
+
"document": "(不允许修改)存储的类型。取值包含: \n FREE: 预付费的免费存储\n CLOUD_PREMIUM: 高性能云硬盘\n CLOUD_SSD: SSD云硬盘\n CFS: CFS存储,包含NFS和turbo",
|
9597
9636
|
"example": "CFS",
|
9598
9637
|
"member": "string",
|
9599
9638
|
"name": "VolumeSourceType",
|
@@ -9602,7 +9641,7 @@
|
|
9602
9641
|
},
|
9603
9642
|
{
|
9604
9643
|
"disabled": false,
|
9605
|
-
"document": "CFS存储的配置",
|
9644
|
+
"document": "(不允许修改)CFS存储的配置",
|
9606
9645
|
"example": "无",
|
9607
9646
|
"member": "CFSConfig",
|
9608
9647
|
"name": "VolumeSourceCFS",
|
@@ -9665,7 +9704,7 @@
|
|
9665
9704
|
},
|
9666
9705
|
{
|
9667
9706
|
"disabled": false,
|
9668
|
-
"document": "
|
9707
|
+
"document": "数据配置,只支持WEDATA_HDFS",
|
9669
9708
|
"example": "[]",
|
9670
9709
|
"member": "DataConfig",
|
9671
9710
|
"name": "DataConfigs",
|
@@ -9683,7 +9722,7 @@
|
|
9683
9722
|
},
|
9684
9723
|
{
|
9685
9724
|
"disabled": false,
|
9686
|
-
"document": "
|
9725
|
+
"document": "镜像类型,包括SYSTEM、TCR、CCR",
|
9687
9726
|
"example": "无",
|
9688
9727
|
"member": "string",
|
9689
9728
|
"name": "ImageType",
|
@@ -9805,7 +9844,7 @@
|
|
9805
9844
|
"example": "a1",
|
9806
9845
|
"member": "string",
|
9807
9846
|
"name": "Id",
|
9808
|
-
"
|
9847
|
+
"output_required": true,
|
9809
9848
|
"type": "string",
|
9810
9849
|
"value_allowed_null": false
|
9811
9850
|
},
|
@@ -9815,7 +9854,7 @@
|
|
9815
9854
|
"example": "a2",
|
9816
9855
|
"member": "string",
|
9817
9856
|
"name": "Name",
|
9818
|
-
"
|
9857
|
+
"output_required": true,
|
9819
9858
|
"type": "string",
|
9820
9859
|
"value_allowed_null": false
|
9821
9860
|
},
|
@@ -9825,7 +9864,7 @@
|
|
9825
9864
|
"example": "a3",
|
9826
9865
|
"member": "string",
|
9827
9866
|
"name": "LifecycleScriptId",
|
9828
|
-
"
|
9867
|
+
"output_required": true,
|
9829
9868
|
"type": "string",
|
9830
9869
|
"value_allowed_null": true
|
9831
9870
|
},
|
@@ -9835,7 +9874,7 @@
|
|
9835
9874
|
"example": "a4",
|
9836
9875
|
"member": "string",
|
9837
9876
|
"name": "PodName",
|
9838
|
-
"
|
9877
|
+
"output_required": true,
|
9839
9878
|
"type": "string",
|
9840
9879
|
"value_allowed_null": true
|
9841
9880
|
},
|
@@ -9845,7 +9884,7 @@
|
|
9845
9884
|
"example": "a5",
|
9846
9885
|
"member": "string",
|
9847
9886
|
"name": "UpdateTime",
|
9848
|
-
"
|
9887
|
+
"output_required": true,
|
9849
9888
|
"type": "string",
|
9850
9889
|
"value_allowed_null": false
|
9851
9890
|
},
|
@@ -9855,7 +9894,7 @@
|
|
9855
9894
|
"example": "true",
|
9856
9895
|
"member": "bool",
|
9857
9896
|
"name": "DirectInternetAccess",
|
9858
|
-
"
|
9897
|
+
"output_required": true,
|
9859
9898
|
"type": "bool",
|
9860
9899
|
"value_allowed_null": false
|
9861
9900
|
},
|
@@ -9865,7 +9904,7 @@
|
|
9865
9904
|
"example": "a9",
|
9866
9905
|
"member": "string",
|
9867
9906
|
"name": "ResourceGroupId",
|
9868
|
-
"
|
9907
|
+
"output_required": true,
|
9869
9908
|
"type": "string",
|
9870
9909
|
"value_allowed_null": true
|
9871
9910
|
},
|
@@ -9875,7 +9914,7 @@
|
|
9875
9914
|
"example": "无",
|
9876
9915
|
"member": "Tag",
|
9877
9916
|
"name": "Tags",
|
9878
|
-
"
|
9917
|
+
"output_required": true,
|
9879
9918
|
"type": "list",
|
9880
9919
|
"value_allowed_null": true
|
9881
9920
|
},
|
@@ -9885,7 +9924,7 @@
|
|
9885
9924
|
"example": "无",
|
9886
9925
|
"member": "bool",
|
9887
9926
|
"name": "AutoStopping",
|
9888
|
-
"
|
9927
|
+
"output_required": true,
|
9889
9928
|
"type": "bool",
|
9890
9929
|
"value_allowed_null": false
|
9891
9930
|
},
|
@@ -9895,7 +9934,7 @@
|
|
9895
9934
|
"example": "无",
|
9896
9935
|
"member": "string",
|
9897
9936
|
"name": "AdditionalCodeRepoIds",
|
9898
|
-
"
|
9937
|
+
"output_required": true,
|
9899
9938
|
"type": "list",
|
9900
9939
|
"value_allowed_null": true
|
9901
9940
|
},
|
@@ -9905,7 +9944,7 @@
|
|
9905
9944
|
"example": "14",
|
9906
9945
|
"member": "int64",
|
9907
9946
|
"name": "AutomaticStopTime",
|
9908
|
-
"
|
9947
|
+
"output_required": true,
|
9909
9948
|
"type": "int",
|
9910
9949
|
"value_allowed_null": true
|
9911
9950
|
},
|
@@ -9915,7 +9954,7 @@
|
|
9915
9954
|
"example": "无",
|
9916
9955
|
"member": "ResourceConf",
|
9917
9956
|
"name": "ResourceConf",
|
9918
|
-
"
|
9957
|
+
"output_required": true,
|
9919
9958
|
"type": "object",
|
9920
9959
|
"value_allowed_null": false
|
9921
9960
|
},
|
@@ -9925,7 +9964,7 @@
|
|
9925
9964
|
"example": "a17",
|
9926
9965
|
"member": "string",
|
9927
9966
|
"name": "DefaultCodeRepoId",
|
9928
|
-
"
|
9967
|
+
"output_required": true,
|
9929
9968
|
"type": "string",
|
9930
9969
|
"value_allowed_null": false
|
9931
9970
|
},
|
@@ -9935,7 +9974,7 @@
|
|
9935
9974
|
"example": "q18",
|
9936
9975
|
"member": "string",
|
9937
9976
|
"name": "EndTime",
|
9938
|
-
"
|
9977
|
+
"output_required": true,
|
9939
9978
|
"type": "string",
|
9940
9979
|
"value_allowed_null": true
|
9941
9980
|
},
|
@@ -9945,7 +9984,7 @@
|
|
9945
9984
|
"example": "true",
|
9946
9985
|
"member": "bool",
|
9947
9986
|
"name": "LogEnable",
|
9948
|
-
"
|
9987
|
+
"output_required": true,
|
9949
9988
|
"type": "bool",
|
9950
9989
|
"value_allowed_null": false
|
9951
9990
|
},
|
@@ -9955,7 +9994,7 @@
|
|
9955
9994
|
"example": "无",
|
9956
9995
|
"member": "LogConfig",
|
9957
9996
|
"name": "LogConfig",
|
9958
|
-
"
|
9997
|
+
"output_required": true,
|
9959
9998
|
"type": "object",
|
9960
9999
|
"value_allowed_null": true
|
9961
10000
|
},
|
@@ -9965,7 +10004,7 @@
|
|
9965
10004
|
"example": "a21",
|
9966
10005
|
"member": "string",
|
9967
10006
|
"name": "VpcId",
|
9968
|
-
"
|
10007
|
+
"output_required": true,
|
9969
10008
|
"type": "string",
|
9970
10009
|
"value_allowed_null": true
|
9971
10010
|
},
|
@@ -9975,7 +10014,7 @@
|
|
9975
10014
|
"example": "a22",
|
9976
10015
|
"member": "string",
|
9977
10016
|
"name": "SubnetId",
|
9978
|
-
"
|
10017
|
+
"output_required": true,
|
9979
10018
|
"type": "string",
|
9980
10019
|
"value_allowed_null": true
|
9981
10020
|
},
|
@@ -9985,7 +10024,7 @@
|
|
9985
10024
|
"example": "a23",
|
9986
10025
|
"member": "string",
|
9987
10026
|
"name": "Status",
|
9988
|
-
"
|
10027
|
+
"output_required": true,
|
9989
10028
|
"type": "string",
|
9990
10029
|
"value_allowed_null": false
|
9991
10030
|
},
|
@@ -9995,7 +10034,7 @@
|
|
9995
10034
|
"example": "24",
|
9996
10035
|
"member": "uint64",
|
9997
10036
|
"name": "RuntimeInSeconds",
|
9998
|
-
"
|
10037
|
+
"output_required": true,
|
9999
10038
|
"type": "int",
|
10000
10039
|
"value_allowed_null": true
|
10001
10040
|
},
|
@@ -10005,7 +10044,7 @@
|
|
10005
10044
|
"example": "a25",
|
10006
10045
|
"member": "string",
|
10007
10046
|
"name": "CreateTime",
|
10008
|
-
"
|
10047
|
+
"output_required": true,
|
10009
10048
|
"type": "string",
|
10010
10049
|
"value_allowed_null": false
|
10011
10050
|
},
|
@@ -10015,7 +10054,7 @@
|
|
10015
10054
|
"example": "a26",
|
10016
10055
|
"member": "string",
|
10017
10056
|
"name": "StartTime",
|
10018
|
-
"
|
10057
|
+
"output_required": true,
|
10019
10058
|
"type": "string",
|
10020
10059
|
"value_allowed_null": true
|
10021
10060
|
},
|
@@ -10025,7 +10064,7 @@
|
|
10025
10064
|
"example": "a27",
|
10026
10065
|
"member": "string",
|
10027
10066
|
"name": "ChargeStatus",
|
10028
|
-
"
|
10067
|
+
"output_required": true,
|
10029
10068
|
"type": "string",
|
10030
10069
|
"value_allowed_null": true
|
10031
10070
|
},
|
@@ -10035,7 +10074,7 @@
|
|
10035
10074
|
"example": "true",
|
10036
10075
|
"member": "bool",
|
10037
10076
|
"name": "RootAccess",
|
10038
|
-
"
|
10077
|
+
"output_required": true,
|
10039
10078
|
"type": "bool",
|
10040
10079
|
"value_allowed_null": false
|
10041
10080
|
},
|
@@ -10045,7 +10084,7 @@
|
|
10045
10084
|
"example": "无",
|
10046
10085
|
"member": "string",
|
10047
10086
|
"name": "BillingInfos",
|
10048
|
-
"
|
10087
|
+
"output_required": true,
|
10049
10088
|
"type": "list",
|
10050
10089
|
"value_allowed_null": true
|
10051
10090
|
},
|
@@ -10055,7 +10094,7 @@
|
|
10055
10094
|
"example": "30",
|
10056
10095
|
"member": "uint64",
|
10057
10096
|
"name": "VolumeSizeInGB",
|
10058
|
-
"
|
10097
|
+
"output_required": true,
|
10059
10098
|
"type": "int",
|
10060
10099
|
"value_allowed_null": true
|
10061
10100
|
},
|
@@ -10065,7 +10104,7 @@
|
|
10065
10104
|
"example": "a31",
|
10066
10105
|
"member": "string",
|
10067
10106
|
"name": "FailureReason",
|
10068
|
-
"
|
10107
|
+
"output_required": true,
|
10069
10108
|
"type": "string",
|
10070
10109
|
"value_allowed_null": true
|
10071
10110
|
},
|
@@ -10075,7 +10114,7 @@
|
|
10075
10114
|
"example": "PREPAID",
|
10076
10115
|
"member": "string",
|
10077
10116
|
"name": "ChargeType",
|
10078
|
-
"
|
10117
|
+
"output_required": true,
|
10079
10118
|
"type": "string",
|
10080
10119
|
"value_allowed_null": false
|
10081
10120
|
},
|
@@ -10085,7 +10124,7 @@
|
|
10085
10124
|
"example": "2核4G",
|
10086
10125
|
"member": "string",
|
10087
10126
|
"name": "InstanceTypeAlias",
|
10088
|
-
"
|
10127
|
+
"output_required": true,
|
10089
10128
|
"type": "string",
|
10090
10129
|
"value_allowed_null": true
|
10091
10130
|
},
|
@@ -10095,7 +10134,7 @@
|
|
10095
10134
|
"example": "资源组1",
|
10096
10135
|
"member": "string",
|
10097
10136
|
"name": "ResourceGroupName",
|
10098
|
-
"
|
10137
|
+
"output_required": true,
|
10099
10138
|
"type": "string",
|
10100
10139
|
"value_allowed_null": true
|
10101
10140
|
},
|
@@ -10105,7 +10144,7 @@
|
|
10105
10144
|
"example": "CFS",
|
10106
10145
|
"member": "string",
|
10107
10146
|
"name": "VolumeSourceType",
|
10108
|
-
"
|
10147
|
+
"output_required": true,
|
10109
10148
|
"type": "string",
|
10110
10149
|
"value_allowed_null": true
|
10111
10150
|
},
|
@@ -10115,7 +10154,7 @@
|
|
10115
10154
|
"example": "无",
|
10116
10155
|
"member": "CFSConfig",
|
10117
10156
|
"name": "VolumeSourceCFS",
|
10118
|
-
"
|
10157
|
+
"output_required": true,
|
10119
10158
|
"type": "object",
|
10120
10159
|
"value_allowed_null": true
|
10121
10160
|
},
|
@@ -10125,7 +10164,7 @@
|
|
10125
10164
|
"example": "[]",
|
10126
10165
|
"member": "DataConfig",
|
10127
10166
|
"name": "DataConfigs",
|
10128
|
-
"
|
10167
|
+
"output_required": true,
|
10129
10168
|
"type": "list",
|
10130
10169
|
"value_allowed_null": true
|
10131
10170
|
},
|
@@ -10135,7 +10174,7 @@
|
|
10135
10174
|
"example": "无",
|
10136
10175
|
"member": "string",
|
10137
10176
|
"name": "Message",
|
10138
|
-
"
|
10177
|
+
"output_required": true,
|
10139
10178
|
"type": "string",
|
10140
10179
|
"value_allowed_null": true
|
10141
10180
|
},
|
@@ -10145,7 +10184,7 @@
|
|
10145
10184
|
"example": "无",
|
10146
10185
|
"member": "string",
|
10147
10186
|
"name": "DataSource",
|
10148
|
-
"
|
10187
|
+
"output_required": true,
|
10149
10188
|
"type": "string",
|
10150
10189
|
"value_allowed_null": true
|
10151
10190
|
},
|
@@ -10155,7 +10194,7 @@
|
|
10155
10194
|
"example": "无",
|
10156
10195
|
"member": "ImageInfo",
|
10157
10196
|
"name": "ImageInfo",
|
10158
|
-
"
|
10197
|
+
"output_required": true,
|
10159
10198
|
"type": "object",
|
10160
10199
|
"value_allowed_null": false
|
10161
10200
|
},
|
@@ -10165,9 +10204,29 @@
|
|
10165
10204
|
"example": "无",
|
10166
10205
|
"member": "string",
|
10167
10206
|
"name": "ImageType",
|
10168
|
-
"
|
10207
|
+
"output_required": true,
|
10169
10208
|
"type": "string",
|
10170
10209
|
"value_allowed_null": true
|
10210
|
+
},
|
10211
|
+
{
|
10212
|
+
"disabled": false,
|
10213
|
+
"document": "SSH配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
10214
|
+
"example": "无",
|
10215
|
+
"member": "SSHConfig",
|
10216
|
+
"name": "SSHConfig",
|
10217
|
+
"output_required": false,
|
10218
|
+
"type": "object",
|
10219
|
+
"value_allowed_null": true
|
10220
|
+
},
|
10221
|
+
{
|
10222
|
+
"disabled": false,
|
10223
|
+
"document": "GooseFS存储配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
10224
|
+
"example": "无",
|
10225
|
+
"member": "GooseFS",
|
10226
|
+
"name": "VolumeSourceGooseFS",
|
10227
|
+
"output_required": false,
|
10228
|
+
"type": "object",
|
10229
|
+
"value_allowed_null": true
|
10171
10230
|
}
|
10172
10231
|
],
|
10173
10232
|
"usage": "out"
|
@@ -10181,7 +10240,7 @@
|
|
10181
10240
|
"example": "无",
|
10182
10241
|
"member": "string",
|
10183
10242
|
"name": "RecordId",
|
10184
|
-
"
|
10243
|
+
"output_required": true,
|
10185
10244
|
"type": "string",
|
10186
10245
|
"value_allowed_null": true
|
10187
10246
|
},
|
@@ -10191,17 +10250,17 @@
|
|
10191
10250
|
"example": "无",
|
10192
10251
|
"member": "string",
|
10193
10252
|
"name": "ImageUrl",
|
10194
|
-
"
|
10253
|
+
"output_required": true,
|
10195
10254
|
"type": "string",
|
10196
10255
|
"value_allowed_null": true
|
10197
10256
|
},
|
10198
10257
|
{
|
10199
10258
|
"disabled": false,
|
10200
|
-
"document": "
|
10259
|
+
"document": "状态。eg:creating导出中/success已完成/stopped已停止/fail异常\n注意:此字段可能返回 null,表示取不到有效值。",
|
10201
10260
|
"example": "无",
|
10202
10261
|
"member": "string",
|
10203
10262
|
"name": "Status",
|
10204
|
-
"
|
10263
|
+
"output_required": true,
|
10205
10264
|
"type": "string",
|
10206
10265
|
"value_allowed_null": true
|
10207
10266
|
},
|
@@ -10211,7 +10270,7 @@
|
|
10211
10270
|
"example": "无",
|
10212
10271
|
"member": "string",
|
10213
10272
|
"name": "CreateTime",
|
10214
|
-
"
|
10273
|
+
"output_required": true,
|
10215
10274
|
"type": "string",
|
10216
10275
|
"value_allowed_null": true
|
10217
10276
|
},
|
@@ -10221,7 +10280,7 @@
|
|
10221
10280
|
"example": "无",
|
10222
10281
|
"member": "string",
|
10223
10282
|
"name": "Message",
|
10224
|
-
"
|
10283
|
+
"output_required": true,
|
10225
10284
|
"type": "string",
|
10226
10285
|
"value_allowed_null": true
|
10227
10286
|
},
|
@@ -10231,7 +10290,7 @@
|
|
10231
10290
|
"example": "无",
|
10232
10291
|
"member": "string",
|
10233
10292
|
"name": "InstanceId",
|
10234
|
-
"
|
10293
|
+
"output_required": true,
|
10235
10294
|
"type": "string",
|
10236
10295
|
"value_allowed_null": true
|
10237
10296
|
},
|
@@ -10241,7 +10300,7 @@
|
|
10241
10300
|
"example": "[\"pytorch_py3\"]",
|
10242
10301
|
"member": "string",
|
10243
10302
|
"name": "Kernels",
|
10244
|
-
"
|
10303
|
+
"output_required": true,
|
10245
10304
|
"type": "list",
|
10246
10305
|
"value_allowed_null": true
|
10247
10306
|
}
|
@@ -10510,6 +10569,16 @@
|
|
10510
10569
|
"output_required": false,
|
10511
10570
|
"type": "object",
|
10512
10571
|
"value_allowed_null": true
|
10572
|
+
},
|
10573
|
+
{
|
10574
|
+
"disabled": false,
|
10575
|
+
"document": "GooseFS存储配置\n注意:此字段可能返回 null,表示取不到有效值。",
|
10576
|
+
"example": "无",
|
10577
|
+
"member": "GooseFS",
|
10578
|
+
"name": "VolumeSourceGooseFS",
|
10579
|
+
"output_required": false,
|
10580
|
+
"type": "object",
|
10581
|
+
"value_allowed_null": true
|
10513
10582
|
}
|
10514
10583
|
],
|
10515
10584
|
"usage": "out"
|
@@ -10746,7 +10815,7 @@
|
|
10746
10815
|
},
|
10747
10816
|
{
|
10748
10817
|
"disabled": false,
|
10749
|
-
"document": "pod
|
10818
|
+
"document": "pod状态。eg:SUBMITTING提交中、PENDING排队中、RUNNING运行中、SUCCEEDED已完成、FAILED异常、TERMINATING停止中、TERMINATED已停止\n注意:此字段可能返回 null,表示取不到有效值。",
|
10750
10819
|
"example": "无",
|
10751
10820
|
"member": "string",
|
10752
10821
|
"name": "Status",
|
@@ -10893,6 +10962,7 @@
|
|
10893
10962
|
"example": "0",
|
10894
10963
|
"member": "uint64",
|
10895
10964
|
"name": "Cpu",
|
10965
|
+
"output_required": true,
|
10896
10966
|
"required": false,
|
10897
10967
|
"type": "int",
|
10898
10968
|
"value_allowed_null": true
|
@@ -10903,26 +10973,29 @@
|
|
10903
10973
|
"example": "0",
|
10904
10974
|
"member": "uint64",
|
10905
10975
|
"name": "Memory",
|
10976
|
+
"output_required": true,
|
10906
10977
|
"required": false,
|
10907
10978
|
"type": "int",
|
10908
10979
|
"value_allowed_null": true
|
10909
10980
|
},
|
10910
10981
|
{
|
10911
10982
|
"disabled": false,
|
10912
|
-
"document": "gpu Gpu卡资源,单位为1
|
10983
|
+
"document": "gpu Gpu卡资源,单位为1/100卡,例如GpuType=T4时,1 Gpu = 1/100 T4卡 (for预付费)\n注意:此字段可能返回 null,表示取不到有效值。",
|
10913
10984
|
"example": "0",
|
10914
10985
|
"member": "uint64",
|
10915
10986
|
"name": "Gpu",
|
10987
|
+
"output_required": true,
|
10916
10988
|
"required": false,
|
10917
10989
|
"type": "int",
|
10918
10990
|
"value_allowed_null": true
|
10919
10991
|
},
|
10920
10992
|
{
|
10921
10993
|
"disabled": false,
|
10922
|
-
"document": "GpuType
|
10994
|
+
"document": "GpuType 卡类型,参考资源组上对应的卡类型。eg: H800,A800,A100,T4,P4,V100等 (for预付费)\n注意:此字段可能返回 null,表示取不到有效值。",
|
10923
10995
|
"example": "P40",
|
10924
10996
|
"member": "string",
|
10925
10997
|
"name": "GpuType",
|
10998
|
+
"output_required": true,
|
10926
10999
|
"required": false,
|
10927
11000
|
"type": "string",
|
10928
11001
|
"value_allowed_null": true
|
@@ -10933,6 +11006,7 @@
|
|
10933
11006
|
"example": "TI.S.LARGE.POST",
|
10934
11007
|
"member": "string",
|
10935
11008
|
"name": "InstanceType",
|
11009
|
+
"output_required": true,
|
10936
11010
|
"required": false,
|
10937
11011
|
"type": "string",
|
10938
11012
|
"value_allowed_null": true
|
@@ -10949,46 +11023,51 @@
|
|
10949
11023
|
"example": "PS",
|
10950
11024
|
"member": "string",
|
10951
11025
|
"name": "Role",
|
11026
|
+
"output_required": true,
|
10952
11027
|
"required": true,
|
10953
11028
|
"type": "string",
|
10954
11029
|
"value_allowed_null": false
|
10955
11030
|
},
|
10956
11031
|
{
|
10957
11032
|
"disabled": false,
|
10958
|
-
"document": "cpu
|
11033
|
+
"document": "cpu核数,使用资源组时需配置。单位:1/1000,即1000=1核",
|
10959
11034
|
"example": "1000",
|
10960
11035
|
"member": "uint64",
|
10961
11036
|
"name": "Cpu",
|
11037
|
+
"output_required": true,
|
10962
11038
|
"required": false,
|
10963
11039
|
"type": "int",
|
10964
11040
|
"value_allowed_null": false
|
10965
11041
|
},
|
10966
11042
|
{
|
10967
11043
|
"disabled": false,
|
10968
|
-
"document": "
|
11044
|
+
"document": "内存,使用资源组时需配置。单位为MB",
|
10969
11045
|
"example": "1",
|
10970
11046
|
"member": "uint64",
|
10971
11047
|
"name": "Memory",
|
11048
|
+
"output_required": true,
|
10972
11049
|
"required": false,
|
10973
11050
|
"type": "int",
|
10974
11051
|
"value_allowed_null": false
|
10975
11052
|
},
|
10976
11053
|
{
|
10977
11054
|
"disabled": false,
|
10978
|
-
"document": "gpu
|
11055
|
+
"document": "gpu卡类型,使用资源组时需配置",
|
10979
11056
|
"example": "V100",
|
10980
11057
|
"member": "string",
|
10981
11058
|
"name": "GpuType",
|
11059
|
+
"output_required": true,
|
10982
11060
|
"required": false,
|
10983
11061
|
"type": "string",
|
10984
11062
|
"value_allowed_null": false
|
10985
11063
|
},
|
10986
11064
|
{
|
10987
11065
|
"disabled": false,
|
10988
|
-
"document": "gpu
|
11066
|
+
"document": "gpu卡数,使用资源组时需配置。单位:1/100,即100=1卡",
|
10989
11067
|
"example": "1",
|
10990
11068
|
"member": "uint64",
|
10991
11069
|
"name": "Gpu",
|
11070
|
+
"output_required": true,
|
10992
11071
|
"required": false,
|
10993
11072
|
"type": "int",
|
10994
11073
|
"value_allowed_null": false
|
@@ -10999,6 +11078,7 @@
|
|
10999
11078
|
"example": "TI.GN10.2XLARGE40",
|
11000
11079
|
"member": "string",
|
11001
11080
|
"name": "InstanceType",
|
11081
|
+
"output_required": true,
|
11002
11082
|
"required": false,
|
11003
11083
|
"type": "string",
|
11004
11084
|
"value_allowed_null": false
|
@@ -11009,6 +11089,7 @@
|
|
11009
11089
|
"example": "4",
|
11010
11090
|
"member": "uint64",
|
11011
11091
|
"name": "InstanceNum",
|
11092
|
+
"output_required": true,
|
11012
11093
|
"required": false,
|
11013
11094
|
"type": "int",
|
11014
11095
|
"value_allowed_null": false
|
@@ -11019,6 +11100,7 @@
|
|
11019
11100
|
"example": "2核4G",
|
11020
11101
|
"member": "string",
|
11021
11102
|
"name": "InstanceTypeAlias",
|
11103
|
+
"output_required": true,
|
11022
11104
|
"required": false,
|
11023
11105
|
"type": "string",
|
11024
11106
|
"value_allowed_null": false
|
@@ -11029,6 +11111,7 @@
|
|
11029
11111
|
"example": "{\"Enable\": false}",
|
11030
11112
|
"member": "RDMAConfig",
|
11031
11113
|
"name": "RDMAConfig",
|
11114
|
+
"output_required": true,
|
11032
11115
|
"required": false,
|
11033
11116
|
"type": "object",
|
11034
11117
|
"value_allowed_null": true
|
@@ -12722,6 +12805,7 @@
|
|
12722
12805
|
"example": "True",
|
12723
12806
|
"member": "bool",
|
12724
12807
|
"name": "EnableInstanceRpsLimit",
|
12808
|
+
"output_required": true,
|
12725
12809
|
"required": false,
|
12726
12810
|
"type": "bool",
|
12727
12811
|
"value_allowed_null": false
|
@@ -12732,6 +12816,29 @@
|
|
12732
12816
|
"example": "300",
|
12733
12817
|
"member": "int64",
|
12734
12818
|
"name": "InstanceRpsLimit",
|
12819
|
+
"output_required": true,
|
12820
|
+
"required": false,
|
12821
|
+
"type": "int",
|
12822
|
+
"value_allowed_null": false
|
12823
|
+
},
|
12824
|
+
{
|
12825
|
+
"disabled": false,
|
12826
|
+
"document": "是否开启单实例最大并发数限制,true or false。true 则 InstanceReqLimit 必填, false 则 InstanceReqLimit 不生效",
|
12827
|
+
"example": "True",
|
12828
|
+
"member": "bool",
|
12829
|
+
"name": "EnableInstanceReqLimit",
|
12830
|
+
"output_required": true,
|
12831
|
+
"required": false,
|
12832
|
+
"type": "bool",
|
12833
|
+
"value_allowed_null": false
|
12834
|
+
},
|
12835
|
+
{
|
12836
|
+
"disabled": false,
|
12837
|
+
"document": "每个服务实例的最大并发",
|
12838
|
+
"example": "4",
|
12839
|
+
"member": "int64",
|
12840
|
+
"name": "InstanceReqLimit",
|
12841
|
+
"output_required": true,
|
12735
12842
|
"required": false,
|
12736
12843
|
"type": "int",
|
12737
12844
|
"value_allowed_null": false
|
@@ -13560,7 +13667,30 @@
|
|
13560
13667
|
},
|
13561
13668
|
"TrainingDataPoint": {
|
13562
13669
|
"document": "训练数据",
|
13563
|
-
"members": [
|
13670
|
+
"members": [
|
13671
|
+
{
|
13672
|
+
"disabled": false,
|
13673
|
+
"document": "时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
|
13674
|
+
"example": "107028221",
|
13675
|
+
"member": "uint64",
|
13676
|
+
"name": "Timestamp",
|
13677
|
+
"output_required": true,
|
13678
|
+
"required": false,
|
13679
|
+
"type": "int",
|
13680
|
+
"value_allowed_null": true
|
13681
|
+
},
|
13682
|
+
{
|
13683
|
+
"disabled": false,
|
13684
|
+
"document": "训练上报的值。可以为训练指标(双精度浮点数,也可以为Epoch/Step(两者皆保证是整数)\n注意:此字段可能返回 null,表示取不到有效值。",
|
13685
|
+
"example": "22.12",
|
13686
|
+
"member": "float",
|
13687
|
+
"name": "Value",
|
13688
|
+
"output_required": true,
|
13689
|
+
"required": false,
|
13690
|
+
"type": "float",
|
13691
|
+
"value_allowed_null": true
|
13692
|
+
}
|
13693
|
+
],
|
13564
13694
|
"usage": "both"
|
13565
13695
|
},
|
13566
13696
|
"TrainingMetric": {
|
@@ -14492,7 +14622,7 @@
|
|
14492
14622
|
},
|
14493
14623
|
{
|
14494
14624
|
"disabled": false,
|
14495
|
-
"document": "任务状态,eg:
|
14625
|
+
"document": "任务状态,eg:SUBMITTING提交中、PENDING排队中、\nSTARTING启动中、RUNNING运行中、STOPPING停止中、STOPPED已停止、FAILED异常、SUCCEED已完成",
|
14496
14626
|
"example": "无",
|
14497
14627
|
"member": "string",
|
14498
14628
|
"name": "Status",
|