Class: Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn

Inherits:
Object
  • Object
show all
Defined in:
lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#column_spec_idString

Returns 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.



62
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 62

class CorrelatedColumn; end

#correlation_statsGoogle::Cloud::AutoML::V1beta1::CorrelationStats

Returns Correlation between this and the in-context column.

Returns:



62
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 62

class CorrelatedColumn; end