Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse

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

Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1ReadFeatureValuesResponse.



16095
16096
16097
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16095

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

Instance Attribute Details

#entity_viewGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseEntityView

Entity view with Feature values. Corresponds to the JSON property entityView



16087
16088
16089
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16087

def entity_view
  @entity_view
end

#headerGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1ReadFeatureValuesResponseHeader

Response header with metadata for the requested ReadFeatureValuesRequest. entity_type and Features. Corresponds to the JSON property header



16093
16094
16095
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16093

def header
  @header
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



16100
16101
16102
16103
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 16100

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