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

Request message for FeaturestoreService.DeleteFeatureValues.

Attributes

  • selectEntity (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity.t, default: nil) - Select feature values to be deleted by specifying entities.
  • selectTimeRangeAndFeature (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature.t, default: nil) - Select feature values to be deleted by specifying time range and features.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequest{
    selectEntity:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectEntity.t()
      | nil,
    selectTimeRangeAndFeature:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesRequestSelectTimeRangeAndFeature.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.