Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
- 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
-
#data_format ⇒ String
Specify response data format.
-
#data_keys ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey>
Corresponds to the JSON property
dataKeys.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
constructor
A new instance of GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest
Returns a new instance of GoogleCloudAiplatformV1beta1StreamingFetchFeatureValuesRequest.
31725 31726 31727 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31725 def initialize(**args) update!(**args) end |
Instance Attribute Details
#data_format ⇒ String
Specify response data format. If not set, KeyValue format will be used.
Corresponds to the JSON property dataFormat
31718 31719 31720 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31718 def data_format @data_format end |
#data_keys ⇒ Array<Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1FeatureViewDataKey>
Corresponds to the JSON property dataKeys
31723 31724 31725 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31723 def data_keys @data_keys end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31730 31731 31732 31733 |
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 31730 def update!(**args) @data_format = args[:data_format] if args.key?(:data_format) @data_keys = args[:data_keys] if args.key?(:data_keys) end |