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

Method CreateSuccessfully

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

Source from the content-addressed store, hash-verified

430}
431
432func (j *JobType) CreateSuccessfully() string {
433 return "Create" + j.Name + "Successfully"
434}
435
436func (j *JobType) DoJobSuccessfully() string {
437 return "Do" + j.Name + "Successfully"

Callers 2

CreateResourceMethod · 0.45
CreateJobOptionsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected