Class: Google::Cloud::AIPlatform::V1::StreamingReadFeatureValuesRequest

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

Instance Attribute Summary collapse

Instance Attribute Details

#entity_ids::Array<::String>

Returns Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

Returns:

  • (::Array<::String>)

    Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.



191
192
193
194
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 191

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

#entity_type::String

Returns Required. The resource name of the entities' type. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.

Returns:

  • (::String)

    Required. The resource name of the entities' type. Value format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}. For example, for a machine learning model predicting user clicks on a website, an EntityType ID could be user.



191
192
193
194
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 191

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

#feature_selector::Google::Cloud::AIPlatform::V1::FeatureSelector

Returns Required. Selector choosing Features of the target EntityType. Feature IDs will be deduplicated.

Returns:



191
192
193
194
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 191

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