Vertex AI V1 API - Class Google::Cloud::AIPlatform::V1::WriteFeatureValuesRequest (v0.20.0)

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

Request message for FeaturestoreOnlineServingService.WriteFeatureValues.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#entity_type

def entity_type() -> ::String
Returns
  • (::String) — Required. The resource name of the EntityType for the entities being written. 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 entities being written. 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 entities being written. 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.

#payloads

def payloads() -> ::Array<::Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload>
Returns

#payloads=

def payloads=(value) -> ::Array<::Google::Cloud::AIPlatform::V1::WriteFeatureValuesPayload>
Parameter
Returns