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
1105 1106 1107 1108 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_service.rb', line 1105 class SelectEntity include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |