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

DescribeBatchPredictions() private method

private DescribeBatchPredictions ( DescribeBatchPredictionsRequest request ) : DescribeBatchPredictionsResponse
request DescribeBatchPredictionsRequest
return DescribeBatchPredictionsResponse
        internal DescribeBatchPredictionsResponse DescribeBatchPredictions(DescribeBatchPredictionsRequest request)
        {
            var marshaller = new DescribeBatchPredictionsRequestMarshaller();
            var unmarshaller = DescribeBatchPredictionsResponseUnmarshaller.Instance;

            return Invoke<DescribeBatchPredictionsRequest,DescribeBatchPredictionsResponse>(request, marshaller, unmarshaller);
        }
AmazonMachineLearningClient