yuxiqian commented on code in PR #4394:
URL: https://github.com/apache/flink-cdc/pull/4394#discussion_r3245710598
##########
flink-cdc-cli/src/main/java/org/apache/flink/cdc/cli/parser/YamlPipelineDefinitionParser.java:
##########
@@ -96,9 +97,8 @@ public class YamlPipelineDefinitionParser implements
PipelineDefinitionParser {
private static final String UDF_OPTIONS_KEY = "options";
// Model related keys
- private static final String MODEL_NAME_KEY = "model-name";
-
- private static final String MODEL_CLASS_NAME_KEY = "class-name";
+ private static final String MODEL_NAME_KEY = "name";
+ private static final String MODEL_TYPE_KEY = "type";
Review Comment:
Intended, it's a breaking change of previous AI function & model API.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]