decision_optimization_client.Table

class decision_optimization_client.Table

The class for container tables.

name

Name of the table

category

Category of the table. Can be input or output

tableType

TableType of the table

columns

Columns that are in that table (each represented by a dict having a key and a data type)

numberOfRows

Number of Rows within this table