Class CorrelatedColumn (2.8.2)

CorrelatedColumn(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Identifies the table's column, and its correlation with the column this ColumnSpec describes.

Attributes

NameDescription
column_spec_id str
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
correlation_stats google.cloud.automl_v1beta1.types.CorrelationStats
Correlation between this and the in-context column.

Inheritance

builtins.object > proto.message.Message > CorrelatedColumn