Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::ColumnSpec (v0.6.1)

Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::ColumnSpec.

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#data_stats

def data_stats() -> ::Google::Cloud::AutoML::V1beta1::DataStats
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.

#data_stats=

def data_stats=(value) -> ::Google::Cloud::AutoML::V1beta1::DataStats
Parameter
  • value (::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.
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.

#data_type

def data_type() -> ::Google::Cloud::AutoML::V1beta1::DataType
Returns

#data_type=

def data_type=(value) -> ::Google::Cloud::AutoML::V1beta1::DataType
Parameter
Returns

#display_name

def display_name() -> ::String
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.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::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.
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.

#etag

def etag() -> ::String
Returns
  • (::String) — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.

#etag=

def etag=(value) -> ::String
Parameter
  • value (::String) — 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.

#name

def name() -> ::String
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}

#name=

def name=(value) -> ::String
Parameter
  • value (::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}

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}

#top_correlated_columns

def top_correlated_columns() -> ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>

#top_correlated_columns=

def top_correlated_columns=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>
Parameter