MCPcopy Create free account
hub / github.com/PaddlePaddle/PaddleCloud / ErrorCreateJob

Method ErrorCreateJob

pkg/sampleset/ctrls/base_controller.go:424–426  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422}
423
424func (j *JobType) ErrorCreateJob() string {
425 return "ErrorCreate" + string(j.Name)
426}
427
428func (j *JobType) ErrorDoJob() string {
429 return "ErrorDo" + string(j.Name)

Callers 1

CreateJobOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected