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

EndCreateRealtimeEndpoint() 공개 메소드

Finishes the asynchronous execution of the CreateRealtimeEndpoint operation.
public EndCreateRealtimeEndpoint ( IAsyncResult asyncResult ) : CreateRealtimeEndpointResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateRealtimeEndpoint.
리턴 CreateRealtimeEndpointResponse
        public  CreateRealtimeEndpointResponse EndCreateRealtimeEndpoint(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateRealtimeEndpointResponse>(asyncResult);
        }
AmazonMachineLearningClient