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

GetBatchPrediction() private method

private GetBatchPrediction ( GetBatchPredictionRequest request ) : GetBatchPredictionResponse
request GetBatchPredictionRequest
return GetBatchPredictionResponse
        internal GetBatchPredictionResponse GetBatchPrediction(GetBatchPredictionRequest request)
        {
            var marshaller = new GetBatchPredictionRequestMarshaller();
            var unmarshaller = GetBatchPredictionResponseUnmarshaller.Instance;

            return Invoke<GetBatchPredictionRequest,GetBatchPredictionResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonMachineLearningClient::GetBatchPrediction ( string batchPredictionId ) : GetBatchPredictionResponse
AmazonMachineLearningClient