File tree Expand file tree Collapse file tree 2 files changed +8
-208
lines changed
ads/opctl/operator/lowcode/forecast Expand file tree Collapse file tree 2 files changed +8
-208
lines changed Original file line number Diff line number Diff line change @@ -32,13 +32,14 @@ def init(**kwargs: Dict) -> str:
32
32
str
33
33
The YAML specification generated based on the schema.
34
34
"""
35
- logger .info ("==== Forecasting related options ====" )
36
-
37
- model_type = click .prompt (
38
- "Provide a model type:" ,
39
- type = click .Choice (SupportedModels .values ()),
40
- default = SupportedModels .Auto ,
41
- )
35
+ # logger.info("==== Forecasting related options ====")
36
+
37
+ # model_type = click.prompt(
38
+ # "Provide a model type:",
39
+ # type=click.Choice(SupportedModels.values()),
40
+ # default=SupportedModels.Auto,
41
+ # )
42
+ model_type = "auto"
42
43
43
44
return YamlGenerator (
44
45
schema = _load_yaml_from_uri (__file__ .replace ("cmd.py" , "schema.yaml" ))
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments