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

EndDeleteBatchPrediction() public method

Finishes the asynchronous execution of the DeleteBatchPrediction operation.
public EndDeleteBatchPrediction ( IAsyncResult asyncResult ) : DeleteBatchPredictionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBatchPrediction.
return DeleteBatchPredictionResponse
        public  DeleteBatchPredictionResponse EndDeleteBatchPrediction(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBatchPredictionResponse>(asyncResult);
        }
AmazonMachineLearningClient