Skip to content

Commit 5869411

Browse files
committed
Supported Search stream predict task list use modelId for IVISION.
1 parent a155fed commit 5869411

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 1.8.16 - 2019-12-20
4+
- Supported Search stream predict task list use modelId for IVISION.
5+
6+
37
## 1.8.15 - 2019-12-20
48
- Add result value for OnsConsumerStatus.
59

src/Ivision/V20190308/IvisionApiResolver.php

+2
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,8 @@ class DescribeStreamPredictResult extends Rpc
163163
* @method $this withPageSize($value)
164164
* @method string getShowLog()
165165
* @method $this withShowLog($value)
166+
* @method string getModelId()
167+
* @method $this withModelId($value)
166168
* @method string getCurrentPage()
167169
* @method $this withCurrentPage($value)
168170
* @method string getOwnerId()

src/Release.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class Release
1616
/**
1717
* Version of the SDK
1818
*/
19-
const VERSION = '1.8.15';
19+
const VERSION = '1.8.16';
2020

2121
/**
2222
* @param Event $event

0 commit comments

Comments
 (0)