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
- (::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
- 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.
- (::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
- (::Google::Cloud::AutoML::V1beta1::DataType) — The data type of elements stored in the column.
#data_type=
def data_type=(value) -> ::Google::Cloud::AutoML::V1beta1::DataType
- value (::Google::Cloud::AutoML::V1beta1::DataType) — The data type of elements stored in the column.
- (::Google::Cloud::AutoML::V1beta1::DataType) — The data type of elements stored in the column.
#display_name
def display_name() -> ::String
- (::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
- 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.
- (::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
- (::String) — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
#etag=
def etag=(value) -> ::String
- value (::String) — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
- (::String) — Used to perform consistent read-modify-write updates. If not set, a blind "overwrite" update happens.
#name
def name() -> ::String
-
(::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
-
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}
-
(::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>
- (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>) — Deprecated.
#top_correlated_columns=
def top_correlated_columns=(value) -> ::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>
- value (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>) — Deprecated.
- (::Array<::Google::Cloud::AutoML::V1beta1::ColumnSpec::CorrelatedColumn>) — Deprecated.