File tree 3 files changed +7
-1
lines changed
3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ## 1.8.16 - 2019-12-20
4
+ - Supported Search stream predict task list use modelId for IVISION.
5
+
6
+
3
7
## 1.8.15 - 2019-12-20
4
8
- Add result value for OnsConsumerStatus.
5
9
Original file line number Diff line number Diff line change @@ -163,6 +163,8 @@ class DescribeStreamPredictResult extends Rpc
163
163
* @method $this withPageSize($value)
164
164
* @method string getShowLog()
165
165
* @method $this withShowLog($value)
166
+ * @method string getModelId()
167
+ * @method $this withModelId($value)
166
168
* @method string getCurrentPage()
167
169
* @method $this withCurrentPage($value)
168
170
* @method string getOwnerId()
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ class Release
16
16
/**
17
17
* Version of the SDK
18
18
*/
19
- const VERSION = '1.8.15 ' ;
19
+ const VERSION = '1.8.16 ' ;
20
20
21
21
/**
22
22
* @param Event $event
You can’t perform that action at this time.
0 commit comments