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

Response message for FeaturestoreService.DeleteFeatureValues.

Attributes

  • selectEntity (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity.t, default: nil) - Response for request specifying the entities to delete
  • selectTimeRangeAndFeature (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature.t, default: nil) - Response for request specifying time range and feature

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponse{
    selectEntity:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectEntity.t()
      | nil,
    selectTimeRangeAndFeature:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DeleteFeatureValuesResponseSelectTimeRangeAndFeature.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.