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

A Feature Registry source for features that need to be synced to Online Store.

Attributes

  • featureGroups (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewFeatureRegistrySourceFeatureGroup.t), default: nil) - Required. List of features that need to be synced to Online Store.
  • projectNumber (type: String.t, default: nil) - Optional. The project number of the parent project of the Feature Groups.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.