Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries

Returns a new instance of GoogleCloudAiplatformV1FeatureGroupBigQueryTimeSeries.



8411
8412
8413
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8411

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

Instance Attribute Details

#timestamp_columnString

Optional. Column hosting timestamp values for a time-series source. Will be used to determine the latest feature_values for each entity. Optional. If not provided, column named feature_timestamp of type TIMESTAMP will be used. Corresponds to the JSON property timestampColumn

Returns:

  • (String)


8409
8410
8411
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8409

def timestamp_column
  @timestamp_column
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



8416
8417
8418
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 8416

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