Class: Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb
Overview
Container to hold value(s), successive in time, for one Feature from the request.
Instance Attribute Summary collapse
-
#value ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValue
Feature value if a single value is requested.
-
#values ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValueList
Feature values list if values, successive in time, are requested.
Instance Attribute Details
#value ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValue
Returns 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.
169 170 171 172 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 169 class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#values ⇒ ::Google::Cloud::AIPlatform::V1::FeatureValueList
Returns 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.
169 170 171 172 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 169 class Data include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |