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