Amazon.MachineLearning.AmazonMachineLearningClient.DeleteBatchPrediction C# (CSharp) 메소드

DeleteBatchPrediction() 개인적인 메소드

private DeleteBatchPrediction ( Amazon.MachineLearning.Model.DeleteBatchPredictionRequest request ) : DeleteBatchPredictionResponse
request Amazon.MachineLearning.Model.DeleteBatchPredictionRequest
리턴 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