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

Lookup key for a feature view.

Attributes

  • compositeKey (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.t, default: nil) - The actual Entity ID will be composed from this struct. This should match with the way ID is defined in the FeatureView spec.
  • key (type: String.t, default: nil) - String key to use for lookup.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKey{
  compositeKey:
    GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKeyCompositeKey.t()
    | nil,
  key: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.