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

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

Initiates the asynchronous execution of the UpdateMLModel operation.
public UpdateMLModelAsync ( UpdateMLModelRequest request, System cancellationToken = default(CancellationToken) ) : Task
request UpdateMLModelRequest Container for the necessary parameters to execute the UpdateMLModel operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
Результат Task
        public Task<UpdateMLModelResponse> UpdateMLModelAsync(UpdateMLModelRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new UpdateMLModelRequestMarshaller();
            var unmarshaller = UpdateMLModelResponseUnmarshaller.Instance;

            return InvokeAsync<UpdateMLModelRequest,UpdateMLModelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::UpdateMLModelAsync ( string mlModelId, string mlModelName, float scoreThreshold, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient