Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn.
Identifies the table's column, and its correlation with the column this ColumnSpec describes.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#column_spec_id
def column_spec_id() -> ::String
    Returns
    
  - (::String) — The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
#column_spec_id=
def column_spec_id=(value) -> ::String
    Parameter
    
  - value (::String) — The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
    Returns
    
  - (::String) — The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
#correlation_stats
def correlation_stats() -> ::Google::Cloud::AutoML::V1beta1::CorrelationStats
    Returns
    
  - (::Google::Cloud::AutoML::V1beta1::CorrelationStats) — Correlation between this and the in-context column.
#correlation_stats=
def correlation_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::CorrelationStats
    Parameter
    
  - value (::Google::Cloud::AutoML::V1beta1::CorrelationStats) — Correlation between this and the in-context column.
    Returns
    
- (::Google::Cloud::AutoML::V1beta1::CorrelationStats) — Correlation between this and the in-context column.