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.
@@ -70,7 +70,7 @@ module.exports = class Client extends BaseClient {
70
70
  ImageId: "String",
71
71
  QueueName: "String",
72
72
  GPUType: "String",
73
- GPUNumber: "Int",
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: "Int",
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: "Int",
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: "Int",
428
- EndTimestamp: "Int",
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: "Int",
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: "Int",
47
+ MaxRuntimeHour: "Long",
48
48
  JobRunOnCPU: "Boolean",
49
49
  SupportTensorboard: "Boolean",
50
50
  StorageConfigs: "Array",