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

EndDescribeBatchPredictions() 공개 메소드

Finishes the asynchronous execution of the DescribeBatchPredictions operation.
public EndDescribeBatchPredictions ( IAsyncResult asyncResult ) : DescribeBatchPredictionsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeBatchPredictions.
리턴 DescribeBatchPredictionsResponse
        public  DescribeBatchPredictionsResponse EndDescribeBatchPredictions(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeBatchPredictionsResponse>(asyncResult);
        }
AmazonMachineLearningClient