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

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

Entity view with Feature values.

Defined Under Namespace

Classes: Data

Instance Attribute Summary collapse

Instance Attribute Details

#data::Array<::Google::Cloud::AIPlatform::V1::ReadFeatureValuesResponse::EntityView::Data>

Returns Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.

Returns:



150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# 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.
  # @!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.
  class Data
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#entity_id::String

Returns ID of the requested entity.

Returns:

  • (::String)

    ID of the requested entity.



150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
# 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.
  # @!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.
  class Data
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end