Browse Source

Generated 2019-03-08 for ivision.

sdk-team 6 years ago
parent
commit
66d58cfee0
2 changed files with 5 additions and 0 deletions
  1. 4 0
      ChangeLog.txt
  2. 1 0
      services/ivision/describe_stream_predicts.go

+ 4 - 0
ChangeLog.txt

@@ -1,3 +1,7 @@
+2019-12-20 Version: v1.60.300
+- Generated 2019-03-08 for `ivision`.
+- Supported Search stream predict task list use modelId for IVISION.
+
 2019-12-20 Version: v1.60.299
 - Generated 2019-02-14 for `Ons`.
 - Add result value for OnsConsumerStatus.

+ 1 - 0
services/ivision/describe_stream_predicts.go

@@ -80,6 +80,7 @@ type DescribeStreamPredictsRequest struct {
 	PredictIds    string           `position:"Query" name:"PredictIds"`
 	PageSize      requests.Integer `position:"Query" name:"PageSize"`
 	ShowLog       string           `position:"Query" name:"ShowLog"`
+	ModelId       string           `position:"Query" name:"ModelId"`
 	CurrentPage   requests.Integer `position:"Query" name:"CurrentPage"`
 	OwnerId       requests.Integer `position:"Query" name:"OwnerId"`
 }