---
title: "init(progress:)"
framework: createml
role: symbol
role_heading: Initializer
path: "createml/mlprogress/init(progress:)"
---

# init(progress:)

Creates a training session progress instance from a foundation progress object.

## Declaration

```swift
init?(progress: Progress)
```

## Parameters

- `progress`: A foundation progress object.

## See Also

### Creating a training progress update

- [init(phase:)](createml/mlprogress/init(phase:).md)
