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

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

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

            return InvokeAsync<DeleteMLModelRequest,DeleteMLModelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::DeleteMLModelAsync ( string mlModelId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient