|
|
@@ -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
|