Developer API

DataSettings

Defines how input data is interpreted and mapped during model execution, including column bindings, filtering, grouping, and evaluation tolerance settings.

Properties of DataSettings

NameTypeDescription
RowFilterstringOptional expression used to filter input rows before evaluation. Rows that do not satisfy this filter are excluded from inference.
ActionColumnNamestringName of the column that contains the action or outcome value associated with each data row.
WeightColumnNamestringName of the column that contains the relative weight applied to each row during confidence calculation.
PriorityColumnNamestringName of the column that defines row execution priority. Higher priority rows may influence evaluation order or rule dominance.
DecisionIdColumnNamestringName of the column that uniquely identifies a decision rule or row within the dataset.
ModelNamestringOptional logical name assigned to the model configuration for identification, versioning, or trace reporting.
HasColumnGroupsboolIndicates whether column grouping definitions are present and active within this configuration.
ColumnGroupsColumnGroupsDefines logical groupings of columns that may be evaluated together during inference.

404 - Not Found