MCPcopy Create free account
hub / github.com/DataArcTech/DataArc-SynData-Toolkit / execute

Method execute

sdgsystem/tasks/base.py:16–17  ·  view source on GitHub ↗
(self, reporter=None)

Source from the content-addressed store, hash-verified

14
15 @abstractmethod
16 def execute(self, reporter=None) -> Dataset:
17 pass
18
19
20class BaseSynthesisTaskExecutor(ABC):

Callers 6

_validate_samplesMethod · 0.45
rewriteMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
generateMethod · 0.45
run_generationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected