Browse Source

优化数据调度代码

pull/52/head
JeshuaRen 8 months ago
parent
commit
e85760ff14
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      sdks/pcmscheduler/models.go

+ 2
- 2
sdks/pcmscheduler/models.go View File

@@ -56,8 +56,8 @@ const (
ParentType = "parent" ParentType = "parent"


PlatformSugon = "sugon" PlatformSugon = "sugon"
PlatformOpenI = "openi"
PlatformModelArts = "modelarts"
PlatformOpenI = "OpenI"
PlatformModelArts = "ModelArts"


URL = "url" URL = "url"
ID = "id" ID = "id"


Loading…
Cancel
Save