Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1FetchFeatureValuesRequest

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

Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1FetchFeatureValuesRequest

Returns a new instance of GoogleCloudAiplatformV1FetchFeatureValuesRequest.



9509
9510
9511
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9509

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

Instance Attribute Details

#data_formatString

Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used. Corresponds to the JSON property dataFormat

Returns:

  • (String)


9502
9503
9504
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9502

def data_format
  @data_format
end

#data_keyGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1FeatureViewDataKey

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



9507
9508
9509
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9507

def data_key
  @data_key
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



9514
9515
9516
9517
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 9514

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