MCPcopy Create free account
hub / github.com/docker/model-test / BatchAnalysisReport

Struct BatchAnalysisReport

cmd/analyze-batch/main.go:43–48  ·  view source on GitHub ↗

BatchAnalysisReport represents the complete analysis report

Source from the content-addressed store, hash-verified

41
42// BatchAnalysisReport represents the complete analysis report
43type BatchAnalysisReport struct {
44 BatchDirectories []string `json:"batch_directories"`
45 AnalysisDate time.Time `json:"analysis_date"`
46 Models []ModelAnalysis `json:"models"`
47 Summary string `json:"summary"`
48}
49
50func main() {
51 var (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected