View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList (google_api_ai_platform v0.13.0)
Response structure in the format of key (feature name) and (feature) value pair.
Attributes
-
features
(type:list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair.t)
, default:nil
) - List of feature names and values.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairList{ features: [ GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.