Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest (v0.17.0)

Reference documentation and code samples for the Vertex AI V1 API class Google::Cloud::AIPlatform::V1::ReadFeatureValuesRequest.

Request message for FeaturestoreOnlineServingService.ReadFeatureValues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_id

def entity_id() -> ::String
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.

#entity_id=

def entity_id=(value) -> ::String
Parameter
  • value (::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.
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.

#entity_type

def entity_type() -> ::String
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.

#entity_type=

def entity_type=(value) -> ::String
Parameter
  • value (::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.
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.

#feature_selector

def feature_selector() -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Returns

#feature_selector=

def feature_selector=(value) -> ::Google::Cloud::AIPlatform::V1::FeatureSelector
Parameter
Returns