Training options for a model
| KEY | TYPE | Description |
|---|---|---|
| name | str | The name of the parameter |
| dataType | str | The type of input required for this option |
| valueType | str | If the data_type is of type DICT_VALUES, this field specifies the expected value type of the values |
| valueOptions | List[str] | The list of valid values for DICT_VALUES |
| value | Optional[any] | The value of this option |
| default | Optional[any] | The default value for this option |
| options | dict | A dict of options for this parameter |
| description | str | A description of the parameter |
| required | bool | True if the parameter is required for training |
| lastModelValue | Optional[str, int, float, bool] | The last value used to train a model in this project |
| needsRefresh | bool | True if training config needs to be fetched again when this config option is changed |