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

Metadata of feature value.

Attributes

  • generateTime (type: DateTime.t, default: nil) - Feature generation timestamp. Typically, it is provided by user at feature ingestion time. If not, feature store will use the system timestamp when the data is ingested into feature store. For streaming ingestion, the 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.GoogleCloudAiplatformV1FeatureValueMetadata{
    generateTime: DateTime.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.