Reference documentation and code samples for the Google Cloud Ai Platform V1 Client class DeleteFeatureValuesRequest.
Request message for FeaturestoreService.DeleteFeatureValues .
Generated from protobuf message google.cloud.aiplatform.v1.DeleteFeatureValuesRequest
Namespace
Google \ Cloud \ AIPlatform \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ select_entity
↳ select_time_range_and_feature
DeleteFeatureValuesRequest\SelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
↳ entity_type
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}
getSelectEntity
Select feature values to be deleted by specifying entities.
hasSelectEntity
setSelectEntity
Select feature values to be deleted by specifying entities.
$this
getSelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
hasSelectTimeRangeAndFeature
setSelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
$this
getEntityType
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}
string
setEntityType
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}
var
string
$this
getDeleteOption
string
static::build
entityType
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}
Please see FeaturestoreServiceClient::entityTypeName()
for help formatting this field.

