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

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

Initiates the asynchronous execution of the CreateMLModel operation.
public CreateMLModelAsync ( CreateMLModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request Amazon.MachineLearning.Model.CreateMLModelRequest Container for the necessary parameters to execute the CreateMLModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<CreateMLModelResponse> CreateMLModelAsync(CreateMLModelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new CreateMLModelRequestMarshaller();
            var unmarshaller = CreateMLModelResponseUnmarshaller.Instance;

            return InvokeAsync<CreateMLModelRequest,CreateMLModelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }
AmazonMachineLearningClient