# CloudSmlApi.BaseDataSourceColumn

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**dataSource** | **String** |  | [optional] 
**id** | **Number** |  | [optional] 
**name** | **String** |  | 
**predictorType** | **String** |  | [optional] 
**statistics** | **String** |  | [optional] 
**title** | **String** |  | 


<a name="PredictorTypeEnum"></a>
## Enum: PredictorTypeEnum


* `continuous` (value: `"continuous"`)

* `time` (value: `"time"`)

* `character` (value: `"character"`)

* `date` (value: `"date"`)

* `numerical` (value: `"numerical"`)

* `text` (value: `"text"`)

* `unknown` (value: `"unknown"`)

* `datetime` (value: `"datetime"`)




