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>
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 150 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. # # Note: The following fields are mutually exclusive: `value`, `values`. If a field in that set is populated, all other fields in the set will automatically be cleared. # @!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. # # Note: The following fields are mutually exclusive: `values`, `value`. If a field in that set is populated, all other fields in the set will automatically be cleared. class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#entity_id ⇒ ::String
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 150 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. # # Note: The following fields are mutually exclusive: `value`, `values`. If a field in that set is populated, all other fields in the set will automatically be cleared. # @!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. # # Note: The following fields are mutually exclusive: `values`, `value`. If a field in that set is populated, all other fields in the set will automatically be cleared. class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |