View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData (google_api_ai_platform v0.13.0)
Container to hold value(s), successive in time, for one Feature from the request.
Attributes
-
value
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t
, default:nil
) - Feature value if a single value is requested. -
values
(type:GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueList.t
, default:nil
) - Feature values list if values, successive in time, are requested. If the requested number of values is greater than the number of existing Feature values, nonexistent values are omitted instead of being returned as empty.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData{ value: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t() | nil, values: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValueList.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.