> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.EvaluationFolderSelection.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface EvaluationFolderSelection

A single-use folder selection returned by the Host picker.

```typescript
interface EvaluationFolderSelection {
    label: string;
    selector: { kind: "folder-selection"; token: string };
}
```

Types: [label](#label), [selector](#selector)

##### Index

### <a id="properties"></a>Properties

[label](#label) [selector](#selector)

## <a id="properties-1"></a>Properties

### <a id="label"></a>label

```typescript
label: string
```

### <a id="selector"></a>selector

```typescript
selector: { kind: "folder-selection"; token: string }
```
