Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateBatchPrediction C# (CSharp) Méthode

EndCreateBatchPrediction() public méthode

Finishes the asynchronous execution of the CreateBatchPrediction operation.
public EndCreateBatchPrediction ( IAsyncResult asyncResult ) : CreateBatchPredictionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateBatchPrediction.
Résultat CreateBatchPredictionResponse
        public  CreateBatchPredictionResponse EndCreateBatchPrediction(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateBatchPredictionResponse>(asyncResult);
        }
AmazonMachineLearningClient