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

EndDescribeBatchPredictions() public method

Finishes the asynchronous execution of the DescribeBatchPredictions operation.
public EndDescribeBatchPredictions ( IAsyncResult asyncResult ) : DescribeBatchPredictionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBatchPredictions.
return DescribeBatchPredictionsResponse
        public  DescribeBatchPredictionsResponse EndDescribeBatchPredictions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeBatchPredictionsResponse>(asyncResult);
        }
AmazonMachineLearningClient