Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class SelectEntity.
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.
Generated from protobuf message google.cloud.aiplatform.v1.DeleteFeatureValuesRequest.SelectEntity
Namespace
Google \ Cloud \ AIPlatform \ V1 \ DeleteFeatureValuesRequestMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ entity_id_selector |
Google\Cloud\AIPlatform\V1\EntityIdSelector
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType. |
getEntityIdSelector
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
Returns | |
---|---|
Type | Description |
Google\Cloud\AIPlatform\V1\EntityIdSelector|null |
hasEntityIdSelector
clearEntityIdSelector
setEntityIdSelector
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\AIPlatform\V1\EntityIdSelector
|
Returns | |
---|---|
Type | Description |
$this |