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.
| 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: |
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.
| Returns | |
|---|---|
| Type | Description |
DeleteFeatureValuesRequest\SelectTimeRangeAndFeature|null |
|
hasSelectTimeRangeAndFeature
setSelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
| Parameter | |
|---|---|
| Name | Description |
var |
DeleteFeatureValuesRequest\SelectTimeRangeAndFeature
|
| 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:
|
| Returns | |
|---|---|
| Type | Description |
DeleteFeatureValuesRequest |
|