Cloud AI Platform v1 API - Class DeleteFeatureValuesRequest.Types.SelectEntity (2.18.0)

public sealed class DeleteFeatureValuesRequest.Types.SelectEntity : IMessage<DeleteFeatureValuesRequest.Types.SelectEntity>, IEquatable<DeleteFeatureValuesRequest.Types.SelectEntity>, IDeepCloneable<DeleteFeatureValuesRequest.Types.SelectEntity>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class DeleteFeatureValuesRequest.Types.SelectEntity.

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 > DeleteFeatureValuesRequest.Types.SelectEntity

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SelectEntity()

public SelectEntity()

SelectEntity(SelectEntity)

public SelectEntity(DeleteFeatureValuesRequest.Types.SelectEntity other)
Parameter
NameDescription
otherDeleteFeatureValuesRequestTypesSelectEntity

Properties

EntityIdSelector

public EntityIdSelector EntityIdSelector { get; set; }

Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.

Property Value
TypeDescription
EntityIdSelector