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

GetEvaluation() приватный Метод

private GetEvaluation ( GetEvaluationRequest request ) : GetEvaluationResponse
request GetEvaluationRequest
Результат GetEvaluationResponse
        internal GetEvaluationResponse GetEvaluation(GetEvaluationRequest request)
        {
            var marshaller = new GetEvaluationRequestMarshaller();
            var unmarshaller = GetEvaluationResponseUnmarshaller.Instance;

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

Same methods

AmazonMachineLearningClient::GetEvaluation ( string evaluationId ) : GetEvaluationResponse
AmazonMachineLearningClient