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

EndDescribeEvaluations() 공개 메소드

Finishes the asynchronous execution of the DescribeEvaluations operation.
public EndDescribeEvaluations ( IAsyncResult asyncResult ) : DescribeEvaluationsResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDescribeEvaluations.
리턴 DescribeEvaluationsResponse
        public  DescribeEvaluationsResponse EndDescribeEvaluations(IAsyncResult asyncResult)
        {
            return EndInvoke<DescribeEvaluationsResponse>(asyncResult);
        }
AmazonMachineLearningClient