Class: Google::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse

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 FeaturestoreService.DeleteFeatureValues.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse

Returns a new instance of GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponse.



6014
6015
6016
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6014

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

Instance Attribute Details

#select_entityGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectEntity

Response message if the request uses the SelectEntity option. Corresponds to the JSON property selectEntity



6007
6008
6009
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6007

def select_entity
  @select_entity
end

#select_time_range_and_featureGoogle::Apis::AiplatformV1beta1::GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature

Response message if the request uses the SelectTimeRangeAndFeature option. Corresponds to the JSON property selectTimeRangeAndFeature



6012
6013
6014
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6012

def select_time_range_and_feature
  @select_time_range_and_feature
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



6019
6020
6021
6022
# File 'lib/google/apis/aiplatform_v1beta1/classes.rb', line 6019

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