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

Interface Action

master/pkg/searcher/actions.go:12–14  ·  view source on GitHub ↗

Action is an action that a searcher would like to perform.

Source from the content-addressed store, hash-verified

10
11// Action is an action that a searcher would like to perform.
12type Action interface {
13 searcherAction()
14}
15
16// Create is a directive from the searcher to create a new run.
17type Create struct {

Callers

nothing calls this directly

Implementers 3

Createmaster/pkg/searcher/actions.go
Stopmaster/pkg/searcher/actions.go
Shutdownmaster/pkg/searcher/actions.go

Calls

no outgoing calls

Tested by

no test coverage detected