Amazon.MachineLearning.AmazonMachineLearningClient.EndPredict C# (CSharp) Method

EndPredict() public method

Finishes the asynchronous execution of the Predict operation.
public EndPredict ( IAsyncResult asyncResult ) : PredictResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginPredict.
return PredictResponse
        public  PredictResponse EndPredict(IAsyncResult asyncResult)
        {
            return EndInvoke<PredictResponse>(asyncResult);
        }
AmazonMachineLearningClient