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

DeleteBatchPrediction() private method

private DeleteBatchPrediction ( Amazon.MachineLearning.Model.DeleteBatchPredictionRequest request ) : DeleteBatchPredictionResponse
request Amazon.MachineLearning.Model.DeleteBatchPredictionRequest
return Amazon.MachineLearning.Model.DeleteBatchPredictionResponse
        internal DeleteBatchPredictionResponse DeleteBatchPrediction(DeleteBatchPredictionRequest request)
        {
            var marshaller = new DeleteBatchPredictionRequestMarshaller();
            var unmarshaller = DeleteBatchPredictionResponseUnmarshaller.Instance;

            return Invoke<DeleteBatchPredictionRequest,DeleteBatchPredictionResponse>(request, marshaller, unmarshaller);
        }

Same methods

AmazonMachineLearningClient::DeleteBatchPrediction ( string batchPredictionId ) : DeleteBatchPredictionResponse
AmazonMachineLearningClient