Class: Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb
Overview
Entity view with Feature values.
Defined Under Namespace
Classes: Data
Instance Attribute Summary collapse
-
#data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data>
Each piece of data holds the k requested values for one requested Feature.
-
#entity_id ⇒ ::String
ID of the requested entity.
Instance Attribute Details
#data ⇒ ::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data>
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 95 class EntityView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Container to hold value(s), successive in time, for one Feature from the # request. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value if a single value is requested. # @!attribute [rw] values # @return [::Google::Cloud::AIPlatform::V1::FeatureValueList] # Feature values list if values, successive in time, are requested. # If the requested number of values is greater than the number of # existing Feature values, nonexistent values are omitted instead of # being returned as empty. class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entity_id ⇒ ::String
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 95 class EntityView include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Container to hold value(s), successive in time, for one Feature from the # request. # @!attribute [rw] value # @return [::Google::Cloud::AIPlatform::V1::FeatureValue] # Feature value if a single value is requested. # @!attribute [rw] values # @return [::Google::Cloud::AIPlatform::V1::FeatureValueList] # Feature values list if values, successive in time, are requested. # If the requested number of values is greater than the number of # existing Feature values, nonexistent values are omitted instead of # being returned as empty. class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |