Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest.
Request message for FeaturestoreService.DeleteFeatureValues.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#entity_type
def entity_type() -> ::String
-
(::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}
#entity_type=
def entity_type=(value) -> ::String
-
value (::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}
-
(::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}
#select_entity
def select_entity() -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
-
(::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity) — Select feature values to be deleted by specifying entities.
Note: The following fields are mutually exclusive:
select_entity
,select_time_range_and_feature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#select_entity=
def select_entity=(value) -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity
-
value (::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity) — Select feature values to be deleted by specifying entities.
Note: The following fields are mutually exclusive:
select_entity
,select_time_range_and_feature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectEntity) — Select feature values to be deleted by specifying entities.
Note: The following fields are mutually exclusive:
select_entity
,select_time_range_and_feature
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#select_time_range_and_feature
def select_time_range_and_feature() -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
-
(::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature) — Select feature values to be deleted by specifying time range and
features.
Note: The following fields are mutually exclusive:
select_time_range_and_feature
,select_entity
. If a field in that set is populated, all other fields in the set will automatically be cleared.
#select_time_range_and_feature=
def select_time_range_and_feature=(value) -> ::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature
-
value (::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature) — Select feature values to be deleted by specifying time range and
features.
Note: The following fields are mutually exclusive:
select_time_range_and_feature
,select_entity
. If a field in that set is populated, all other fields in the set will automatically be cleared.
-
(::Google::Cloud::AIPlatform::V1::DeleteFeatureValuesRequest::SelectTimeRangeAndFeature) — Select feature values to be deleted by specifying time range and
features.
Note: The following fields are mutually exclusive:
select_time_range_and_feature
,select_entity
. If a field in that set is populated, all other fields in the set will automatically be cleared.