abacusai.training_config_options
Classes
Training options for a model |
Module Contents
- class abacusai.training_config_options.TrainingConfigOptions(client, name=None, dataType=None, valueType=None, valueOptions=None, value=None, default=None, options=None, description=None, required=None, lastModelValue=None, needsRefresh=None)
Bases:
abacusai.return_class.AbstractApiClass
Training options for a model
- Parameters:
client (ApiClient) – An authenticated API Client instance
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
- name
- data_type
- value_type
- value_options
- value
- default
- options
- description
- required
- last_model_value
- needs_refresh
- deprecated_keys
- __repr__()