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

EndUpdateMLModel() 공개 메소드

Finishes the asynchronous execution of the UpdateMLModel operation.
public EndUpdateMLModel ( IAsyncResult asyncResult ) : UpdateMLModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateMLModel.
리턴 UpdateMLModelResponse
        public  UpdateMLModelResponse EndUpdateMLModel(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateMLModelResponse>(asyncResult);
        }
AmazonMachineLearningClient