Google Cloud Ai Platform V1 Client - Class SelectEntity (0.21.0)

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 \ DeleteFeatureValuesRequest

Methods

__construct

Constructor.

Parameters
NameDescription
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
TypeDescription
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
NameDescription
var Google\Cloud\AIPlatform\V1\EntityIdSelector
Returns
TypeDescription
$this