Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateMLModel C# (CSharp) Method

EndCreateMLModel() public method

Finishes the asynchronous execution of the CreateMLModel operation.
public EndCreateMLModel ( IAsyncResult asyncResult ) : CreateMLModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMLModel.
return CreateMLModelResponse
        public  CreateMLModelResponse EndCreateMLModel(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateMLModelResponse>(asyncResult);
        }
AmazonMachineLearningClient