Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateEvaluation C# (CSharp) Метод

EndCreateEvaluation() публичный Метод

Finishes the asynchronous execution of the CreateEvaluation operation.
public EndCreateEvaluation ( IAsyncResult asyncResult ) : CreateEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEvaluation.
Результат CreateEvaluationResponse
        public  CreateEvaluationResponse EndCreateEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient