View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteFeatureValuesPayload (google_api_ai_platform v0.13.0)
Contains Feature values to be written for a specific entity.
Attributes
-
entityId
(type:String.t
, default:nil
) - Required. The ID of the entity. -
featureValues
(type:%{optional(String.t) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t}
, default:nil
) - Required. Feature values to be written, mapping from Feature ID to value. Up to 100,000feature_values
entries may be written across all payloads. The feature generation time, aligned by days, must be no older than five years (1825 days) and no later than one year (366 days) in the future.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteFeatureValuesPayload{ entityId: String.t() | nil, featureValues: %{ optional(String.t()) => GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t() } | nil }
Functions
Unwrap a decoded JSON object into its complex fields.