Bayesian inference is updating your belief about unknown quantities. You start with a prior , and then you get data and you use it to compute the posterior .
Bayesian prediction is making a prediction on a test data point . You compute the posterior predictive distribution by integrating the posterior over your parameters and sample from it.