Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest (v0.39.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest.

Request message for FeaturestoreService.DeleteFeatureValues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type

def entity_type() -> ::String
Returns
  • (::String) — Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

#entity_type=

def entity_type=(value) -> ::String
Parameter
  • value (::String) — Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}
Returns
  • (::String) — Required. The resource name of the EntityType grouping the Features for which values are being deleted from. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}

#select_entity

def select_entity() -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
Returns

#select_entity=

def select_entity=(value) -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
Parameter
Returns

#select_time_range_and_feature

def select_time_range_and_feature() -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
Returns

#select_time_range_and_feature=

def select_time_range_and_feature=(value) -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
Parameter
Returns