Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponse
- 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
-
#key_values ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList
Response structure in the format of key (feature name) and (feature) value pair.
-
#proto_struct ⇒ Hash<String,Object>
Feature values in proto Struct format.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchFeatureValuesResponse
constructor
A new instance of GoogleCloudAiplatformV1FetchFeatureValuesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchFeatureValuesResponse
Returns a new instance of GoogleCloudAiplatformV1FetchFeatureValuesResponse.
7640 7641 7642 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 7640 def initialize(**args) update!(**args) end |
Instance Attribute Details
#key_values ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList
Response structure in the format of key (feature name) and (feature) value
pair.
Corresponds to the JSON property keyValues
7633 7634 7635 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 7633 def key_values @key_values end |
#proto_struct ⇒ Hash<String,Object>
Feature values in proto Struct format.
Corresponds to the JSON property protoStruct
7638 7639 7640 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 7638 def proto_struct @proto_struct end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
7645 7646 7647 7648 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 7645 def update!(**args) @key_values = args[:key_values] if args.key?(:key_values) @proto_struct = args[:proto_struct] if args.key?(:proto_struct) end |