Cloud AI Platform v1 API - Class DeleteFeatureValuesResponse.Types.SelectEntity (2.27.0)

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

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

Response message if the request uses the SelectEntity option.

Inheritance

object > DeleteFeatureValuesResponse.Types.SelectEntity

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

SelectEntity()

public SelectEntity()

SelectEntity(SelectEntity)

public SelectEntity(DeleteFeatureValuesResponse.Types.SelectEntity other)
Parameter
NameDescription
otherDeleteFeatureValuesResponseTypesSelectEntity

Properties

OfflineStorageDeletedEntityRowCount

public long OfflineStorageDeletedEntityRowCount { get; set; }

The count of deleted entity rows in the offline storage. Each row corresponds to the combination of an entity ID and a timestamp. One entity ID can have multiple rows in the offline storage.

Property Value
TypeDescription
long

OnlineStorageDeletedEntityCount

public long OnlineStorageDeletedEntityCount { get; set; }

The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

Property Value
TypeDescription
long