Amazon.MachineLearning.AmazonMachineLearningClient.EndPredict C# (CSharp) 메소드

EndPredict() 공개 메소드

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