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

EndDeleteMLModel() 공개 메소드

Finishes the asynchronous execution of the DeleteMLModel operation.
public EndDeleteMLModel ( IAsyncResult asyncResult ) : DeleteMLModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteMLModel.
리턴 DeleteMLModelResponse
        public  DeleteMLModelResponse EndDeleteMLModel(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteMLModelResponse>(asyncResult);
        }
AmazonMachineLearningClient