Class: Google::Cloud::AIPlatform::V1::FeatureValueList
- Inherits:
-
Object
- Object
- Google::Cloud::AIPlatform::V1::FeatureValueList
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb
Overview
Container for list of values.
Instance Attribute Summary collapse
-
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureValue>
A list of feature values.
Instance Attribute Details
#values ⇒ ::Array<::Google::Cloud::AIPlatform::V1::FeatureValue>
Returns A list of feature values. All of them should be the same data type.
274 275 276 277 |
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 274 class FeatureValueList include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |