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

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

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

            return InvokeAsync<GetMLModelRequest,GetMLModelResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::GetMLModelAsync ( string mlModelId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient::GetMLModelAsync ( string mlModelId, bool verbose, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient