Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateEvaluation C# (CSharp) Method

EndCreateEvaluation() public method

Finishes the asynchronous execution of the CreateEvaluation operation.
public EndCreateEvaluation ( IAsyncResult asyncResult ) : CreateEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateEvaluation.
return CreateEvaluationResponse
        public  CreateEvaluationResponse EndCreateEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient