MCPcopy Create free account
hub / github.com/awslabs/gap-text2sql / InferConfig

Class InferConfig

rat-sql-gap/run.py:23–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22@attr.s
23class InferConfig:
24 config = attr.ib()
25 config_args = attr.ib()
26 logdir = attr.ib()
27 section = attr.ib()
28 beam_size = attr.ib()
29 output = attr.ib()
30 step = attr.ib()
31 use_heuristic = attr.ib(default=False)
32 mode = attr.ib(default="infer")
33 limit = attr.ib(default=None)
34 output_history = attr.ib(default=False)
35
36@attr.s
37class EvalConfig:

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected