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

Response message if the request uses the SelectEntity option.

Attributes

  • offlineStorageDeletedEntityRowCount (type: String.t, default: nil) - 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.
  • onlineStorageDeletedEntityCount (type: String.t, default: nil) - The count of deleted entities in the online storage. Each entity ID corresponds to one entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity{
    offlineStorageDeletedEntityRowCount: String.t() | nil,
    onlineStorageDeletedEntityCount: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.