Reference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::TablesModelColumnInfo.
An information specific to given column and Tables Model, in context
of the Model and the predictions created by it.
Inherits
Object
Extended By
Google::Protobuf::MessageExts::ClassMethods
Includes
Google::Protobuf::MessageExts
Methods
#column_display_name
defcolumn_display_name()->::String
Returns
(::String) — Output only. The display name of the column (same as the display_name of
its ColumnSpec).
#column_display_name=
defcolumn_display_name=(value)->::String
Parameter
value (::String) — Output only. The display name of the column (same as the display_name of
its ColumnSpec).
Returns
(::String) — Output only. The display name of the column (same as the display_name of
its ColumnSpec).
#column_spec_name
defcolumn_spec_name()->::String
Returns
(::String) — Output only. The name of the ColumnSpec describing the column. Not
populated when this proto is outputted to BigQuery.
#column_spec_name=
defcolumn_spec_name=(value)->::String
Parameter
value (::String) — Output only. The name of the ColumnSpec describing the column. Not
populated when this proto is outputted to BigQuery.
Returns
(::String) — Output only. The name of the ColumnSpec describing the column. Not
populated when this proto is outputted to BigQuery.
#feature_importance
deffeature_importance()->::Float
Returns
(::Float) — Output only. When given as part of a Model (always populated):
Measurement of how much model predictions correctness on the TEST data
depend on values in this column. A value between 0 and 1, higher means
higher influence. These values are normalized - for all input feature
columns of a given model they add to 1.
When given back by Predict (populated iff
[feature_importance
param][google.cloud.automl.v1beta1.PredictRequest.params] is set) or Batch
Predict (populated iff
feature_importance
param is set):
Measurement of how impactful for the prediction returned for the given row
the value in this column was. Specifically, the feature importance
specifies the marginal contribution that the feature made to the prediction
score compared to the baseline score. These values are computed using the
Sampled Shapley method.
#feature_importance=
deffeature_importance=(value)->::Float
Parameter
value (::Float) — Output only. When given as part of a Model (always populated):
Measurement of how much model predictions correctness on the TEST data
depend on values in this column. A value between 0 and 1, higher means
higher influence. These values are normalized - for all input feature
columns of a given model they add to 1.
When given back by Predict (populated iff
[feature_importance
param][google.cloud.automl.v1beta1.PredictRequest.params] is set) or Batch
Predict (populated iff
feature_importance
param is set):
Measurement of how impactful for the prediction returned for the given row
the value in this column was. Specifically, the feature importance
specifies the marginal contribution that the feature made to the prediction
score compared to the baseline score. These values are computed using the
Sampled Shapley method.
Returns
(::Float) — Output only. When given as part of a Model (always populated):
Measurement of how much model predictions correctness on the TEST data
depend on values in this column. A value between 0 and 1, higher means
higher influence. These values are normalized - for all input feature
columns of a given model they add to 1.
When given back by Predict (populated iff
[feature_importance
param][google.cloud.automl.v1beta1.PredictRequest.params] is set) or Batch
Predict (populated iff
feature_importance
param is set):
Measurement of how impactful for the prediction returned for the given row
the value in this column was. Specifically, the feature importance
specifies the marginal contribution that the feature made to the prediction
score compared to the baseline score. These values are computed using the
Sampled Shapley method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud AutoML V1beta1 API - Class Google::Cloud::AutoML::V1beta1::TablesModelColumnInfo (v0.14.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.14.1 (latest)](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.14.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.14.0/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.13.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.13.1/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.12.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.12.0/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.11.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.11.1/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.10.2](/ruby/docs/reference/google-cloud-automl-v1beta1/0.10.2/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.9.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.9.0/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.8.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.8.0/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.7.0](/ruby/docs/reference/google-cloud-automl-v1beta1/0.7.0/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.6.1](/ruby/docs/reference/google-cloud-automl-v1beta1/0.6.1/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo)\n- [0.5.5](/ruby/docs/reference/google-cloud-automl-v1beta1/0.5.5/Google-Cloud-AutoML-V1beta1-TablesModelColumnInfo) \nReference documentation and code samples for the Cloud AutoML V1beta1 API class Google::Cloud::AutoML::V1beta1::TablesModelColumnInfo.\n\nAn information specific to given column and Tables Model, in context\nof the Model and the predictions created by it. \n\nInherits\n--------\n\n- Object \n\nExtended By\n-----------\n\n- Google::Protobuf::MessageExts::ClassMethods \n\nIncludes\n--------\n\n- Google::Protobuf::MessageExts\n\nMethods\n-------\n\n### #column_display_name\n\n def column_display_name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. The display name of the column (same as the display_name of its ColumnSpec).\n\n### #column_display_name=\n\n def column_display_name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Output only. The display name of the column (same as the display_name of its ColumnSpec). \n**Returns**\n\n- (::String) --- Output only. The display name of the column (same as the display_name of its ColumnSpec).\n\n### #column_spec_name\n\n def column_spec_name() -\u003e ::String\n\n**Returns**\n\n- (::String) --- Output only. The name of the ColumnSpec describing the column. Not populated when this proto is outputted to BigQuery.\n\n### #column_spec_name=\n\n def column_spec_name=(value) -\u003e ::String\n\n**Parameter**\n\n- **value** (::String) --- Output only. The name of the ColumnSpec describing the column. Not populated when this proto is outputted to BigQuery. \n**Returns**\n\n- (::String) --- Output only. The name of the ColumnSpec describing the column. Not populated when this proto is outputted to BigQuery.\n\n### #feature_importance\n\n def feature_importance() -\u003e ::Float\n\n**Returns**\n\n- (::Float) --- Output only. When given as part of a Model (always populated): Measurement of how much model predictions correctness on the TEST data depend on values in this column. A value between 0 and 1, higher means higher influence. These values are normalized - for all input feature columns of a given model they add to 1.\n\n When given back by Predict (populated iff\n \\[feature_importance\n param\\]\\[google.cloud.automl.v1beta1.PredictRequest.params\\] is set) or Batch\n Predict (populated iff\n [feature_importance](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-PredictRequest#Google__Cloud__AutoML__V1beta1__PredictRequest_params_instance_ \"Google::Cloud::AutoML::V1beta1::PredictRequest#params (method)\")\n param is set):\n Measurement of how impactful for the prediction returned for the given row\n the value in this column was. Specifically, the feature importance\n specifies the marginal contribution that the feature made to the prediction\n score compared to the baseline score. These values are computed using the\n Sampled Shapley method.\n\n### #feature_importance=\n\n def feature_importance=(value) -\u003e ::Float\n\n**Parameter**\n\n- **value** (::Float) --- Output only. When given as part of a Model (always populated): Measurement of how much model predictions correctness on the TEST data depend on values in this column. A value between 0 and 1, higher means higher influence. These values are normalized - for all input feature columns of a given model they add to 1.\n\n\n When given back by Predict (populated iff\n \\[feature_importance\n param\\]\\[google.cloud.automl.v1beta1.PredictRequest.params\\] is set) or Batch\n Predict (populated iff\n [feature_importance](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-PredictRequest#Google__Cloud__AutoML__V1beta1__PredictRequest_params_instance_ \"Google::Cloud::AutoML::V1beta1::PredictRequest#params (method)\")\n param is set):\n Measurement of how impactful for the prediction returned for the given row\n the value in this column was. Specifically, the feature importance\n specifies the marginal contribution that the feature made to the prediction\n score compared to the baseline score. These values are computed using the\nSampled Shapley method. \n**Returns**\n\n- (::Float) --- Output only. When given as part of a Model (always populated): Measurement of how much model predictions correctness on the TEST data depend on values in this column. A value between 0 and 1, higher means higher influence. These values are normalized - for all input feature columns of a given model they add to 1.\n\n When given back by Predict (populated iff\n \\[feature_importance\n param\\]\\[google.cloud.automl.v1beta1.PredictRequest.params\\] is set) or Batch\n Predict (populated iff\n [feature_importance](/ruby/docs/reference/google-cloud-automl-v1beta1/latest/Google-Cloud-AutoML-V1beta1-PredictRequest#Google__Cloud__AutoML__V1beta1__PredictRequest_params_instance_ \"Google::Cloud::AutoML::V1beta1::PredictRequest#params (method)\")\n param is set):\n Measurement of how impactful for the prediction returned for the given row\n the value in this column was. Specifically, the feature importance\n specifies the marginal contribution that the feature made to the prediction\n score compared to the baseline score. These values are computed using the\n Sampled Shapley method."]]