Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse

Inherits:
Object
  • Object
show all
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

Overview

Details about the write for each key.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse

Returns a new instance of GoogleCloudAiplatformV1beta1FeatureViewDirectWriteResponseWriteResponse.



21430
21431
21432
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21430

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

Instance Attribute Details

#data_keyGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey

Lookup key for a feature view. Corresponds to the JSON property dataKey



21422
21423
21424
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21422

def data_key
  @data_key
end

#online_store_write_timeString

When the feature values were written to the online store. If FeatureViewDirectWriteResponse.status is not OK, this field is not populated. Corresponds to the JSON property onlineStoreWriteTime

Returns:

  • (String)


21428
21429
21430
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21428

def online_store_write_time
  @online_store_write_time
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



21435
21436
21437
21438
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 21435

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