Google Cloud Ai Platform V1 Client - Class DeleteFeatureValuesRequest (0.26.2)

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ select_entity Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest\SelectEntity

Select feature values to be deleted by specifying entities.

↳ select_time_range_and_feature Google\Cloud\AIPlatform\V1\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.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest\SelectEntity|null

hasSelectEntity

setSelectEntity

Select feature values to be deleted by specifying entities.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest\SelectEntity
Returns
TypeDescription
$this

getSelectTimeRangeAndFeature

Select feature values to be deleted by specifying time range and features.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest\SelectTimeRangeAndFeature|null

hasSelectTimeRangeAndFeature

setSelectTimeRangeAndFeature

Select feature values to be deleted by specifying time range and features.

Parameter
NameDescription
var Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest\SelectTimeRangeAndFeature
Returns
TypeDescription
$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}

Returns
TypeDescription
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}

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDeleteOption

Returns
TypeDescription
string

static::build

Parameter
NameDescription
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 Google\Cloud\AIPlatform\V1\FeaturestoreServiceClient::entityTypeName() for help formatting this field.

Returns
TypeDescription
Google\Cloud\AIPlatform\V1\DeleteFeatureValuesRequest