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

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
Name Description
data array

Optional. Data for populating the Message object.

↳ select_entity DeleteFeatureValuesRequest\SelectEntity

Select feature values to be deleted by specifying entities.

↳ 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.

Returns
Type Description
DeleteFeatureValuesRequest\SelectEntity|null

hasSelectEntity

setSelectEntity

Select feature values to be deleted by specifying entities.

Parameter
Name Description
var DeleteFeatureValuesRequest\SelectEntity
Returns
Type Description
$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.

Returns
Type Description
$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
Type Description
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
Name Description
var string
Returns
Type Description
$this

getDeleteOption

Returns
Type Description
string

static::build

Parameter
Name Description
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.

Returns
Type Description
DeleteFeatureValuesRequest