Class: Google::Cloud::AIPlatform::V1::FeatureValueList

Inherits:
Object
  • Object
show all
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

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.

Returns:



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