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

EndCreateBatchPrediction() public method

Finishes the asynchronous execution of the CreateBatchPrediction operation.
public EndCreateBatchPrediction ( IAsyncResult asyncResult ) : CreateBatchPredictionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBatchPrediction.
return CreateBatchPredictionResponse
        public  CreateBatchPredictionResponse EndCreateBatchPrediction(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBatchPredictionResponse>(asyncResult);
        }
AmazonMachineLearningClient