Class GoogleCloudAiplatformV1DeleteFeatureValuesRequest
Request message for FeaturestoreService.DeleteFeatureValues.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeleteFeatureValuesRequest : 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 GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity SelectEntity { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity |
SelectTimeRangeAndFeature
Select feature values to be deleted by specifying time range and features.
Declaration
[JsonProperty("selectTimeRangeAndFeature")]
public virtual GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature SelectTimeRangeAndFeature { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature |