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

Features belonging to a single feature group that will be synced to Online Store.

Attributes

  • featureGroupId (type: String.t, default: nil) - Required. Identifier of the feature group.
  • featureIds (type: list(String.t), default: nil) - Required. Identifiers of features under the feature group.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup{
    featureGroupId: String.t() | nil,
    featureIds: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.