Show / Hide Table of Contents

Class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature

Response message if the request uses the SelectTimeRangeAndFeature option.

Inheritance
object
GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature
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.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1DeleteFeatureValuesResponseSelectTimeRangeAndFeature : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ImpactedFeatureCount

The count of the features or columns impacted. This is the same as the feature count in the request.

Declaration
[JsonProperty("impactedFeatureCount")]
public virtual long? ImpactedFeatureCount { get; set; }
Property Value
Type Description
long?

OfflineStorageModifiedEntityRowCount

The count of modified 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. Within each row, only the features specified in the request are deleted.

Declaration
[JsonProperty("offlineStorageModifiedEntityRowCount")]
public virtual long? OfflineStorageModifiedEntityRowCount { get; set; }
Property Value
Type Description
long?

OnlineStorageModifiedEntityCount

The count of modified entities in the online storage. Each entity ID corresponds to one entity. Within each entity, only the features specified in the request are deleted.

Declaration
[JsonProperty("onlineStorageModifiedEntityCount")]
public virtual long? OnlineStorageModifiedEntityCount { get; set; }
Property Value
Type Description
long?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX