View Source GoogleApi.Language.V1.Model.XPSTablesDatasetMetadata (google_api_language v0.15.0)
Metadata for a dataset used for AutoML Tables. Next ID: 6
Attributes
-
mlUseColumnId
(type:integer()
, default:nil
) - Id the column to split the table. -
primaryTableSpec
(type:GoogleApi.Language.V1.Model.XPSTableSpec.t
, default:nil
) - Primary table. -
targetColumnCorrelations
(type:%{optional(String.t) => GoogleApi.Language.V1.Model.XPSCorrelationStats.t}
, default:nil
) - (the column id : its CorrelationStats with target column). -
targetColumnId
(type:integer()
, default:nil
) - Id of the primary table column that should be used as the training label. -
weightColumnId
(type:integer()
, default:nil
) - Id of the primary table column that should be used as the weight column.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Language.V1.Model.XPSTablesDatasetMetadata{ mlUseColumnId: integer() | nil, primaryTableSpec: GoogleApi.Language.V1.Model.XPSTableSpec.t() | nil, targetColumnCorrelations: %{ optional(String.t()) => GoogleApi.Language.V1.Model.XPSCorrelationStats.t() } | nil, targetColumnId: integer() | nil, weightColumnId: integer() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.