Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
47
class
ExecutorResult(NamedTuple):
48
exp_hash: Optional[str]
49
ref_info: Optional[
"ExpRefInfo"
]
50
force: bool
51
52
53
class
TaskStatus(IntEnum):
Callers
4
result
Method · 0.85
from_info
Method · 0.85
save
Method · 0.85
reproduce
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected