Class: Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest

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_id::String

Returns Required. ID for a specific entity. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.

Returns:

  • (::String)

    Required. ID for a specific entity. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.



91
92
93
94
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 91

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

#entity_type::String

Returns Required. The resource name of the EntityType for the entity being read. 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 EntityType for the entity being read. 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.



91
92
93
94
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 91

class ReadFeatureValuesRequest
  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.

Returns:



91
92
93
94
# File 'proto_docs/google/cloud/aiplatform/v1/featurestore_online_service.rb', line 91

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