DataInputType domain

Official Content
This documentation is valid for:

Enumerated domain indicating the data type of an input data feature in the context of GeneXus Artificial Intelligence for custom models.

Values

Boolean The feature's value is a boolean (true or false).
Label The feature's value is a label (category or enumerated).
Media The feature's value is a multimedia resource (file path or URL).
Numeric  The feature's value is numeric (integer or float).
Text The feature's value is a text (or string).

Scope

Data type DataInput data type
Platforms  Web(.NET,.NETCore,Java), SmartDevices(Android,iOS)

Availability

This domain is available as of GeneXus 16 upgrade 6.

  • As of GeneXus 16 Upgrade 7:
    - Label value is available

See also