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
Namespace
Google \ Cloud \ AutoMl \ V1beta1 \ ColumnSpecMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setColumnSpecId
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCorrelationStats
Correlation between this and the in-context column.
Returns | |
---|---|
Type | Description |
Google\Cloud\AutoMl\V1beta1\CorrelationStats|null |
hasCorrelationStats
clearCorrelationStats
setCorrelationStats
Correlation between this and the in-context column.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AutoMl\V1beta1\CorrelationStats
|
Returns | |
---|---|
Type | Description |
$this |