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