Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest
Request message for FeaturestoreService.DeleteFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SelectEntity
Select feature values to be deleted by specifying entities.
Declaration
[JsonProperty("selectEntity")]
public virtual GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity SelectEntity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity |
SelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
Declaration
[JsonProperty("selectTimeRangeAndFeature")]
public virtual GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature SelectTimeRangeAndFeature { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectTimeRangeAndFeature |