Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponse

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

Overview

Response message for FeatureOnlineStoreService.FetchFeatureValues

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchFeatureValuesResponse

Returns a new instance of GoogleCloudAiplatformV1FetchFeatureValuesResponse.



9085
9086
9087
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9085

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

Instance Attribute Details

#key_valuesGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList

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



9078
9079
9080
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9078

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>)


9083
9084
9085
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9083

def proto_struct
  @proto_struct
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9090
9091
9092
9093
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9090

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