> ## Documentation Index
> Fetch the complete documentation index at: https://docs.edgeimpulse.com/llms.txt
> Use this file to discover all available pages before exploring further.

# edgeimpulse_api.models.organization_transfer_learning_operates_on

## Classes

### OrganizationTransferLearningOperatesOn

```python theme={"system"}
edgeimpulse_api.models.organization_transfer_learning_operates_on.OrganizationTransferLearningOperatesOn(
	*args,
	**kwds
)
```

allowed enum values

| Parameters |     |
| ---------- | --- |
| `*args`    | ` ` |
| `**kwds`   | ` ` |

| Bases              |
| ------------------ |
| `builtins.str`     |
| `aenum._enum.Enum` |
| `enum.Enum`        |

| Class variables            |     |
| -------------------------- | --- |
| `ANOMALY_DETECTION`        | ` ` |
| `AUDIO`                    | ` ` |
| `IMAGE`                    | ` ` |
| `OBJECT_DETECTION`         | ` ` |
| `OTHER`                    | ` ` |
| `REGRESSION`               | ` ` |
| `VISUAL_ANOMALY_DETECTION` | ` ` |
