---
title: MLPhase.inferencing
framework: createml
role: symbol
role_heading: Case
path: createml/mlphase/inferencing
---

# MLPhase.inferencing

The training session is using the model to make a prediction.

## Declaration

```swift
case inferencing
```

## See Also

### Retrieving session phases

- [MLPhase.initialized](createml/mlphase/initialized.md)
- [MLPhase.extractingFeatures](createml/mlphase/extractingfeatures.md)
- [MLPhase.training](createml/mlphase/training.md)
- [MLPhase.evaluating](createml/mlphase/evaluating.md)
