Amazon.MachineLearning.AmazonMachineLearningClient.EndDeleteBatchPrediction C# (CSharp) 메소드

EndDeleteBatchPrediction() 공개 메소드

Finishes the asynchronous execution of the DeleteBatchPrediction operation.
public EndDeleteBatchPrediction ( IAsyncResult asyncResult ) : DeleteBatchPredictionResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteBatchPrediction.
리턴 DeleteBatchPredictionResponse
        public  DeleteBatchPredictionResponse EndDeleteBatchPrediction(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteBatchPredictionResponse>(asyncResult);
        }
AmazonMachineLearningClient