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

Method AddTaskLogs

master/internal/api_tasks.go:407–407  ·  view source on GitHub ↗
([]*model.TaskLog)

Source from the content-addressed store, hash-verified

405 taskID model.TaskID, limit int, filters []api.Filter, order apiv1.OrderBy, state interface{},
406 ) ([]*model.TaskLog, interface{}, error)
407 AddTaskLogs([]*model.TaskLog) error
408 TaskLogsCount(taskID model.TaskID, filters []api.Filter) (int, error)
409 TaskLogsFields(taskID model.TaskID) (*apiv1.TaskLogsFieldsResponse, error)
410 DeleteTaskLogs(taskIDs []model.TaskID) error

Callers 9

TestTrialLogsBackportedFunction · 0.65
TestTrialLogsFunction · 0.65
TestTrialLogFieldsFunction · 0.65
postTaskLogsMethod · 0.65
PostTaskLogsMethod · 0.65

Implementers 2

Elasticmaster/internal/elastic/elastic.go
PgDBmaster/internal/db/postgres.go

Calls

no outgoing calls

Tested by 7

TestTrialLogsBackportedFunction · 0.52
TestTrialLogsFunction · 0.52
TestTrialLogFieldsFunction · 0.52