Class: Google::Apis::LanguageV1beta2::XpsColumnSpecForecastingMetadata

Inherits:
Object
  • Object
show all
Includes:
Core::Hashable, Core::JsonObjectSupport
Defined in:
lib/google/apis/language_v1beta2/classes.rb,
lib/google/apis/language_v1beta2/representations.rb,
lib/google/apis/language_v1beta2/representations.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ XpsColumnSpecForecastingMetadata

Returns a new instance of XpsColumnSpecForecastingMetadata.



1729
1730
1731
# File 'lib/google/apis/language_v1beta2/classes.rb', line 1729

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#column_typeString

The type of the column for FORECASTING model training purposes. Corresponds to the JSON property columnType

Returns:

  • (String)


1727
1728
1729
# File 'lib/google/apis/language_v1beta2/classes.rb', line 1727

def column_type
  @column_type
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1734
1735
1736
# File 'lib/google/apis/language_v1beta2/classes.rb', line 1734

def update!(**args)
  @column_type = args[:column_type] if args.key?(:column_type)
end