Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest

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

Request message for FeatureOnlineStoreService.StreamingFetchFeatureValues. For the entities requested, all features under the requested feature view will be returned.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest

Returns a new instance of GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest.



29572
29573
29574
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29572

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

Instance Attribute Details

#data_formatString

Specify response data format. If not set, KeyValue format will be used. Corresponds to the JSON property dataFormat

Returns:

  • (String)


29565
29566
29567
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29565

def data_format
  @data_format
end

#data_keysArray<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey>

Corresponds to the JSON property dataKeys



29570
29571
29572
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29570

def data_keys
  @data_keys
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



29577
29578
29579
29580
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 29577

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