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

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.

Attributes

  • entityIdSelector (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityIdSelector.t, default: nil) - Required. Selectors choosing feature values of which entity id to be deleted from the EntityType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity{
    entityIdSelector:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1EntityIdSelector.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.