Class WriteFeatureValuesRequest (1.24.1)

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

Request message for FeaturestoreOnlineServingService.WriteFeatureValues.

Attributes

NameDescription
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 MutableSequence[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