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

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

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