Amazon.MachineLearning.AmazonMachineLearningClient.EndDescribeBatchPredictions C# (CSharp) Метод

EndDescribeBatchPredictions() публичный Метод

Finishes the asynchronous execution of the DescribeBatchPredictions operation.
public EndDescribeBatchPredictions ( IAsyncResult asyncResult ) : DescribeBatchPredictionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBatchPredictions.
Результат DescribeBatchPredictionsResponse
        public  DescribeBatchPredictionsResponse EndDescribeBatchPredictions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeBatchPredictionsResponse>(asyncResult);
        }
AmazonMachineLearningClient