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

Method Exec

master/test/streamdata/stream_data.go:16–16  ·  view source on GitHub ↗
(ctx context.Context, dest ...interface{})

Source from the content-addressed store, hash-verified

14// ExecutableQuery an interface that requires queries of this type to have an exec function.
15type ExecutableQuery interface {
16 Exec(ctx context.Context, dest ...interface{}) (sql.Result, error)
17}
18
19// GetAddProjectQuery constructs a query to create a new project in the db.

Callers 15

TestTrialProtoTaskIDsFunction · 0.80
TestTrialLogsFunction · 0.80
TestTrialLogFieldsFunction · 0.80
TestGetTrialByExternalIDFunction · 0.80
completeTrialsandTasksFunction · 0.80
completeExpFunction · 0.80
PatchCheckpointsMethod · 0.80
cleanupWorkspacesFunction · 0.80

Calls

no outgoing calls

Tested by 15

TestTrialProtoTaskIDsFunction · 0.64
TestTrialLogsFunction · 0.64
TestTrialLogFieldsFunction · 0.64
TestGetTrialByExternalIDFunction · 0.64
completeTrialsandTasksFunction · 0.64
completeExpFunction · 0.64
cleanupWorkspacesFunction · 0.64