Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponse

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

Response message for FeaturestoreOnlineServingService.ReadFeatureValues.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadFeatureValuesResponse

Returns a new instance of GoogleCloudAiplatformV1ReadFeatureValuesResponse.



30226
30227
30228
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30226

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

Instance Attribute Details

#entity_viewGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView

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



30218
30219
30220
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30218

def entity_view
  @entity_view
end

#headerGoogle::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader

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



30224
30225
30226
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30224

def header
  @header
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



30231
30232
30233
30234
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 30231

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