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

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

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