Class: Google::Cloud::AIPlatform::V1::FeatureValue::Metadata

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb

Overview

Metadata of feature value.

Instance Attribute Summary collapse

Instance Attribute Details

#generate_time::Google::Protobuf::Timestamp

Returns 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.

Returns:

  • (::Google::Protobuf::Timestamp)

    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.



243
244
245
246
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 243

class Metadata
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end