---
title: result
framework: createml
role: symbol
role_heading: Instance Property
path: createml/mljob/result
---

# result

A publisher that provides a result when the training session has finished.

## Declaration

```swift
final var result: AnyPublisher<Result, any Error> { get }
```

## See Also

### Receiving progress updates

- [checkpoints](createml/mljob/checkpoints.md)
- [phase](createml/mljob/phase.md)
