ksyun-sdk-node 1.5.11 → 1.5.12
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.
- package/dist/service/Aicp/v20240612/index.js +6 -6
- package/dist/service/Aicp/v20251212/index.js +1 -1
- package/dist/service/Epc/v20151101/index.js +1682 -1682
- package/dist/service/Sks/v20151101/index.js +74 -74
- package/dist/service/Vpc/v20160304/index.js +1777 -1777
- package/package.json +1 -1
- package/src/service/Aicp/v20240612/index.js +6 -6
- package/src/service/Aicp/v20251212/index.js +1 -1
- package/src/service/Epc/v20151101/index.js +2084 -2087
- package/src/service/Sks/v20151101/index.js +101 -101
- package/src/service/Vpc/v20160304/index.js +2437 -2438
|
@@ -70,7 +70,7 @@ module.exports = class Client extends BaseClient {
|
|
|
70
70
|
ImageId: "String",
|
|
71
71
|
QueueName: "String",
|
|
72
72
|
GPUType: "String",
|
|
73
|
-
GPUNumber: "
|
|
73
|
+
GPUNumber: "String",
|
|
74
74
|
CPUNum: "Int",
|
|
75
75
|
Memory: "Int",
|
|
76
76
|
AccessType: "String",
|
|
@@ -147,7 +147,7 @@ module.exports = class Client extends BaseClient {
|
|
|
147
147
|
ResourcePoolId: "String",
|
|
148
148
|
QueueName: "String",
|
|
149
149
|
GPUType: "String",
|
|
150
|
-
GPUNumber: "
|
|
150
|
+
GPUNumber: "String",
|
|
151
151
|
CPUNum: "Int",
|
|
152
152
|
Memory: "Int",
|
|
153
153
|
AccessType: "String",
|
|
@@ -367,7 +367,7 @@ module.exports = class Client extends BaseClient {
|
|
|
367
367
|
paramsType: {
|
|
368
368
|
Name: "String",
|
|
369
369
|
Description: "String",
|
|
370
|
-
ProjectId: "
|
|
370
|
+
ProjectId: "Long",
|
|
371
371
|
AssociatedModelIds: "Array",
|
|
372
372
|
AllAssociatedModel: "Boolean",
|
|
373
373
|
AllowedIps: "Array"
|
|
@@ -424,8 +424,8 @@ module.exports = class Client extends BaseClient {
|
|
|
424
424
|
}
|
|
425
425
|
},
|
|
426
426
|
paramsType: {
|
|
427
|
-
StartTimestamp: "
|
|
428
|
-
EndTimestamp: "
|
|
427
|
+
StartTimestamp: "Long",
|
|
428
|
+
EndTimestamp: "Long",
|
|
429
429
|
MaxResults: "Int",
|
|
430
430
|
Keyword: "String",
|
|
431
431
|
GroupBy: "String",
|
|
@@ -529,7 +529,7 @@ module.exports = class Client extends BaseClient {
|
|
|
529
529
|
JobDesc: "String",
|
|
530
530
|
ApikeyId: "String",
|
|
531
531
|
Model: "String",
|
|
532
|
-
ExecuteTimeoutMs: "
|
|
532
|
+
ExecuteTimeoutMs: "Long",
|
|
533
533
|
InputDataType: "String",
|
|
534
534
|
Ks3Region: "String",
|
|
535
535
|
Ks3Ak: "String",
|
|
@@ -44,7 +44,7 @@ module.exports = class Client extends BaseClient {
|
|
|
44
44
|
Framework: "String",
|
|
45
45
|
AccessType: "String",
|
|
46
46
|
SelfHealing: "Boolean",
|
|
47
|
-
MaxRuntimeHour: "
|
|
47
|
+
MaxRuntimeHour: "Long",
|
|
48
48
|
JobRunOnCPU: "Boolean",
|
|
49
49
|
SupportTensorboard: "Boolean",
|
|
50
50
|
StorageConfigs: "Array",
|