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

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

Overview

A representation of a column in a relational table. When listing them, column specs are returned in the same order in which they were given on import . Used by:

  • Tables

Defined Under Namespace

Classes: CorrelatedColumn

Instance Attribute Summary collapse

Instance Attribute Details

#data_statsGoogle::Cloud::AutoML::V1beta1::DataStats

Returns Output only. Stats of the series of values in the column. This field may be stale, see the ancestor's Dataset.tables_dataset_metadata.stats_update_time field for the timestamp at which these stats were last updated.

Returns:

  • (Google::Cloud::AutoML::V1beta1::DataStats)

    Output only. Stats of the series of values in the column. This field may be stale, see the ancestor's Dataset.tables_dataset_metadata.stats_update_time field for the timestamp at which these stats were last updated.



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end

#data_typeGoogle::Cloud::AutoML::V1beta1::DataType

Returns The data type of elements stored in the column.

Returns:



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end

#display_nameString

Returns Output only. The name of the column to show in the interface. The name can be up to 100 characters long and can consist only of ASCII Latin letters A-Z and a-z, ASCII digits 0-9, underscores(_), and forward slashes(/), and must start with a letter or a digit.

Returns:

  • (String)

    Output only. The name of the column to show in the interface. The name can be up to 100 characters long and can consist only of ASCII Latin letters A-Z and a-z, ASCII digits 0-9, underscores(_), and forward slashes(/), and must start with a letter or a digit.



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end

#etagString

Returns Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

Returns:

  • (String)

    Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end

#nameString

Returns Output only. The resource name of the column specs. Form:

projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/tableSpecs/{table_spec_id}/columnSpecs/{column_spec_id}.

Returns:

  • (String)

    Output only. The resource name of the column specs. Form:

    projects/{project_id}/locations/{location_id}/datasets/{dataset_id}/tableSpecs/{table_spec_id}/columnSpecs/{column_spec_id}



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end

#top_correlated_columnsArray<Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>

Returns Output only. Top 10 most correlated with this column columns of the table, ordered by cramers_v metric. This field may be stale, see the ancestor's Dataset.tables_dataset_metadata.stats_update_time field for the timestamp at which these stats were last updated.

Returns:



57
58
59
60
61
62
63
64
65
66
67
68
# File 'lib/google/cloud/automl/v1beta1/doc/google/cloud/automl/v1beta1/column_spec.rb', line 57

class ColumnSpec
  # Identifies the table's column, and its correlation with the column this
  # ColumnSpec describes.
  # @!attribute [rw] column_spec_id
  #   @return [String]
  #     The column_spec_id of the correlated column, which belongs to the same
  #     table as the in-context column.
  # @!attribute [rw] correlation_stats
  #   @return [Google::Cloud::AutoML::V1beta1::CorrelationStats]
  #     Correlation between this and the in-context column.
  class CorrelatedColumn; end
end