Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
424
func
(j *JobType) ErrorCreateJob() string {
425
return
"ErrorCreate"
+ string(j.Name)
426
}
427
428
func
(j *JobType) ErrorDoJob() string {
429
return
"ErrorDo"
+ string(j.Name)
Callers
1
CreateJobOptions
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected