Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse

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

Response message for FeatureOnlineStoreService.FetchFeatureValues

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1FetchFeatureValuesResponse.



12115
12116
12117
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12115

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



12102
12103
12104
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12102

def data_key
  @data_key
end

#key_valuesGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FetchFeatureValuesResponseFeatureNameValuePairList

Response structure in the format of key (feature name) and (feature) value pair. Corresponds to the JSON property keyValues



12108
12109
12110
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12108

def key_values
  @key_values
end

#proto_structHash<String,Object>

Feature values in proto Struct format. Corresponds to the JSON property protoStruct

Returns:

  • (Hash<String,Object>)


12113
12114
12115
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12113

def proto_struct
  @proto_struct
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



12120
12121
12122
12123
12124
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 12120

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