Merged
Conversation
W1y1r
suggested changes
Mar 11, 2025
Contributor
There was a problem hiding this comment.
步骤还是有点随意,参考下面 改成这样吧
- 打开 IoTDB cli 控制台,检查 ConfigNode、DataNode、AINode 节点确保均为 Running
检查命令:
show cluster
2. 模型文件存放路径:推荐放在 AINode 安装包相同文件夹下,可新建模型文件夹存放模型文件
3. 注册模型语句:
create model <model_name> using uri <uri>示例:
create model Timer using uri "file:///data/ainode/Timer"注意:导入 Timer 模型时名称需命名为“Timer”,否则无法被可视化控制台识别。
4.使用上述检查命令,检查模型是否注册成功

3b25873 to
d6fca6a
Compare
leto-b
added a commit
to leto-b/iotdb-docs
that referenced
this pull request
Mar 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
add ainode timer in 2.0.x tree