---
title: Input
framework: evaluations
role: symbol
role_heading: Associated Type
path: evaluations/evaluatorprotocol/input
---

# Input

The input sample type.

## Declaration

```swift
associatedtype Input : SampleProtocol where Self.Input.ExpectedValue == Self.Subject.Value
```
