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

# metrics

Measurements of the model’s performance at the time the session saved the checkpoint.

## Declaration

```swift
var metrics: [MLProgress.Metric : Any] { get set }
```

## See Also

### Assessing a checkpoint

- [MLProgress.Metric](createml/mlprogress/metric.md)
