Class: Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponse
- Inherits:
-
Object
- Object
- Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponse
- 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
-
#entity_view ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView
Entity view with Feature values.
-
#header ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader
Response header with metadata for the requested ReadFeatureValuesRequest.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadFeatureValuesResponse
constructor
A new instance of GoogleCloudAiplatformV1ReadFeatureValuesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudAiplatformV1ReadFeatureValuesResponse
Returns a new instance of GoogleCloudAiplatformV1ReadFeatureValuesResponse.
31712 31713 31714 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31712 def initialize(**args) update!(**args) end |
Instance Attribute Details
#entity_view ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView
Entity view with Feature values.
Corresponds to the JSON property entityView
31704 31705 31706 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31704 def entity_view @entity_view end |
#header ⇒ Google::Apis::AiplatformV1::GoogleCloudAiplatformV1ReadFeatureValuesResponseHeader
Response header with metadata for the requested ReadFeatureValuesRequest.
entity_type and Features.
Corresponds to the JSON property header
31710 31711 31712 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31710 def header @header end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
31717 31718 31719 31720 |
# File 'lib/google/apis/aiplatform_v1/classes.rb', line 31717 def update!(**args) @entity_view = args[:entity_view] if args.key?(:entity_view) @header = args[:header] if args.key?(:header) end |