Amazon.MachineLearning.AmazonMachineLearningClient.GetEvaluationAsync C# (CSharp) Method

GetEvaluationAsync() public method

Initiates the asynchronous execution of the GetEvaluation operation.
public GetEvaluationAsync ( GetEvaluationRequest request, System cancellationToken = default(CancellationToken) ) : Task
request GetEvaluationRequest Container for the necessary parameters to execute the GetEvaluation operation.
cancellationToken System /// A cancellation token that can be used by other objects or threads to receive notice of cancellation. ///
return Task
        public Task<GetEvaluationResponse> GetEvaluationAsync(GetEvaluationRequest request, System.Threading.CancellationToken cancellationToken = default(CancellationToken))
        {
            var marshaller = new GetEvaluationRequestMarshaller();
            var unmarshaller = GetEvaluationResponseUnmarshaller.Instance;

            return InvokeAsync<GetEvaluationRequest,GetEvaluationResponse>(request, marshaller, 
                unmarshaller, cancellationToken);
        }

Same methods

AmazonMachineLearningClient::GetEvaluationAsync ( string evaluationId, System cancellationToken = default(CancellationToken) ) : Task
AmazonMachineLearningClient