---
title: metrics
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mlprogress/metrics
---

# metrics

Measurements of the model’s performance during the training or evaluation phases of a training session.

## Declaration

```swift
var metrics: [MLProgress.Metric : Any]
```

## See Also

### Inspecting a session’s progress

- [elapsedTime](createml/mlprogress/elapsedtime.md)
- [phase](createml/mlprogress/phase.md)
- [itemCount](createml/mlprogress/itemcount.md)
- [totalItemCount](createml/mlprogress/totalitemcount.md)
- [MLProgress.Metric](createml/mlprogress/metric.md)
