View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature (google_api_ai_platform v0.13.0)

Response message if the request uses the SelectTimeRangeAndFeature option.

Attributes

  • impactedFeatureCount (type: String.t, default: nil) - The count of the features or columns impacted. This is the same as the feature count in the request.
  • offlineStorageModifiedEntityRowCount (type: String.t, default: nil) - 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.
  • onlineStorageModifiedEntityCount (type: String.t, default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature{
    impactedFeatureCount: String.t() | nil,
    offlineStorageModifiedEntityRowCount: String.t() | nil,
    onlineStorageModifiedEntityCount: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.