Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity
Message to select entity. If an entity id is selected, all the feature values corresponding to the entity id will be deleted, including the entityId.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesRequestSelectEntity : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EntityIdSelector
Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.
Declaration
[JsonProperty("entityIdSelector")]
public virtual GoogleCloudAiplatformV1beta1EntityIdSelector EntityIdSelector { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudAiplatformV1beta1EntityIdSelector |