Cloud AutoML V1beta1 Client - Class CorrelatedColumn (1.4.17)

Reference documentation and code samples for the Cloud AutoML V1beta1 Client class CorrelatedColumn.

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

Generated from protobuf message google.cloud.automl.v1beta1.ColumnSpec.CorrelatedColumn

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ column_spec_id string

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\CorrelationStats

Correlation between this and the in-context column.

getColumnSpecId

The column_spec_id of the correlated column, which belongs to the same table as the in-context column.

Returns
TypeDescription
string

setColumnSpecId

The column_spec_id of the correlated column, which belongs to the same table as the in-context column.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCorrelationStats

Correlation between this and the in-context column.

Returns
TypeDescription
Google\Cloud\AutoMl\V1beta1\CorrelationStats|null

hasCorrelationStats

clearCorrelationStats

setCorrelationStats

Correlation between this and the in-context column.

Parameter
NameDescription
var Google\Cloud\AutoMl\V1beta1\CorrelationStats
Returns
TypeDescription
$this