Browse Source

查询绑定接口增加筛选条件

pull/52/head
JeshuaRen 7 months ago
parent
commit
101de1ad57
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sdks/pcmscheduler/models.go

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

@@ -69,7 +69,7 @@ const (


PlatformPCM = "PCM" PlatformPCM = "PCM"
PlatformPCMInference = "PCM_Inference" PlatformPCMInference = "PCM_Inference"
PlatformHPC = "HPC"
PlatformHPC = "HPCSlurm"


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


Loading…
Cancel
Save