Class: Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb
Overview
Message to select entity. If an entity id is selected, all the feature values corresponding to the entity id will be deleted, including the entityId.
Instance Attribute Summary collapse
Instance Attribute Details
#entity_id_selector ⇒ ::Google::Cloud::AIPlatform::V1::EntityIdSelector
Returns Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
1070 1071 1072 1073 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1070 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |