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

# All enums

> Reference for all enumeration types available in the TrueFoundry ML SDK including ArtifactType values.

## ArtifactType

Defines different types of artifacts

**Module:** `ml._autogen.client`

Enum for artifact types

*This enum is defined in the codebase but specific values are not available in the documentation.*

## DataSlice

**Module:** `ml.enums`

**Available Values:**

* **TRAIN** = `train`

* **VALIDATE** = `validate`

* **TEST** = `test`

* **PREDICTION** = `prediction`

## FileFormat

**Module:** `ml.enums`

**Available Values:**

* **CSV** = `csv`

* **PARQUET** = `parquet`

## Format

**Module:** `ml.plot`

**Available Values:**

* **SVG** = `SVG`

* **HTML** = `HTML`

* **PNG** = `PNG`

## Group

**Module:** `ml.types`

**Available Values:**

* **ACTUALS** = `actuals`

* **PREDICTIONS** = `predictions`

## ModelFramework

**Module:** `ml.enums`

**Available Values:**

* **SKLEARN** = `sklearn`

* **TENSORFLOW** = `tensorflow`

* **PYTORCH** = `pytorch`

* **KERAS** = `keras`

* **XGBOOST** = `xgboost`

* **LIGHTGBM** = `lightgbm`

* **FASTAI** = `fastai`

* **H2O** = `h2o`

* **ONNX** = `onnx`

* **SPACY** = `spacy`

* **STATSMODELS** = `statsmodels`

* **GLUON** = `gluon`

* **PADDLE** = `paddle`

* **TRANSFORMERS** = `transformers`

* **UNKNOWN** = `unknown`

## ModelType

**Module:** `ml.enums`

**Available Values:**

* **BINARY\_CLASSIFICATION** = `binary_classification`

* **MULTICLASS\_CLASSIFICATION** = `multiclass_classification`

* **REGRESSION** = `regression`

* **TIMESERIES** = `timeseries`

## RunStatus

**Module:** `ml.enums`

**Available Values:**

* **RUNNING** = `RUNNING`

* **SCHEDULED** = `SCHEDULED`

* **FINISHED** = `FINISHED`

* **FAILED** = `FAILED`

* **KILLED** = `KILLED`

## ViewType

**Module:** `ml.enums`

**Available Values:**

* **ACTIVE\_ONLY** = `ACTIVE_ONLY`

* **DELETED\_ONLY** = `DELETED_ONLY`

* **HARD\_DELETED\_ONLY** = `HARD_DELETED_ONLY`

* **ALL** = `ALL`
