Show / Hide Table of Contents

Class GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity

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.

Inheritance
object
GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity : 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 GoogleCloudAiplatformV1EntityIdSelector EntityIdSelector { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1EntityIdSelector

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX