Class: Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data

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 to hold value(s), successive in time, for one Feature from the request.

Instance Attribute Summary collapse

Instance Attribute Details

#value::Google::Cloud::AIPlatform::V1::FeatureValue

Returns Feature value if a single value is requested.

Returns:



110
111
112
113
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 110

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.

Returns:

  • (::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.



110
111
112
113
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 110

class Data
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end