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

EndCreateMLModel() 공개 메소드

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