Amazon.MachineLearning.AmazonMachineLearningClient.EndCreateMLModel C# (CSharp) Метод

EndCreateMLModel() публичный Метод

Finishes the asynchronous execution of the CreateMLModel operation.
public EndCreateMLModel ( IAsyncResult asyncResult ) : CreateMLModelResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginCreateMLModel.
Результат CreateMLModelResponse
        public  CreateMLModelResponse EndCreateMLModel(IAsyncResult asyncResult)
        {
            return EndInvoke<CreateMLModelResponse>(asyncResult);
        }
AmazonMachineLearningClient