This is an automated email from the ASF dual-hosted git repository.

yongzao pushed a commit to branch expire-ain
in repository https://gitbox.apache.org/repos/asf/iotdb.git

commit 02794e5d682caa1f2c00eab61e1b8f3f3cc8d193
Author: Yongzao <[email protected]>
AuthorDate: Wed Jul 16 17:50:48 2025 +0800

    Update ainode.thrift
---
 iotdb-protocol/thrift-ainode/src/main/thrift/ainode.thrift | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/iotdb-protocol/thrift-ainode/src/main/thrift/ainode.thrift 
b/iotdb-protocol/thrift-ainode/src/main/thrift/ainode.thrift
index 148b2d8d49b..b8d08ff2688 100644
--- a/iotdb-protocol/thrift-ainode/src/main/thrift/ainode.thrift
+++ b/iotdb-protocol/thrift-ainode/src/main/thrift/ainode.thrift
@@ -25,16 +25,18 @@ struct TDeleteModelReq {
   1: required string modelId
 }
 
-struct TAIHeartbeatReq{
+struct TAIHeartbeatReq {
   1: required i64 heartbeatTimestamp
   2: required bool needSamplingLoad
+  3: optional bool activated
 }
 
-struct TAIHeartbeatResp{
+struct TAIHeartbeatResp {
   1: required i64 heartbeatTimestamp
   2: required string status
   3: optional string statusReason
   4: optional common.TLoadSample loadSample
+  5: optional string activateStatus
 }
 
 struct TRegisterModelReq {

Reply via email to