Explorar o código

Update Nlp Automl SDK.

sdk-team %!s(int64=6) %!d(string=hai) anos
pai
achega
9f07166f59
Modificáronse 2 ficheiros con 3 adicións e 3 borrados
  1. 3 0
      ChangeLog.txt
  2. 0 3
      services/nlp_automl/get_predict_result.go

+ 3 - 0
ChangeLog.txt

@@ -1,3 +1,6 @@
+2019-11-21 Version: 1.60.256
+- Update Nlp Automl SDK.
+
 2019-11-21 Version: 1.60.255
 - Add OpenAPI DescribeAvailableResourceInfo.
 - Deprecated OpenApi DescribeAvailableResource.

+ 0 - 3
services/nlp_automl/get_predict_result.go

@@ -88,9 +88,6 @@ type GetPredictResultResponse struct {
 	*responses.BaseResponse
 	RequestId string `json:"RequestId" xml:"RequestId"`
 	Content   string `json:"Content" xml:"Content"`
-	Code      int    `json:"Code" xml:"Code"`
-	Message   string `json:"Message" xml:"Message"`
-	Success   bool   `json:"Success" xml:"Success"`
 }
 
 // CreateGetPredictResultRequest creates a request to invoke GetPredictResult API