MCPcopy
hub / github.com/treeverse/dvc / ExecutorResult

Class ExecutorResult

dvc/repo/experiments/executor/base.py:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46
47class ExecutorResult(NamedTuple):
48 exp_hash: Optional[str]
49 ref_info: Optional["ExpRefInfo"]
50 force: bool
51
52
53class TaskStatus(IntEnum):

Callers 4

resultMethod · 0.85
from_infoMethod · 0.85
saveMethod · 0.85
reproduceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected