Traits Class

Class that maps to the traits section of the MLTable.

Currently supported traits: timestamp_column and index_columns

Inheritance
builtins.object
Traits

Constructor

Traits()

Attributes

index_columns

If set returns a list of index columns' names, else raises a UserErrorException.

Returns

Type Description

list of index column names

timestamp_column

If set returns timestamp column name, else rasies a UserErrorException.

Returns

Type Description
str

timestamp column name