Class: Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
A data key and associated feature values to write to the feature view.
Defined Under Namespace
Classes: Feature
Instance Attribute Summary collapse
-
#data_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
The data key.
-
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues::Feature>
List of features to write.
Instance Attribute Details
#data_key ⇒ ::Google::Cloud::AIPlatform::V1::FeatureViewDataKey
Returns The data key.
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 338 class DataKeyAndFeatureValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Feature name & value pair. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value. A user provided timestamp may be set in the # `FeatureValue.metadata.generate_time` field. # @!attribute [rw] name # @return [::String] # Feature short name. class Feature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#features ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues::Feature>
Returns List of features to write.
338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 338 class DataKeyAndFeatureValues include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Feature name & value pair. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value. A user provided timestamp may be set in the # `FeatureValue.metadata.generate_time` field. # @!attribute [rw] name # @return [::String] # Feature short name. class Feature include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |