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

EndUpdateEvaluation() 공개 메소드

Finishes the asynchronous execution of the UpdateEvaluation operation.
public EndUpdateEvaluation ( IAsyncResult asyncResult ) : UpdateEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateEvaluation.
리턴 UpdateEvaluationResponse
        public  UpdateEvaluationResponse EndUpdateEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient