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

Response message for FeatureOnlineStoreService.FetchFeatureValues

Attributes

  • dataKey (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKey.t, default: nil) - The data key associated with this response. Will only be populated for FeatureOnlineStoreService.StreamingFetchFeatureValues RPCs.
  • keyValues (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList.t, default: nil) - Feature values in KeyValue format.
  • protoStruct (type: map(), default: nil) - Feature values in proto Struct format.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponse{
    dataKey:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKey.t()
      | nil,
    keyValues:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList.t()
      | nil,
    protoStruct: map() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.