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

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

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