INPUTS ( Collection of INPUTs )
Defines the INPUTS section, which provides fixed input values used for testing, evaluation, or demonstration purposes. Inputs bind values to features and are evaluated during inference without modifying the model definition.
Properties of INPUT
| Name | Type | Description |
| Feature | STRING | The feature name that the input value is bound to. |
| Operator | enumOperator | The operator used to compare or assign the input value. |
| Value | AISQLEXPRESSION | The value assigned or compared against the feature. |
Syntax
INPUTS
Examples
INPUTS
Age = 30
SentimentScore = -5
tenure = 10
INPUTS
Age = 30