View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesRequest (google_api_ai_platform v0.13.0)
Request message for FeatureOnlineStoreService.FetchFeatureValues. All the features under the requested feature view will be returned.
Attributes
-
dataFormat
(type:String.t
, default:nil
) - Optional. Response data format. If not set, FeatureViewDataFormat.KEY_VALUE will be used. -
dataKey
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKey.t
, default:nil
) - Optional. The request key to fetch feature values for.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesRequest{ dataFormat: String.t() | nil, dataKey: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureViewDataKey.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.