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

EndGetEvaluation() 공개 메소드

Finishes the asynchronous execution of the GetEvaluation operation.
public EndGetEvaluation ( IAsyncResult asyncResult ) : GetEvaluationResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginGetEvaluation.
리턴 GetEvaluationResponse
        public  GetEvaluationResponse EndGetEvaluation(IAsyncResult asyncResult)
        {
            return EndInvoke<GetEvaluationResponse>(asyncResult);
        }
AmazonMachineLearningClient