Class: Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb
Overview
Request message for FeatureOnlineStoreService.FeatureViewDirectWrite.
Defined Under Namespace
Classes: DataKeyAndFeatureValues
Instance Attribute Summary collapse
-
#data_key_and_feature_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues>
Required.
-
#feature_view ⇒ ::String
FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}.
Instance Attribute Details
#data_key_and_feature_values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues>
Returns Required. The data keys and associated feature values.
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 327 class FeatureViewDirectWriteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A data key and associated feature values to write to the feature view. # @!attribute [rw] data_key # @return [::Google::Cloud::AIPlatform::V1::FeatureViewDataKey] # The data key. # @!attribute [rw] features # @return [::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues::Feature>] # List of features to write. 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 end |
#feature_view ⇒ ::String
Returns FeatureView resource format
projects/{project}/locations/{location}/featureOnlineStores/{featureOnlineStore}/featureViews/{featureView}.
327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 |
# File 'proto_docs/google/cloud/aiplatform/v1/feature_online_store_service.rb', line 327 class FeatureViewDirectWriteRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A data key and associated feature values to write to the feature view. # @!attribute [rw] data_key # @return [::Google::Cloud::AIPlatform::V1::FeatureViewDataKey] # The data key. # @!attribute [rw] features # @return [::Array<::Google::Cloud::AIPlatform::V1::FeatureViewDirectWriteRequest::DataKeyAndFeatureValues::Feature>] # List of features to write. 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 end |