Class WriteFeatureValuesRequest (1.21.0)

  WriteFeatureValuesRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for FeaturestoreOnlineServingService.WriteFeatureValues .

Attributes

Name Description
entity_type str
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 Sequence[ google.cloud.aiplatform_v1beta1.types.WriteFeatureValuesPayload ]
Required. The entities to be written. Up to 100,000 feature values can be written across all payloads .

Inheritance

builtins.object > proto.message.Message > WriteFeatureValuesRequest