Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DeleteArgs ¶
type DeleteArgs struct {
Namespace string
}
type SubmitArgs ¶
type SubmitArgs struct { Name string `yaml:"name"` Namespace string `yaml:"namespace"` NumWorkers int `yaml:"numWorkers"` GitUrl string `yaml:"gitUrl"` LocalUrl string `yaml:"localUrl"` GitRepoName string `yaml:"gitRepoName"` WorkDir string `yaml:"workDir"` Commands []string `yaml:"commands"` PipInstall bool `yaml:"pipInstall"` GpuPerWorker int `yaml:"gpuPerWorker"` Gang bool `yaml:"gang"` GangSchedulerName string `yaml:"gangSchedulerName"` }
Click to show internal directories.
Click to hide internal directories.