Class: Google::Apis::LanguageV1::XpsColumnSpecForecastingMetadata
- Inherits:
-
Object
- Object
- Google::Apis::LanguageV1::XpsColumnSpecForecastingMetadata
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/language_v1/classes.rb,
lib/google/apis/language_v1/representations.rb,
lib/google/apis/language_v1/representations.rb
Overview
=========================================================================== # The fields below are used exclusively for Forecasting.
Instance Attribute Summary collapse
-
#column_type ⇒ String
The type of the column for FORECASTING model training purposes.
Instance Method Summary collapse
-
#initialize(**args) ⇒ XpsColumnSpecForecastingMetadata
constructor
A new instance of XpsColumnSpecForecastingMetadata.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ XpsColumnSpecForecastingMetadata
Returns a new instance of XpsColumnSpecForecastingMetadata.
1717 1718 1719 |
# File 'lib/google/apis/language_v1/classes.rb', line 1717 def initialize(**args) update!(**args) end |
Instance Attribute Details
#column_type ⇒ String
The type of the column for FORECASTING model training purposes.
Corresponds to the JSON property columnType
1715 1716 1717 |
# File 'lib/google/apis/language_v1/classes.rb', line 1715 def column_type @column_type end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1722 1723 1724 |
# File 'lib/google/apis/language_v1/classes.rb', line 1722 def update!(**args) @column_type = args[:column_type] if args.key?(:column_type) end |