MCPcopy
hub / github.com/determined-ai/determined / Stop

Struct Stop

master/pkg/searcher/actions.go:46–48  ·  view source on GitHub ↗

Stop is a directive from the searcher to stop a run.

Source from the content-addressed store, hash-verified

44
45// Stop is a directive from the searcher to stop a run.
46type Stop struct {
47 RequestID model.RequestID `json:"request_id"`
48}
49
50// SearcherAction (Stop) implements SearcherAction.
51func (Stop) searcherAction() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected