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

Struct ModelFileInfo

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

ModelFileInfo holds files and their batch source for a model

Source from the content-addressed store, hash-verified

103
104// ModelFileInfo holds files and their batch source for a model
105type ModelFileInfo struct {
106 files []string
107 batchSource string
108}
109
110// analyzeBatches analyzes all result files across multiple batch directories
111func analyzeBatches(batchDirs []string) (*BatchAnalysisReport, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected