Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/aiplatform_v1beta1/classes.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb,
lib/google/apis/aiplatform_v1beta1/representations.rb
Instance Attribute Summary collapse
-
#timestamp_column ⇒ String
Optional.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries
constructor
A new instance of GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries
Returns a new instance of GoogleCloudAiplatformV1beta1FeatureGroupBigQueryTimeSeries.
10221 10222 10223 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10221 def initialize(**args) update!(**args) end |
Instance Attribute Details
#timestamp_column ⇒ String
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
10219 10220 10221 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10219 def @timestamp_column end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
10226 10227 10228 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 10226 def update!(**args) @timestamp_column = args[:timestamp_column] if args.key?(:timestamp_column) end |